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);
63 #endif // !COIN_SCXMLSCRIPTELT_H implements the <script> SCXML element.
Definition: ScXMLScriptElt.h:40
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 all SCXML objects.
Definition: ScXMLObject.h:41
Manager for processing events and setting states in SCXML structures.
Definition: ScXMLStateMachine.h:61