diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-02-11 13:11:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 13:11:50 +0100 |
commit | 604188c4116215236b460054f81c9da585dfd678 (patch) | |
tree | 98f567e0ca53ceaa5581ff27a1a7157b76519fab /doc | |
parent | dca3ce441aac377dd23c6d45a00574fb731c9b35 (diff) | |
parent | fe6c8d48e62be71b971270c9d9d856951922b84a (diff) |
Merge pull request #45870 from gongpha/graphedit-connection-update
Update GraphEdit when GraphNode's slot is updated
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/GraphNode.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/GraphNode.xml b/doc/classes/GraphNode.xml index 4b0ea4dcb1..3a126d89e9 100644 --- a/doc/classes/GraphNode.xml +++ b/doc/classes/GraphNode.xml @@ -260,6 +260,13 @@ Emitted when the GraphNode is moved. </description> </signal> + <signal name="slot_updated"> + <argument index="0" name="idx" type="int"> + </argument> + <description> + Emitted when any GraphNode's slot is updated. + </description> + </signal> <signal name="raise_request"> <description> Emitted when the GraphNode is requested to be displayed over other ones. Happens on focusing (clicking into) the GraphNode. |