HDK
|
#include <HUSD_ErrorScope.h>
Public Types | |
enum | CopyExistingScopeTag { CopyExistingScope } |
Public Member Functions | |
HUSD_ErrorScope () | |
HUSD_ErrorScope (UT_ErrorManager *mgr) | |
HUSD_ErrorScope (OP_Node *node) | |
HUSD_ErrorScope (CopyExistingScopeTag) | |
~HUSD_ErrorScope () | |
void | setErrorSeverityMapping (UT_ErrorSeverity usd_severity, UT_ErrorSeverity hou_severity) |
Static Public Member Functions | |
static void | addMessage (int code, const char *msg=nullptr) |
static void | addWarning (int code, const char *msg=nullptr) |
static void | addError (int code, const char *msg=nullptr) |
static UT_ErrorSeverity | usdOutputMinimumSeverity () |
static void | setUsdOutputMinimumSeverity (UT_ErrorSeverity severity) |
Definition at line 91 of file HUSD_ErrorScope.h.
Enumerator | |
---|---|
CopyExistingScope |
Definition at line 94 of file HUSD_ErrorScope.h.
HUSD_ErrorScope::HUSD_ErrorScope | ( | ) |
HUSD_ErrorScope::HUSD_ErrorScope | ( | UT_ErrorManager * | mgr | ) |
HUSD_ErrorScope::HUSD_ErrorScope | ( | OP_Node * | node | ) |
HUSD_ErrorScope::HUSD_ErrorScope | ( | CopyExistingScopeTag | ) |
HUSD_ErrorScope::~HUSD_ErrorScope | ( | ) |
void HUSD_ErrorScope::setErrorSeverityMapping | ( | UT_ErrorSeverity | usd_severity, |
UT_ErrorSeverity | hou_severity | ||
) |
|
static |
|
static |