1#ifndef COIN_SCXMLEVENT_H
2#define COIN_SCXMLEVENT_H
27#include <Inventor/scxml/ScXMLObject.h>
34 static void initClass(
void);
39 virtual void setIdentifier(
const SbName & identifier);
40 const SbName & getIdentifier(
void)
const {
return this->identifier; }
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
The SbName class stores strings by reference.
Definition SbName.h:31
Base class for events sent to SCXML state machines.
Definition ScXMLEvent.h:29
Base class for all SCXML objects.
Definition ScXMLObject.h:32