27 void on_delete(
bool undo_stack)
override;
28 void on_add_to_document()
override;
29 void on_remove_from_document()
override;
31 void relationship(
NodeSet&
set)
const override;
32 void on_input_connection(
const Plug& output,
const Plug& input,
bool serial)
override;
Derive this class to create your own Node type.
Definition: NodePlugin.h:28
This version of the SDK is unstable, i-e, it may change with no warning.
Definition: AddCurveAction.h:20
#define MAQUINA_EXPORT
Definition: Export.h:31
A node plug.
Definition: Plug.h:52
Definition: BaseLayer.h:22
Base class of all Rumba nodes.
Definition: Node.h:36