#include <VOP_OperatorInfo.h>
Public Member Functions | |
| VOP_InOutInfo (const UT_String &name, const UT_String &label, VOP_Type vextype) | |
| ~VOP_InOutInfo () | |
| const UT_String & | getName () const |
| void | setName (const char *name) |
| const UT_String & | getLabel () const |
| void | setLabel (const char *label) |
| void | addType (VOP_Type vextype) |
| void | removeType (int i) |
| VOP_Type | getType (int i) const |
| void | setType (int i, VOP_Type newtype) |
| int | getNumTypes () const |
Definition at line 33 of file VOP_OperatorInfo.h.
| VOP_InOutInfo::VOP_InOutInfo | ( | const UT_String & | name, | |
| const UT_String & | label, | |||
| VOP_Type | vextype | |||
| ) | [inline] |
Definition at line 36 of file VOP_OperatorInfo.h.
| VOP_InOutInfo::~VOP_InOutInfo | ( | ) | [inline] |
Definition at line 40 of file VOP_OperatorInfo.h.
| void VOP_InOutInfo::addType | ( | VOP_Type | vextype | ) | [inline] |
Definition at line 51 of file VOP_OperatorInfo.h.
| const UT_String& VOP_InOutInfo::getLabel | ( | ) | const [inline] |
Definition at line 46 of file VOP_OperatorInfo.h.
| const UT_String& VOP_InOutInfo::getName | ( | void | ) | const [inline] |
Definition at line 42 of file VOP_OperatorInfo.h.
| int VOP_InOutInfo::getNumTypes | ( | ) | const [inline] |
Definition at line 60 of file VOP_OperatorInfo.h.
| VOP_Type VOP_InOutInfo::getType | ( | int | i | ) | const [inline] |
Definition at line 56 of file VOP_OperatorInfo.h.
| void VOP_InOutInfo::removeType | ( | int | i | ) | [inline] |
Definition at line 53 of file VOP_OperatorInfo.h.
| void VOP_InOutInfo::setLabel | ( | const char * | label | ) | [inline] |
Definition at line 48 of file VOP_OperatorInfo.h.
| void VOP_InOutInfo::setName | ( | const char * | name | ) | [inline] |
Definition at line 44 of file VOP_OperatorInfo.h.
| void VOP_InOutInfo::setType | ( | int | i, | |
| VOP_Type | newtype | |||
| ) | [inline] |
Definition at line 58 of file VOP_OperatorInfo.h.
1.5.9