#include <GR_ErrorManager.h>
|
| enum | Source {
GEOMETRY =0,
SHADER,
MATERIAL,
STYLESHEET,
VIEWER,
NUM_SOURCES
} |
| |
| enum | Severity { MESSAGE = 1,
WARNING,
REGULAR_ERROR,
FATAL_ERROR
} |
| |
| enum | Scope { REDRAW,
UPDATE,
REFINE,
SESSION
} |
| |
|
| | GR_ErrorManager () |
| |
| int64 | logMessage (Source src, UT_StringHolder src_name, Severity sev, Scope scope, GR_ErrorCode gr_code, UT_StringHolder msg=UT_StringHolder()) |
| |
| void | clearMessages (Source src, UT_StringHolder src_name, Scope scope) |
| |
| void | clearMessages (Source src, UT_StringHolder src_name) |
| |
| void | clearMessages (Scope scope) |
| |
| bool | clearMessage (int64 tag) |
| |
| void | clearAllMessages () |
| |
| UI_Value & | getSeverityValue () |
| |
| UI_Value & | getChangedValue () |
| |
| int | getMessages (UT_Array< std::pair< UT_StringHolder, Severity >> &msgs, int max_errors=-1) |
| |
Definition at line 26 of file GR_ErrorManager.h.
| Enumerator |
|---|
| MESSAGE |
|
| WARNING |
|
| REGULAR_ERROR |
|
| FATAL_ERROR |
|
Definition at line 42 of file GR_ErrorManager.h.
| Enumerator |
|---|
| GEOMETRY |
|
| SHADER |
|
| MATERIAL |
|
| STYLESHEET |
|
| VIEWER |
|
| NUM_SOURCES |
|
Definition at line 31 of file GR_ErrorManager.h.
| GR_ErrorManager::GR_ErrorManager |
( |
| ) |
|
| void GR_ErrorManager::clearAllMessages |
( |
| ) |
|
| bool GR_ErrorManager::clearMessage |
( |
int64 |
tag | ) |
|
| void GR_ErrorManager::clearMessages |
( |
Scope |
scope | ) |
|
| UI_Value& GR_ErrorManager::getChangedValue |
( |
| ) |
|
|
inline |
| UI_Value& GR_ErrorManager::getSeverityValue |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: