#include <SOP_NodeVerb.h>
|
| LoadParms (SOP_NodeParms *parms, SOP_CookEngine cookengine, const SOP_GraphProxy *graph, exint nodeidx, const OP_Context &context, SOP_NodeCache *cache, UT_ErrorManager *error, DEP_MicroNode *depnode) |
|
virtual | ~LoadParms () |
|
const OP_Node * | node () const |
|
const SOP_GraphProxy * | graph () const |
|
exint | nodeIdx () const |
|
template<typename T > |
const T & | parms () const |
|
SOP_NodeCache * | cache () const |
|
const OP_Context & | context () const |
|
UT_ErrorManager * | error () const |
|
DEP_MicroNode * | depnode () const |
|
void | addExplicitInput (DEP_MicroNode &inp, bool check_dup) |
| Methods to wire directly to the optional depnode. More...
|
|
void | addExplicitInput (DEP_MicroNode &inp) |
|
UT_ErrorSeverity | addMessage (const char *type, int code, const char *msg=0, const UT_SourceLocation *loc=0) const |
| Methods to add directly to any present error manager. More...
|
|
UT_ErrorSeverity | addWarning (const char *type, int code, const char *msg=0, const UT_SourceLocation *loc=0) const |
|
UT_ErrorSeverity | addError (const char *type, int code, const char *msg=0, const UT_SourceLocation *loc=0) const |
|
UT_ErrorSeverity | sopAddMessage (int code, const char *msg=0, const UT_SourceLocation *loc=0) const |
|
UT_ErrorSeverity | sopAddWarning (int code, const char *msg=0, const UT_SourceLocation *loc=0) const |
|
UT_ErrorSeverity | sopAddError (int code, const char *msg=0, const UT_SourceLocation *loc=0) const |
|
void | stealErrors (UT_ErrorManager &src, bool borrow_only=false) const |
|
Definition at line 77 of file SOP_NodeVerb.h.
virtual SOP_NodeParms::LoadParms::~LoadParms |
( |
| ) |
|
|
virtual |
void SOP_NodeParms::LoadParms::addExplicitInput |
( |
DEP_MicroNode & |
inp, |
|
|
bool |
check_dup |
|
) |
| |
|
inline |
Methods to wire directly to the optional depnode.
Definition at line 112 of file SOP_NodeVerb.h.
Methods to add directly to any present error manager.
Definition at line 118 of file SOP_NodeVerb.h.
Prefix errors so we can get sensible results.
exint SOP_NodeParms::LoadParms::nodeIdx |
( |
| ) |
const |
|
inline |
template<typename T >
const T& SOP_NodeParms::LoadParms::parms |
( |
| ) |
const |
|
inline |
void SOP_NodeParms::LoadParms::stealErrors |
( |
UT_ErrorManager & |
src, |
|
|
bool |
borrow_only = false |
|
) |
| const |
|
inline |
bool SOP_NodeParms::LoadParms::myCookEngine |
|
protected |
exint SOP_NodeParms::LoadParms::myNodeIdx |
|
protected |
The documentation for this class was generated from the following file: