#include <DOP_OperatorInfo.h>

Public Member Functions | |
| DOP_OperatorInfo () | |
| virtual | ~DOP_OperatorInfo () |
| int | getNumOutputs () const |
| Returns the number of outputs for operators of this type. | |
| void | setNumOutputs (int outputs) |
| Sets the number of outputs for operators of this type. | |
| const UT_String & | getDataName () const |
| void | setDataName (const char *dataname) |
| const UT_String & | getDataTypeName () const |
| void | setDataTypeName (const char *datatype) |
| const UT_String & | getLCDDataTypeName () const |
| void | setLCDDataTypeName (const char *lcddatatype) |
| virtual void | saveToDialogScript (ostream &os) const |
Definition at line 26 of file DOP_OperatorInfo.h.
| DOP_OperatorInfo::DOP_OperatorInfo | ( | ) |
| virtual DOP_OperatorInfo::~DOP_OperatorInfo | ( | ) | [virtual] |
| const UT_String& DOP_OperatorInfo::getDataName | ( | ) | const |
| const UT_String& DOP_OperatorInfo::getDataTypeName | ( | ) | const |
| const UT_String& DOP_OperatorInfo::getLCDDataTypeName | ( | ) | const |
Returns the type of data that represents the "lowest common demoninator" of data types that we are compatible with.
| int DOP_OperatorInfo::getNumOutputs | ( | ) | const |
Returns the number of outputs for operators of this type.
| virtual void DOP_OperatorInfo::saveToDialogScript | ( | ostream & | os | ) | const [virtual] |
Implements OP_SpecificData.
| void DOP_OperatorInfo::setDataName | ( | const char * | dataname | ) |
| void DOP_OperatorInfo::setDataTypeName | ( | const char * | datatype | ) |
| void DOP_OperatorInfo::setLCDDataTypeName | ( | const char * | lcddatatype | ) |
Sets the type of data that represents the "lowest common demoninator" of data types that we are compatible with.
| void DOP_OperatorInfo::setNumOutputs | ( | int | outputs | ) |
Sets the number of outputs for operators of this type.
1.5.9