1#ifndef COIN_SCXMLOBJECT_H
2#define COIN_SCXMLOBJECT_H
36#include <Inventor/SbBasic.h>
37#include <Inventor/SoType.h>
38#include <Inventor/tools/SbPimplPtr.h>
39#include <Inventor/scxml/ScXMLSubObject.h>
43 static SoType getClassTypeId(
void);
49 static void initClass(
void);
50 static void cleanClass(
void);
55 SbBool isOfType(
SoType type)
const;
58 static void registerClassType(
const char * xmlns,
60 static void registerInvokeClassType(
const char * xmlns,
61 const char * targettype,
62 const char * source,
SoType type);
The SbList class is a template container class for lists.
Definition SbList.h:70
SbList< Type > & operator=(const SbList< Type > &l)
Definition SbList.h:99
Base class for all SCXML objects.
Definition ScXMLObject.h:41
virtual SoType getTypeId(void) const =0
Returns the type identification of an object derived from a class inheriting SoBase....
The SoType class is the basis for the runtime type system in Coin.
Definition SoType.h:59