1 #ifndef COIN_SCXMLINITIALELT_H 2 #define COIN_SCXMLINITIALELT_H 36 #include <Inventor/scxml/ScXMLElt.h> 37 #include <Inventor/tools/SbPimplPtr.h> 46 static void initClass(
void);
47 static void cleanClass(
void);
52 virtual void copyContents(
const ScXMLElt * rhs);
54 virtual const ScXMLElt *
search(
const char * attrname,
const char * attrvalue)
const;
69 #endif // !COIN_SCXMLINITIALELT_H
virtual const ScXMLElt * search(const char *attrname, const char *attrvalue) const
Definition: ScXMLElt.cpp:214
implements the <initial> SCXML element.
Definition: ScXMLInitialElt.h:41
the <transition> SCXML element.
Definition: ScXMLTransitionElt.h:43
base class for all SCXML elements.
Definition: ScXMLElt.h:44
Base class for all SCXML objects.
Definition: ScXMLObject.h:41