HDK
|
#include <GABC_Error.h>
Public Member Functions | |
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 |
Protected Member Functions | |
virtual void | handleError (const char *msg) |
virtual void | handleWarning (const char *msg) |
virtual void | handleInfo (const char *msg) |
virtual void | handleClear () |
This class reports info/warning/error messages that occur during Alembic import/export.
Definition at line 41 of file GABC_Error.h.
|
inline |
Definition at line 44 of file GABC_Error.h.
|
inlinevirtual |
Definition at line 48 of file GABC_Error.h.
void GABC_NAMESPACE::GABC_Error::clear | ( | ) |
bool GABC_NAMESPACE::GABC_Error::error | ( | const char * | format, |
... | |||
) |
error()
always returns false
bool GABC_NAMESPACE::GABC_Error::errorString | ( | const char * | msg | ) |
errorString()
always returns false
|
inline |
Definition at line 52 of file GABC_Error.h.
|
protectedvirtual |
Callbacks to process error, warning, info and clear
|
protectedvirtual |
Callbacks to process error, warning, info and clear
|
protectedvirtual |
Callbacks to process error, warning, info and clear
|
protectedvirtual |
Callbacks to process error, warning, info and clear
void GABC_NAMESPACE::GABC_Error::infoString | ( | const char * | msg | ) |
|
inline |
Definition at line 55 of file GABC_Error.h.
bool void GABC_NAMESPACE::GABC_Error::warning | ( | const char * | format, |
... | |||
) |
void GABC_NAMESPACE::GABC_Error::warningString | ( | const char * | msg | ) |
bool GABC_NAMESPACE::GABC_Error::wasInterrupted | ( | ) | const |