#include <SHOP_OperatorInfo.h>

Public Member Functions | |
| SHOP_OperatorInfo (int autoadd=SHOP_AUTOADD_ANY, const char *rmask="*", SHOP_TYPE type=SHOP_INVALID) | |
| virtual | ~SHOP_OperatorInfo () |
| const char * | getRenderMask () const |
| SHOP_TYPE | getShaderType () const |
| void | setShaderType (SHOP_TYPE t) |
| void | setRenderMask (const char *t) |
| void | saveToDialogScript (ostream &os) const |
| void | setNumOutputs (int n) |
| int | getNumOutputs () const |
| VEX_ContextType | getVexContextType () const |
| RSL_ContextType | getRslContextType () const |
| bool | skipInputEditor () const |
| void | setSkipInputEditor (bool v) |
Definition at line 38 of file SHOP_OperatorInfo.h.
| SHOP_OperatorInfo::SHOP_OperatorInfo | ( | int | autoadd = SHOP_AUTOADD_ANY, |
|
| const char * | rmask = "*", |
|||
| SHOP_TYPE | type = SHOP_INVALID | |||
| ) |
| virtual SHOP_OperatorInfo::~SHOP_OperatorInfo | ( | ) | [virtual] |
| int SHOP_OperatorInfo::getNumOutputs | ( | ) | const [inline] |
Definition at line 55 of file SHOP_OperatorInfo.h.
| const char* SHOP_OperatorInfo::getRenderMask | ( | ) | const [inline] |
Definition at line 46 of file SHOP_OperatorInfo.h.
| RSL_ContextType SHOP_OperatorInfo::getRslContextType | ( | ) | const |
| SHOP_TYPE SHOP_OperatorInfo::getShaderType | ( | ) | const [inline] |
Definition at line 47 of file SHOP_OperatorInfo.h.
| VEX_ContextType SHOP_OperatorInfo::getVexContextType | ( | ) | const |
| void SHOP_OperatorInfo::saveToDialogScript | ( | ostream & | os | ) | const [virtual] |
Implements OP_SpecificData.
| void SHOP_OperatorInfo::setNumOutputs | ( | int | n | ) | [inline] |
Definition at line 54 of file SHOP_OperatorInfo.h.
| void SHOP_OperatorInfo::setRenderMask | ( | const char * | t | ) |
| void SHOP_OperatorInfo::setShaderType | ( | SHOP_TYPE | t | ) |
| void SHOP_OperatorInfo::setSkipInputEditor | ( | bool | v | ) | [inline] |
Definition at line 62 of file SHOP_OperatorInfo.h.
| bool SHOP_OperatorInfo::skipInputEditor | ( | ) | const [inline] |
Definition at line 60 of file SHOP_OperatorInfo.h.
1.5.9