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; }
59 virtual void copyContents(
const ScXMLElt * rhs);
61 virtual const ScXMLElt *
search(
const char * attrname,
const char * attrvalue)
const;
Definition SbLazyPimplPtr.h:56
base class for all SCXML elements.
Definition ScXMLElt.h:44
virtual const ScXMLElt * search(const char *attrname, const char *attrvalue) const
Definition ScXMLElt.cpp:214
virtual SbBool handleXMLAttributes(void)
Definition ScXMLElt.cpp:200
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