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);
 
   54 #endif // !COIN_SOSCXMLEVENT_H 
Adds an SoEvent holder to the ScXMLEvent base. 
Definition: SoScXMLEvent.h:31
Base class for events sent to SCXML state machines. 
Definition: ScXMLEvent.h:29
The SoEvent class is the base class for all Coin events.Coin contains its own set of event classes...
Definition: SoEvent.h:34
Base class for all SCXML objects. 
Definition: ScXMLObject.h:32