1#ifndef COIN_SCXMLSCRIPTELT_H
2#define COIN_SCXMLSCRIPTELT_H
36#include <Inventor/scxml/ScXMLExecutableElt.h>
38#include <Inventor/tools/SbLazyPimplPtr.h>
45 static void initClass(
void);
46 static void cleanClass(
void);
51 virtual void copyContents(
const ScXMLElt * rhs);
base class for all SCXML elements.
Definition: ScXMLElt.h:44
base class for all SCXML elements with executable content.
Definition: ScXMLExecutableElt.h:42
Base class for all SCXML objects.
Definition: ScXMLObject.h:41
implements the <script> SCXML element.
Definition: ScXMLScriptElt.h:40
Manager for processing events and setting states in SCXML structures.
Definition: ScXMLStateMachine.h:61