NodePlugin

Inheritance diagram of rumba.NodePlugin
class NodePlugin

Derive this class to create your own Node type.

Constructors

__init__

Methods

node()

Returns the Node interface for this object.

on_add_to_document()

Callback called when the node is added to the document.

on_delete()

Prepare the node to be deleted.

on_first_init()

Perform the one shot initialization tasks for this node.

on_input_connection()

Callback called when an a connection has been done between an output plug and a plug of this node as input.

on_input_disconnection()

Callback called when an a connection has been broken between an output plug and a plug of this node as input.

on_output_connection()

Callback called when an a connection has been done between a plug of this node as output and an input plug.

on_output_disconnection()

Callback called when an a connection has been broken between a plug of this node as output and an input plug.

on_remove_from_document()

Callback called when the node is removed from the document.

relationship(set)

Return the node relationships.