Addded methods to propagate checks & refactored classes to use new methods.

This commit is contained in:
Kevin Fischer 2021-09-17 08:50:24 -07:00
parent deefce7bb5
commit a4bac268c9
10 changed files with 132 additions and 161 deletions

View file

@ -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: