summaryrefslogtreecommitdiffstats
path: root/editor/connections_dialog.h
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2023-02-04 23:34:14 +0100
committerkobewi <kobewi4e@gmail.com>2023-02-06 22:56:41 +0100
commit4b1d577b5cdb5d7192d29e2e7a5450badb81dcad (patch)
tree2dc2020613e3df1bdc5d9308865988fa302ee5e9 /editor/connections_dialog.h
parent945207885b3cd97012215334e56fcd3139d25e9f (diff)
downloadredot-engine-4b1d577b5cdb5d7192d29e2e7a5450badb81dcad.tar.gz
Improve Connect Dialog navigation
Diffstat (limited to 'editor/connections_dialog.h')
-rw-r--r--editor/connections_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/connections_dialog.h b/editor/connections_dialog.h
index 277ea03cf7..e5375a3fc8 100644
--- a/editor/connections_dialog.h
+++ b/editor/connections_dialog.h
@@ -106,6 +106,7 @@ public:
private:
Label *connect_to_label = nullptr;
LineEdit *from_signal = nullptr;
+ LineEdit *filter_nodes = nullptr;
Node *source = nullptr;
ConnectionData source_connection_data;
StringName signal;
@@ -142,6 +143,7 @@ private:
void _item_activated();
void _text_submitted(const String &p_text);
void _tree_node_selected();
+ void _focus_currently_connected();
void _method_selected();
void _create_method_tree_items(const List<MethodInfo> &p_methods, TreeItem *p_parent_item);