1 #ifndef COIN_SOSCXMLEVENT_H 2 #define COIN_SOSCXMLEVENT_H 36 #include <Inventor/scxml/ScXMLEvent.h> 45 static void initClass(
void);
46 static void cleanClass(
void);
51 virtual void setSoEvent(
const SoEvent * soevent);
52 virtual const SoEvent * getSoEvent(
void)
const;
54 virtual void setUpIdentifier(
void);
56 virtual void copyContents(
const ScXMLEvent * rhs);
66 #endif // !COIN_SOSCXMLEVENT_H Adds an SoEvent holder to the ScXMLEvent base.
Definition: SoScXMLEvent.h:40
Base class for events sent to SCXML state machines.
Definition: ScXMLEvent.h:40
The SoEvent class is the base class for all Coin events.
Definition: SoEvent.h:45
Base class for all SCXML objects.
Definition: ScXMLObject.h:41