Read error handling.
More...
#include <Inventor/errors/SoReadError.h>
|
virtual SoType | getTypeId () const |
| Returns type identifier for error instance.
|
|
const SbString & | getDebugString () const |
| Returns debug string containing full error information from instance.
|
|
virtual | ~SoError () |
| Destructor.
|
|
SbBool | isOfType (const SoType &type) const |
| Returns TRUE if this object is of the type specified in type or is derived from that type.
|
|
template<typename TypedObjectClass > |
SbBool | isOfType () const |
| Returns TRUE if this object is of the type of class TypedObjectClass or is derived from that class.
|
|
|
typedef void | SoErrorCB(const SoError *error, void *data) |
| Error handling callbacks are of this type.
|
|
Read error handling.
SoReadError is used for errors reported while reading files.
See SoError for full discussion of error handling in Open Inventor.
SEE ALSO
SoDebugError, SoMemoryError, SoGLError
Definition at line 81 of file SoReadError.h.
◆ getClassTypeId()
static SoType SoReadError::getClassTypeId |
( |
| ) |
|
|
static |
◆ getHandlerCallback()
static SoErrorCB * SoReadError::getHandlerCallback |
( |
| ) |
|
|
static |
◆ getHandlerData()
static void * SoReadError::getHandlerData |
( |
| ) |
|
|
static |
◆ getTypeId()
virtual SoType SoReadError::getTypeId |
( |
| ) |
const |
|
virtual |
Returns type identifier for error instance.
Reimplemented from SoError.
◆ post()
static void SoReadError::post |
( |
const SoInput * |
in, |
|
|
const char * |
formatString ... |
|
) |
| |
|
static |
◆ setHandlerCallback()
static void SoReadError::setHandlerCallback |
( |
SoErrorCB * |
cb, |
|
|
void * |
data |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: