|
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) |
| static void | getErrorMessages (UT_String &messages, UT_ErrorSeverity severity=UT_ERROR_NONE) |
Definition at line 96 of file HUSD_ErrorScope.h.
| Enumerator | |
|---|---|
| CopyExistingScope | |
Definition at line 99 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 | ( | ) |
|
static |
| void HUSD_ErrorScope::setErrorSeverityMapping | ( | UT_ErrorSeverity | usd_severity, |
| UT_ErrorSeverity | hou_severity | ||
| ) |
|
static |
|
static |