Add open feature to editor autoload settings
This commit is contained in:
parent
c9005ca7fd
commit
1d36e33592
2 changed files with 27 additions and 5 deletions
|
|
@ -40,6 +40,7 @@ class EditorAutoloadSettings : public VBoxContainer {
|
|||
GDCLASS(EditorAutoloadSettings, VBoxContainer);
|
||||
|
||||
enum {
|
||||
BUTTON_OPEN,
|
||||
BUTTON_MOVE_UP,
|
||||
BUTTON_MOVE_DOWN,
|
||||
BUTTON_DELETE
|
||||
|
|
@ -72,6 +73,8 @@ class EditorAutoloadSettings : public VBoxContainer {
|
|||
void _autoload_selected();
|
||||
void _autoload_edited();
|
||||
void _autoload_button_pressed(Object *p_item, int p_column, int p_button);
|
||||
void _autoload_activated();
|
||||
void _autoload_open(const String &fpath);
|
||||
void _autoload_file_callback(const String &p_path);
|
||||
|
||||
Variant get_drag_data_fw(const Point2 &p_point, Control *p_control);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue