Vuo
1.2.0
|
An argument to a node's event and/or init function.
For each VuoCompilerNodeArgumentClass
, there are 0 or more instances of VuoCompilerNodeArgument
.
Public Member Functions | |
virtual | ~VuoCompilerNodeArgument (void) |
Destructor. | |
![]() | |
VuoBaseDetail (string description, VuoPort *base) | |
Creates a VuoNode detail class. | |
VuoPort * | getBase (void) const |
Returns the VuoNode detail class instance's base class instance. | |
void | setBase (VuoPort *base) |
Sets the VuoNode detail class instance's base class instance. | |
Protected Member Functions | |
VuoCompilerNodeArgument (VuoPort *basePort) | |
Creates an argument instance based on the specified argumentClass . | |
|
protected |
Creates an argument instance based on the specified argumentClass
.
|
virtual |
Destructor.