|
HDK
|
#include <GABC_IError.h>
Inheritance diagram for GABC_NAMESPACE::GABC_IError:Public Member Functions | |
| GABC_IError (UT_Interrupt *interrupt) | |
| ~GABC_IError () override | |
Public Member Functions inherited from GABC_NAMESPACE::GABC_Error | |
| 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 | |
Protected Member Functions inherited from GABC_NAMESPACE::GABC_Error | |
| 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 import of Alembic geometry.
Definition at line 39 of file GABC_IError.h.
|
inline |
Definition at line 42 of file GABC_IError.h.
|
inlineoverride |
Definition at line 45 of file GABC_IError.h.