1#ifndef COIN_SCXMLEXECUTABLEELT_H
2#define COIN_SCXMLEXECUTABLEELT_H
36#include <Inventor/scxml/ScXMLElt.h>
38#include <Inventor/tools/SbLazyPimplPtr.h>
42class COIN_DLL_API ScXMLExecutableElt :
public ScXMLElt {
43 typedef ScXMLElt inherited;
44 SCXML_ELEMENT_ABSTRACT_HEADER(ScXMLExecutableElt)
50 ScXMLExecutableElt(
void);
51 virtual ~ScXMLExecutableElt(
void);
53 virtual void copyContents(
const ScXMLElt * rhs);
58 ScXMLExecutableElt(
const ScXMLExecutableElt & rhs);
59 ScXMLExecutableElt & operator = (
const ScXMLExecutableElt & rhs);
Definition SbLazyPimplPtr.h:56
static void cleanClass(void)
Does the opposite of initClass, deallocates any class specific resources and resets the class to an u...
Definition ScXMLObject.cpp:115
static void initClass(void)
Sets up initialization for data common to all instances of this class, like submitting necessary info...
Definition ScXMLObject.cpp:102
Manager for processing events and setting states in SCXML structures.
Definition ScXMLStateMachine.h:61