Update GraphEdit when GraphNode's slot is updated

This commit is contained in:
Kongfa Waroros 2021-02-10 21:18:34 +07:00
parent b1c60c757f
commit fe6c8d48e6
4 changed files with 22 additions and 0 deletions

View file

@ -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.