diff options
Diffstat (limited to 'tools/editor/property_editor.h')
-rw-r--r-- | tools/editor/property_editor.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/editor/property_editor.h b/tools/editor/property_editor.h index a909b5ccd3..6c6c309d32 100644 --- a/tools/editor/property_editor.h +++ b/tools/editor/property_editor.h @@ -48,6 +48,8 @@ */ class PropertyValueEvaluator; +class CreateDialog; +class PropertySelector; class CustomPropertyEditor : public Popup { @@ -102,6 +104,8 @@ class CustomPropertyEditor : public Popup { Control *easing_draw; + CreateDialog *create_dialog; + PropertySelector *property_select; Object* owner; @@ -118,6 +122,8 @@ class CustomPropertyEditor : public Popup { void _focus_exit(); void _action_pressed(int p_which); void _type_create_selected(int p_idx); + void _create_dialog_callback(); + void _create_selected_property(const String &p_prop); void _color_changed(const Color& p_color); |