HDK
|
#include <VOP_Node.h>
Public Member Functions | |
VOP_GlobalVarData (const char *name, const VOP_VarInfo &info) | |
~VOP_GlobalVarData () | |
void | appendInfo (const VOP_VarInfo &info) |
const UT_StringHolder & | getName () const |
const UT_StringHolder & | getDescription (VOP_ContextType type) const |
const VOP_TypeInfo & | getTypeInfo (VOP_ContextType type) const |
int | getVarIndex (VOP_ContextType type) const |
bool | isReadable (VOP_ContextType type) const |
bool | isWriteable (VOP_ContextType type) const |
bool | isIlluminance (VOP_ContextType type) const |
bool | isValidInContext (VOP_ContextType type) const |
const VOP_TypeInfo & | getAnyTypeInfo () const |
Definition at line 119 of file VOP_Node.h.
VOP_GlobalVarData::VOP_GlobalVarData | ( | const char * | name, |
const VOP_VarInfo & | info | ||
) |
VOP_GlobalVarData::~VOP_GlobalVarData | ( | ) |
void VOP_GlobalVarData::appendInfo | ( | const VOP_VarInfo & | info | ) |
|
inline |
Definition at line 137 of file VOP_Node.h.
const UT_StringHolder& VOP_GlobalVarData::getDescription | ( | VOP_ContextType | type | ) | const |
|
inline |
Definition at line 126 of file VOP_Node.h.
const VOP_TypeInfo& VOP_GlobalVarData::getTypeInfo | ( | VOP_ContextType | type | ) | const |
int VOP_GlobalVarData::getVarIndex | ( | VOP_ContextType | type | ) | const |
bool VOP_GlobalVarData::isIlluminance | ( | VOP_ContextType | type | ) | const |
bool VOP_GlobalVarData::isReadable | ( | VOP_ContextType | type | ) | const |
bool VOP_GlobalVarData::isValidInContext | ( | VOP_ContextType | type | ) | const |
bool VOP_GlobalVarData::isWriteable | ( | VOP_ContextType | type | ) | const |