1 #ifndef COIN_SCXMLFINALELT_H 2 #define COIN_SCXMLFINALELT_H 36 #include <Inventor/scxml/ScXMLAbstractStateElt.h> 37 #include <Inventor/tools/SbPimplPtr.h> 39 class ScXMLOnEntryElt;
47 static void initClass(
void);
48 static void cleanClass(
void);
53 virtual void setOnEntry(ScXMLOnEntryElt * onentry);
54 virtual ScXMLOnEntryElt * getOnEntry(
void)
const;
56 virtual void setOnExit(ScXMLOnExitElt * onexit);
57 virtual ScXMLOnExitElt * getOnExit(
void)
const;
59 virtual void copyContents(
const ScXMLElt * rhs);
61 virtual const ScXMLElt *
search(
const char * attrname,
const char * attrvalue)
const;
68 SbPimplPtr<PImpl> pimpl;
72 #endif // !COIN_SCXMLFINALELT_H implements the <final> SCXML element.
Definition: ScXMLFinalElt.h:42
virtual const ScXMLElt * search(const char *attrname, const char *attrvalue) const
Definition: ScXMLAbstractStateElt.cpp:117
abstract base class for the SCXML 'state' elements.
Definition: ScXMLAbstractStateElt.h:40
base class for all SCXML elements.
Definition: ScXMLElt.h:44