Dissolving class EditorLineEditFileChooser into EditorAutoloadSettings.
This commit is contained in:
parent
321ce4d4c4
commit
600f7cb97c
4 changed files with 41 additions and 74 deletions
|
|
@ -74,9 +74,11 @@ class EditorAutoloadSettings : public VBoxContainer {
|
|||
String selected_autoload;
|
||||
|
||||
Tree *tree;
|
||||
EditorLineEditFileChooser *autoload_add_path;
|
||||
LineEdit *autoload_add_name;
|
||||
Button *add_autoload;
|
||||
LineEdit *autoload_add_path;
|
||||
Button *browse_button;
|
||||
EditorFileDialog *file_dialog;
|
||||
|
||||
bool _autoload_name_is_valid(const String &p_name, String *r_error = nullptr);
|
||||
|
||||
|
|
@ -96,6 +98,9 @@ class EditorAutoloadSettings : public VBoxContainer {
|
|||
bool can_drop_data_fw(const Point2 &p_point, const Variant &p_data, Control *p_control) const;
|
||||
void drop_data_fw(const Point2 &p_point, const Variant &p_data, Control *p_control);
|
||||
|
||||
void _set_autoload_add_path(const String &p_text);
|
||||
void _browse_autoload_add_path();
|
||||
|
||||
protected:
|
||||
void _notification(int p_what);
|
||||
static void _bind_methods();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue