diff options
author | Kongfa Waroros <gongpha@hotmail.com> | 2021-02-10 21:18:34 +0700 |
---|---|---|
committer | Kongfa Waroros <gongpha@hotmail.com> | 2021-02-11 01:07:54 +0700 |
commit | fe6c8d48e62be71b971270c9d9d856951922b84a (patch) | |
tree | 70284ac9c4af9ab51991b52f19e5ef269bee2411 /doc | |
parent | b1c60c757f55e300b2fccc457f0ea15b095dbec4 (diff) |
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. |