diff options
| author | sersoong | 2018-01-01 16:05:00 +0800 |
|---|---|---|
| committer | sersoong | 2018-01-04 09:01:51 +0800 |
| commit | 8343c9fbd9f0c8df22912bf4860b7472fe85d030 (patch) | |
| tree | 4abd147af056bf65119a054e007bd2e08d385722 /editor/scene_tree_editor.h | |
| parent | d6a1125254787681b6373e449c93d8ce15811a69 (diff) | |
| download | godot-8343c9fbd9f0c8df22912bf4860b7472fe85d030.tar.gz godot-8343c9fbd9f0c8df22912bf4860b7472fe85d030.tar.zst godot-8343c9fbd9f0c8df22912bf4860b7472fe85d030.zip | |
Diffstat (limited to 'editor/scene_tree_editor.h')
| -rw-r--r-- | editor/scene_tree_editor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/scene_tree_editor.h b/editor/scene_tree_editor.h index 88d60f9b8..ef057cc59 100644 --- a/editor/scene_tree_editor.h +++ b/editor/scene_tree_editor.h @@ -69,6 +69,8 @@ class SceneTreeEditor : public Control { void _compute_hash(Node *p_node, uint64_t &hash); + void toggle_visible(Node *p_node); + bool _add_nodes(Node *p_node, TreeItem *p_parent); void _test_update_tree(); void _update_tree(); @@ -102,6 +104,7 @@ class SceneTreeEditor : public Control { static void _bind_methods(); void _cell_button_pressed(Object *p_item, int p_column, int p_id); + void _toggle_visible(Node *p_node); void _cell_multi_selected(Object *p_object, int p_cell, bool p_selected); void _update_selection(TreeItem *item); void _node_script_changed(Node *p_node); |
