1 #ifndef COIN_SCXMLABSTRACTSTATEELT_H 2 #define COIN_SCXMLABSTRACTSTATEELT_H 36 #include <Inventor/scxml/ScXMLElt.h> 38 #include <Inventor/tools/SbLazyPimplPtr.h> 45 static void initClass(
void);
46 static void cleanClass(
void);
52 virtual void setIdAttribute(
const char *
id);
53 const char * getIdAttribute(
void)
const {
return this->id; }
57 virtual void copyContents(
const ScXMLElt * rhs);
59 virtual const ScXMLElt *
search(
const char * attrname,
const char * attrvalue)
const;
73 #endif // !COIN_SCXMLABSTRACTSTATEELT_H virtual const ScXMLElt * search(const char *attrname, const char *attrvalue) const
Definition: ScXMLElt.cpp:214
abstract base class for the SCXML 'state' elements.
Definition: ScXMLAbstractStateElt.h:40
base class for all SCXML elements.
Definition: ScXMLElt.h:44
virtual SbBool handleXMLAttributes(void)
Definition: ScXMLElt.cpp:200