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;
79 #endif // !COIN_SCXMLEVENTELT_H virtual const ScXMLElt * search(const char *attrname, const char *attrvalue) const
Definition: ScXMLElt.cpp:214
base class for all SCXML elements with executable content.
Definition: ScXMLExecutableElt.h:42
base class for all SCXML elements.
Definition: ScXMLElt.h:44
Base class for events sent to SCXML state machines.
Definition: ScXMLEvent.h:40
virtual SbBool handleXMLAttributes(void)
Definition: ScXMLElt.cpp:200
Base class for all SCXML objects.
Definition: ScXMLObject.h:41
base class for event targets for inter-system event communication
Definition: ScXMLEventTarget.h:43
implements the <event> SCXML element.
Definition: ScXMLEventElt.h:43
Manager for processing events and setting states in SCXML structures.
Definition: ScXMLStateMachine.h:61