#include <VOP_OutputVar.h>

Public Member Functions | |
| virtual void | getCode (UT_String &codestr) |
| virtual void | ensureParametersAreValid () |
| virtual const char * | inputLabel (unsigned idx) const |
| virtual unsigned | maxInputs () const |
| Maximum inputs that can be connected to a node. | |
| virtual bool | forceCodeGenerationOfInputs () const |
| bool | OUTPUTCODELAST () |
Static Public Member Functions | |
| static OP_Node * | myConstructor (OP_Network *net, const char *name, OP_Operator *entry) |
Static Public Attributes | |
| static PRM_Template | myTemplateList [] |
Protected Member Functions | |
| VOP_OutputVar (OP_Network *parent, const char *name, OP_Operator *entry) | |
| virtual | ~VOP_OutputVar () |
| virtual void | getInputNameSubclass (UT_String &in, int idx) const |
| virtual int | getInputFromNameSubclass (const UT_String &in) const |
| virtual VOP_Type | getInputTypeSubclass (int idx) |
| virtual void | getAllowedInputTypesSubclass (unsigned idx, VOP_VopTypeArray &voptypes) |
Definition at line 23 of file VOP_OutputVar.h.
| VOP_OutputVar::VOP_OutputVar | ( | OP_Network * | parent, | |
| const char * | name, | |||
| OP_Operator * | entry | |||
| ) | [protected] |
| virtual VOP_OutputVar::~VOP_OutputVar | ( | ) | [protected, virtual] |
| virtual void VOP_OutputVar::ensureParametersAreValid | ( | ) | [virtual] |
Reimplemented from VOP_Node.
| virtual bool VOP_OutputVar::forceCodeGenerationOfInputs | ( | ) | const [virtual] |
Reimplemented from VOP_Node.
| virtual void VOP_OutputVar::getAllowedInputTypesSubclass | ( | unsigned | idx, | |
| VOP_VopTypeArray & | voptypes | |||
| ) | [protected, virtual] |
Reimplemented from VOP_Node.
| virtual int VOP_OutputVar::getInputFromNameSubclass | ( | const UT_String & | in | ) | const [protected, virtual] |
Reimplemented from VOP_Node.
| virtual void VOP_OutputVar::getInputNameSubclass | ( | UT_String & | in, | |
| int | idx | |||
| ) | const [protected, virtual] |
Reimplemented from VOP_Node.
| virtual VOP_Type VOP_OutputVar::getInputTypeSubclass | ( | int | idx | ) | [protected, virtual] |
Reimplemented from VOP_Node.
| virtual const char* VOP_OutputVar::inputLabel | ( | unsigned | idx | ) | const [virtual] |
Reimplemented from OP_Node.
| virtual unsigned VOP_OutputVar::maxInputs | ( | ) | const [virtual] |
| static OP_Node* VOP_OutputVar::myConstructor | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | entry | |||
| ) | [static] |
| bool VOP_OutputVar::OUTPUTCODELAST | ( | ) |
PRM_Template VOP_OutputVar::myTemplateList[] [static] |
Definition at line 29 of file VOP_OutputVar.h.
1.5.9