#include <OP_NodeParms.h>
|
| | LoadParms (OP_CookEngine cookengine, const OP_GraphProxy *graph, exint nodeidx, const OP_Context &context, OP_NodeCache *cache, UT_ErrorManager *error, DEP_MicroNode *depnode) |
| |
| | ~LoadParms () |
| |
| const OP_Node * | node () const |
| |
| const OP_GraphProxy * | graph () const |
| |
| exint | nodeIdx () const |
| |
| OP_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 72 of file OP_NodeParms.h.
| OP_NodeParms::LoadParms::~LoadParms |
( |
| ) |
|
|
inline |
| void OP_NodeParms::LoadParms::addExplicitInput |
( |
DEP_MicroNode & |
inp, |
|
|
bool |
check_dup |
|
) |
| |
|
inline |
Methods to wire directly to the optional depnode.
Definition at line 102 of file OP_NodeParms.h.
Methods to add directly to any present error manager.
Definition at line 108 of file OP_NodeParms.h.
| const OP_Context& OP_NodeParms::LoadParms::context |
( |
| ) |
const |
|
inline |
| UT_StringHolder OP_NodeParms::LoadParms::formatError |
( |
const char * |
msg | ) |
const |
|
protected |
Prefix errors so we can get sensible results.
| const OP_Node* OP_NodeParms::LoadParms::node |
( |
| ) |
const |
| exint OP_NodeParms::LoadParms::nodeIdx |
( |
| ) |
const |
|
inline |
| void OP_NodeParms::LoadParms::stealErrors |
( |
UT_ErrorManager & |
src, |
|
|
bool |
borrow_only = false |
|
) |
| const |
|
inline |
| const OP_Context& OP_NodeParms::LoadParms::myContext |
|
protected |
| bool OP_NodeParms::LoadParms::myCookEngine |
|
protected |
| exint OP_NodeParms::LoadParms::myNodeIdx |
|
protected |
The documentation for this class was generated from the following file: