1#ifndef COIN_SCXMLEVENTELT_H
2#define COIN_SCXMLEVENTELT_H
36#include <Inventor/scxml/ScXMLExecutableElt.h>
38#include <Inventor/tools/SbLazyPimplPtr.h>
48 static void initClass(
void);
49 static void cleanClass(
void);
54 virtual void setNameAttribute(
const char * name);
55 virtual const char * getNameAttribute(
void)
const {
return this->name; }
57 virtual SbBool handleXMLAttributes(
void);
59 virtual void copyContents(
const ScXMLElt * 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 all SCXML elements.
Definition ScXMLElt.h:44
implements the <event> SCXML element.
Definition ScXMLEventElt.h:43
base class for event targets for inter-system event communication
Definition ScXMLEventTarget.h:43
Base class for events sent to SCXML state machines.
Definition ScXMLEvent.h:40
base class for all SCXML elements with executable content.
Definition ScXMLExecutableElt.h:42
Manager for processing events and setting states in SCXML structures.
Definition ScXMLStateMachine.h:61