diff options
| author | Dmitry Koteroff | 2017-11-24 09:09:51 +0300 |
|---|---|---|
| committer | Dmitry Koteroff | 2017-11-24 14:08:44 +0300 |
| commit | aa20a84aa909673ca0957f6a454789d4c3e8e62f (patch) | |
| tree | f9850aeb03c28aec5cb8d42805560031c1a4eb8d /editor/editor_node.h | |
| parent | 6086252f66ac185b97b0580352383e4b068b9fe5 (diff) | |
| download | godot-aa20a84aa909673ca0957f6a454789d4c3e8e62f.tar.gz godot-aa20a84aa909673ca0957f6a454789d4c3e8e62f.tar.zst godot-aa20a84aa909673ca0957f6a454789d4c3e8e62f.zip | |
Diffstat (limited to 'editor/editor_node.h')
| -rw-r--r-- | editor/editor_node.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h index a2b4a0a04..05e5af7e7 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -153,6 +153,9 @@ private: OBJECT_REQUEST_HELP, RUN_PLAY, + COLLAPSE_ALL, + EXPAND_ALL, + RUN_STOP, RUN_PLAY_SCENE, RUN_PLAY_NATIVE, @@ -426,6 +429,9 @@ private: void _property_editor_forward(); void _property_editor_back(); + void _menu_collapseall(); + void _menu_expandall(); + void _select_history(int p_idx); void _prepare_history(); |
