diff options
| author | Rémi Verschelde | 2017-11-26 20:57:59 +0100 |
|---|---|---|
| committer | GitHub | 2017-11-26 20:57:59 +0100 |
| commit | f041d2e8ecce7411929efc6baf1afca98edc6bf6 (patch) | |
| tree | 4bc74acfff1a57db823bcda8c353b4d6966d6473 /editor/editor_node.h | |
| parent | 89313d8bfb0e6eccd78cd210bf842db35d0331d3 (diff) | |
| parent | aa20a84aa909673ca0957f6a454789d4c3e8e62f (diff) | |
| download | godot-f041d2e8ecce7411929efc6baf1afca98edc6bf6.tar.gz godot-f041d2e8ecce7411929efc6baf1afca98edc6bf6.tar.zst godot-f041d2e8ecce7411929efc6baf1afca98edc6bf6.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 847294be8..658d5dc0a 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, @@ -427,6 +430,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(); |
