Update GraphEdit when GraphNode's slot is updated
This commit is contained in:
parent
b1c60c757f
commit
fe6c8d48e6
4 changed files with 22 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue