mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Added members overview (2.1)
This commit is contained in:
parent
1a934a58e4
commit
8cc56c16cf
4 changed files with 72 additions and 2 deletions
|
|
@ -189,6 +189,9 @@ class ScriptEditor : public VBoxContainer {
|
|||
|
||||
ItemList *script_list;
|
||||
HSplitContainer *script_split;
|
||||
ItemList *members_overview;
|
||||
bool members_overview_enabled;
|
||||
VSplitContainer *list_split;
|
||||
TabContainer *tab_container;
|
||||
EditorFileDialog *file_dialog;
|
||||
GotoLineDialog *goto_line_dialog;
|
||||
|
|
@ -272,6 +275,10 @@ class ScriptEditor : public VBoxContainer {
|
|||
void _editor_settings_changed();
|
||||
void _autosave_scripts();
|
||||
|
||||
void _update_members_overview_visibility();
|
||||
void _update_members_overview();
|
||||
void _members_overview_selected(int p_idx);
|
||||
|
||||
void _update_script_names();
|
||||
|
||||
void _script_selected(int p_idx);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue