summaryrefslogtreecommitdiff
path: root/editor/scene_tree_dock.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2019-04-08 19:18:03 -0300
committerJuan Linietsky <reduzio@gmail.com>2019-04-08 19:18:51 -0300
commita20235aeb02c0c9e5ce58c0236f88a19865d571c (patch)
tree9232009f86a08dedf4f6f709a8f1fd18a5df8322 /editor/scene_tree_dock.h
parent9ab17b664dbecad4bf773048c422c66320bd45eb (diff)
Add ability to edit editor feature profiles
Allows enabling/disabling parts of the editor and storing/loading profiles for that.
Diffstat (limited to 'editor/scene_tree_dock.h')
-rw-r--r--editor/scene_tree_dock.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/editor/scene_tree_dock.h b/editor/scene_tree_dock.h
index 653d0a4eca..e66525d721 100644
--- a/editor/scene_tree_dock.h
+++ b/editor/scene_tree_dock.h
@@ -212,6 +212,11 @@ class SceneTreeDock : public VBoxContainer {
void _update_create_root_dialog();
void _favorite_root_selected(const String &p_class);
+ void _feature_profile_changed();
+
+ bool profile_allow_editing;
+ bool profile_allow_script_editing;
+
protected:
void _notification(int p_what);
static void _bind_methods();