Addded methods to propagate checks & refactored classes to use new methods.
This commit is contained in:
parent
deefce7bb5
commit
a4bac268c9
10 changed files with 132 additions and 161 deletions
|
|
@ -43,9 +43,8 @@ class EditorAssetInstaller : public ConfirmationDialog {
|
|||
AcceptDialog *error;
|
||||
Map<String, TreeItem *> status_map;
|
||||
bool updating;
|
||||
void _update_subitems(TreeItem *p_item, bool p_check, bool p_first = false);
|
||||
void _uncheck_parent(TreeItem *p_item);
|
||||
void _item_edited();
|
||||
void _check_propagated_to_item(Object *p_obj, int column);
|
||||
virtual void ok_pressed() override;
|
||||
|
||||
protected:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue