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);
52 virtual const SoEvent * getSoEvent(
void)
const;
54 virtual void setUpIdentifier(
void);
56 virtual void copyContents(
const ScXMLEvent * rhs);
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 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
Adds an SoEvent holder to the ScXMLEvent base.
Definition SoScXMLEvent.h:40