1 #ifndef COIN_SOREADERROR_H 
    2 #define COIN_SOREADERROR_H 
   27 #include <Inventor/errors/SoError.h> 
   44   static void post(
const SoInput * 
const input, 
const char * 
const format, ...);
 
   49   virtual SoErrorCBPtr 
getHandler(
void *& data) 
const;
 
   53   static SoErrorCB * callback;
 
   54   static void * callbackData;
 
   57 #endif // !COIN_SOREADERROR_H 
The SoReadError class is used during model import operations.During model file import, this class will be used to output any error or warning messages. 
Definition: SoReadError.h:32
static void setHandlerCallback(SoErrorCB *const func, void *const data)
Definition: SoError.cpp:166
static void * getHandlerData(void)
Definition: SoError.cpp:198
virtual SoType getTypeId(void) const 
Definition: SoError.cpp:139
virtual SoErrorCBPtr getHandler(void *&data) const 
Definition: SoError.cpp:282
static void post(const char *const format,...)
Definition: SoError.cpp:221
static SoType getClassTypeId(void)
Definition: SoError.cpp:126
static SoErrorCB * getHandlerCallback(void)
Definition: SoError.cpp:188
The SoError class is the base class for all the error handling classes.The default error handler just...
Definition: SoError.h:41
static void initClass(void)
Definition: SoError.cpp:100
The SoType class is the basis for the run-time type system in Coin.Many of the classes in the Coin li...
Definition: SoType.h:50