1#ifndef COIN_SOSCXMLEVENT_H
2#define COIN_SOSCXMLEVENT_H
27#include <Inventor/scxml/ScXMLEvent.h>
36 static void initClass(
void);
41 virtual void setSoEvent(
const SoEvent * soevent);
42 virtual const SoEvent * getSoEvent(
void)
const;
44 virtual void setUpIdentifier(
void);
Base class for events sent to SCXML state machines.
Definition: ScXMLEvent.h:29
Base class for all SCXML objects.
Definition: ScXMLObject.h:32
The SoEvent class is the base class for all Coin events.
Definition: SoEvent.h:34
Adds an SoEvent holder to the ScXMLEvent base.
Definition: SoScXMLEvent.h:31