Read error handling. More...
#include <Inventor/errors/SoReadError.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
Static Public Member Functions | |
static void | setHandlerCallback (SoErrorCB *cb, void *data) |
static SoErrorCB * | getHandlerCallback () |
static void * | getHandlerData () |
static SoType | getClassTypeId () |
static void | post (const SoInput *in, const char *formatString...) |
Read error handling.
SoReadError is used for errors reported while reading files.
See SoError for full discussion of error handling in Open Inventor.
SoDebugError, SoMemoryError, SoGLError
static SoType SoReadError::getClassTypeId | ( | ) | [static] |
Returns type identifier for SoReadError class.
Reimplemented from SoError.
static SoErrorCB* SoReadError::getHandlerCallback | ( | ) | [static] |
Returns handler callback for SoReadError class.
Reimplemented from SoError.
static void* SoReadError::getHandlerData | ( | ) | [static] |
Returns handler data for SoReadError class.
Reimplemented from SoError.
virtual SoType SoReadError::getTypeId | ( | ) | const [virtual] |
Returns type identifier for error instance.
Reimplemented from SoError.
static void SoReadError::post | ( | const SoInput * | in, | |
const char * | formatString... | |||
) | [static] |
Posts an error.
static void SoReadError::setHandlerCallback | ( | SoErrorCB * | cb, | |
void * | data | |||
) | [static] |
Sets handler callback for SoReadError class.
Reimplemented from SoError.