HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GABC_NAMESPACE::GABC_Error Class Reference

#include <GABC_Error.h>

+ Inheritance diagram for GABC_NAMESPACE::GABC_Error:

Public Member Functions

 GABC_Error (UT_Interrupt *interrupt)
 
virtual ~GABC_Error ()
 
void clear ()
 
UT_InterruptgetInterrupt () 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 ()
 

Detailed Description

This class reports info/warning/error messages that occur during Alembic import/export.

Definition at line 41 of file GABC_Error.h.

Constructor & Destructor Documentation

GABC_NAMESPACE::GABC_Error::GABC_Error ( UT_Interrupt interrupt)
inline

Definition at line 44 of file GABC_Error.h.

virtual GABC_NAMESPACE::GABC_Error::~GABC_Error ( )
inlinevirtual

Definition at line 48 of file GABC_Error.h.

Member Function Documentation

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

UT_Interrupt* GABC_NAMESPACE::GABC_Error::getInterrupt ( ) const
inline

Definition at line 52 of file GABC_Error.h.

virtual void GABC_NAMESPACE::GABC_Error::handleClear ( )
protectedvirtual

Callbacks to process error, warning, info and clear

virtual void GABC_NAMESPACE::GABC_Error::handleError ( const char *  msg)
protectedvirtual

Callbacks to process error, warning, info and clear

virtual void GABC_NAMESPACE::GABC_Error::handleInfo ( const char *  msg)
protectedvirtual

Callbacks to process error, warning, info and clear

virtual void GABC_NAMESPACE::GABC_Error::handleWarning ( const char *  msg)
protectedvirtual

Callbacks to process error, warning, info and clear

bool void void GABC_NAMESPACE::GABC_Error::info ( const char *  format,
  ... 
)
void GABC_NAMESPACE::GABC_Error::infoString ( const char *  msg)
bool GABC_NAMESPACE::GABC_Error::success ( ) const
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

The documentation for this class was generated from the following file: