1#ifndef COIN_SOSCXMLEVENT_H
2#define COIN_SOSCXMLEVENT_H
27#include <Inventor/scxml/ScXMLEvent.h>
36 static void initClass(
void);
42 virtual const SoEvent * getSoEvent(
void)
const;
44 virtual void setUpIdentifier(
void);
The SbList class is a template container class for lists.
Definition SbList.h:61
SbList< Type > & operator=(const SbList< Type > &l)
Definition SbList.h:90
SbList(const int sizehint=DEFAULTSIZE)
Definition SbList.h:69
Base class for events sent to SCXML state machines.
Definition ScXMLEvent.h:29
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