HDK
|
#include <GABC_OError.h>
Public Member Functions | |
GABC_OError (UT_Interrupt *interrupt) | |
~GABC_OError () override | |
![]() | |
GABC_Error (UT_Interrupt *interrupt) | |
virtual | ~GABC_Error () |
void | clear () |
UT_Interrupt * | getInterrupt () const |
bool | wasInterrupted () const |
bool | success () const |
bool | errorString (const char *msg) |
errorString() always returns false More... | |
void | warningString (const char *msg) |
void | infoString (const char *msg) |
bool | error (const char *format,...) SYS_PRINTF_CHECK_ATTRIBUTE(2 |
error() always returns false More... | |
bool void | warning (const char *format,...) SYS_PRINTF_CHECK_ATTRIBUTE(2 |
bool void void | info (const char *format,...) SYS_PRINTF_CHECK_ATTRIBUTE(2 |
Additional Inherited Members | |
![]() | |
virtual void | handleError (const char *msg) |
virtual void | handleWarning (const char *msg) |
virtual void | handleInfo (const char *msg) |
virtual void | handleClear () |
This class handles error messages and warnings during the export of Alembic geometry.
Definition at line 39 of file GABC_OError.h.
|
inline |
Definition at line 42 of file GABC_OError.h.
|
inlineoverride |
Definition at line 45 of file GABC_OError.h.