1 #ifndef COIN_SCXMLELSEIFELT_H 2 #define COIN_SCXMLELSEIFELT_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 setCondAttribute(
const char * cond);
52 virtual const char * getCondAttribute(
void)
const {
return this->cond; }
56 virtual void copyContents(
const ScXMLElt * rhs);
58 virtual const ScXMLElt *
search(
const char * attrname,
const char * attrvalue)
const;
72 #endif // !COIN_SCXMLELSEIFELT_H virtual const ScXMLElt * search(const char *attrname, const char *attrvalue) const
Definition: ScXMLElt.cpp:214
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 <elseif> SCXML element.
Definition: ScXMLElseIfElt.h:40
virtual SbBool handleXMLAttributes(void)
Definition: ScXMLElt.cpp:200