![]() |
http://www.sim.no http://www.coin3d.org |
During model file import, this class will be used to output any error or warning messages. More...
#include <Inventor/errors/SoReadError.h>
Public Member Functions | |
virtual SoType | getTypeId (void) const |
Static Public Member Functions | |
static void | setHandlerCallback (SoErrorCB *const function, void *const data) |
static SoErrorCB * | getHandlerCallback (void) |
static void * | getHandlerData (void) |
static SoType | getClassTypeId (void) |
static void | post (const SoInput *const in, const char *const format,...) |
static void | initClass (void) |
Protected Member Functions | |
virtual SoErrorCBPtr | getHandler (void *&data) const |
During model file import, this class will be used to output any error or warning messages.
Depending on your application, setting up your own error handler callbacks for SoReadError might be a good idea.
void SoReadError::setHandlerCallback | ( | SoErrorCB *const | function, | |
void *const | data | |||
) | [static] |
This method sets the error handler callback for messages posted via this class.
Note that this will not override the error/debug message handler for subclasses, these will have to be overrided by calling the subclass' setHandlerCallback() method.
Reimplemented from SoError.
SoErrorCB * SoReadError::getHandlerCallback | ( | void | ) | [static] |
Returns the error handler callback for messages posted via this class.
Reimplemented from SoError.
void * SoReadError::getHandlerData | ( | void | ) | [static] |
This method returns the pointer used for passing data back to the callback handler method.
Reimplemented from SoError.
SoType SoReadError::getClassTypeId | ( | void | ) | [static] |
This static method returns the SoType for this class.
Reimplemented from SoError.
SoType SoReadError::getTypeId | ( | void | ) | const [virtual] |
This method returns the SoType of a particular object instance.
Reimplemented from SoError.
void SoReadError::post | ( | const SoInput *const | in, | |
const char *const | format, | |||
... | ||||
) | [static] |
Method used from import code to post error or warning messages for model files which are not 100% compliant to the format specification.
The messages will be wrapped within information on line number, file offset etc.
References SoError::appendToDebugString(), SoError::defaultHandlerCB(), SoInput::getLocationString(), SbString::getString(), SoError::handleError(), SoError::setDebugString(), and SbString::vsprintf().
Referenced by SoInput::openFile(), SoInput::pushFile(), SoInput::read(), SoFieldData::read(), SoField::read(), SoDB::read(), SoBase::read(), SoGroup::readChildren(), SoField::readConnection(), SoFieldData::readFieldDescriptions(), SoTextureCubeMap::readInstance(), SoTexture2::readInstance(), SoImage::readInstance(), SoBumpMap::readInstance(), SoVRMLImageTexture::readInstance(), SoFile::readNamedFile(), and SoBase::readRoute().
void SoReadError::initClass | ( | void | ) | [static] |
This method takes care of initializing all static data for the class.
Reimplemented from SoError.
References SoType::createType(), SoError::defaultHandlerCB(), and SoError::getClassTypeId().
SoErrorCB * SoReadError::getHandler | ( | void *& | data | ) | const [protected, virtual] |
This is just a convenience wrapper around the getHandlerCallback() and getHandlerData() methods.
Reimplemented from SoError.
Copyright © 1998-2007 by Systems in Motion AS. All rights reserved.
Generated on Mon Feb 23 16:33:57 2009 for Coin by Doxygen. 1.5.8