1 #ifndef COIN_SCXMLELSEELT_H
2 #define COIN_SCXMLELSEELT_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);
58 SbLazyPimplPtr<PImpl> pimpl;
62 #endif // !COIN_SCXMLELSEELT_H
base class for all SCXML elements with executable content.
Definition: ScXMLExecutableElt.h:42
base class for all SCXML elements.
Definition: ScXMLElt.h:44
implements the SCXML element.
Definition: ScXMLElseElt.h:40