1#ifndef COIN_SODEBUGERROR_H
2#define COIN_SODEBUGERROR_H
27#include <Inventor/errors/SoError.h>
28#include <Inventor/C/errors/debugerror.h>
33#define SODEBUGERROR_STORE_ERROR_DEF ERROR
39 typedef SoError inherited;
44 static void setHandlerCallback(SoErrorCB *
const function,
46 static SoErrorCB * getHandlerCallback(
void);
47 static void * getHandlerData(
void);
49 static SoType getClassTypeId(
void);
50 virtual SoType getTypeId(
void)
const;
54 static void post(
const char *
const source,
const char *
const format, ...);
55 static void postWarning(
const char *
const source,
const char *
const format, ...);
56 static void postInfo(
const char *
const source,
const char *
const format, ...);
58 static void initClass(
void);
61 virtual SoErrorCBPtr getHandler(
void * & data)
const;
64 static void callbackForwarder(
const struct cc_debugerror * error,
void * data);
65 static void commonPostHandling(Severity severity,
const char * type,
66 const char * source,
const SbString & s);
69 static SoErrorCB * callback;
70 static void * callbackData;
75#if defined(SODEBUGERROR_STORE_ERROR_DEF)
76#define ERROR SODEBUGERROR_STORE_ERROR_DEF
77#undef SODEBUGERROR_STORE_ERROR_DEF
The SbString class is a string class with convenience functions for string operations.
Definition SbString.h:42
The SoDebugError class is the internal debugging message passing mechanism.
Definition SoDebugError.h:38
Severity
Definition SoDebugError.h:42
The SoType class is the basis for the run-time type system in Coin.
Definition SoType.h:50
Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated for Coin by Doxygen 1.18.0.