#include <VOP_OperatorInfo.h>

Definition at line 69 of file VOP_OperatorInfo.h.
| VOP_OperatorInfo::VOP_OperatorInfo | ( | ) |
| virtual VOP_OperatorInfo::~VOP_OperatorInfo | ( | ) | [virtual] |
| void VOP_OperatorInfo::clearInOutInfo | ( | ) |
| const UT_String& VOP_OperatorInfo::getCode | ( | ) | const [inline] |
Definition at line 78 of file VOP_OperatorInfo.h.
| UT_String& VOP_OperatorInfo::getCode | ( | ) | [inline] |
Definition at line 76 of file VOP_OperatorInfo.h.
| const bool& VOP_OperatorInfo::getForceCodeGeneration | ( | ) | const [inline] |
Definition at line 105 of file VOP_OperatorInfo.h.
| bool& VOP_OperatorInfo::getForceCodeGeneration | ( | ) | [inline] |
Definition at line 103 of file VOP_OperatorInfo.h.
| const UT_PtrArray<VOP_InOutInfo *>& VOP_OperatorInfo::getInputInfos | ( | ) | const [inline] |
Definition at line 93 of file VOP_OperatorInfo.h.
| UT_PtrArray<VOP_InOutInfo *>& VOP_OperatorInfo::getInputInfos | ( | ) | [inline] |
Definition at line 91 of file VOP_OperatorInfo.h.
| const UT_StringArray& VOP_OperatorInfo::getInputSetLabels | ( | ) | const [inline] |
Definition at line 101 of file VOP_OperatorInfo.h.
| UT_StringArray& VOP_OperatorInfo::getInputSetLabels | ( | ) | [inline] |
Definition at line 99 of file VOP_OperatorInfo.h.
| const UT_StringArray& VOP_OperatorInfo::getInputSetNames | ( | ) | const [inline] |
Definition at line 97 of file VOP_OperatorInfo.h.
| UT_StringArray& VOP_OperatorInfo::getInputSetNames | ( | ) | [inline] |
Definition at line 95 of file VOP_OperatorInfo.h.
| const UT_String& VOP_OperatorInfo::getOuterCode | ( | ) | const [inline] |
Definition at line 82 of file VOP_OperatorInfo.h.
| UT_String& VOP_OperatorInfo::getOuterCode | ( | ) | [inline] |
Definition at line 80 of file VOP_OperatorInfo.h.
| const UT_PtrArray<VOP_InOutInfo *>& VOP_OperatorInfo::getOutputInfos | ( | ) | const [inline] |
Definition at line 89 of file VOP_OperatorInfo.h.
| UT_PtrArray<VOP_InOutInfo *>& VOP_OperatorInfo::getOutputInfos | ( | ) | [inline] |
Definition at line 87 of file VOP_OperatorInfo.h.
| const UT_String& VOP_OperatorInfo::getVopnetMask | ( | ) | const [inline] |
Definition at line 85 of file VOP_OperatorInfo.h.
| static void VOP_OperatorInfo::saveInOutInfoToDialogScript | ( | ostream & | os, | |
| const UT_PtrArray< VOP_InOutInfo * > & | infoarray, | |||
| const char * | infotype, | |||
| const VOP_Language * | language | |||
| ) | [static] |
| virtual void VOP_OperatorInfo::saveToDialogScript | ( | ostream & | os | ) | const [virtual] |
Implements OP_SpecificData.
| void VOP_OperatorInfo::setVopnetMask | ( | const char * | mask | ) |
1.5.9