1 #ifndef COIN_SCXMLIFELT_H 2 #define COIN_SCXMLIFELT_H 36 #include <Inventor/scxml/ScXMLExecutableElt.h> 38 #include <Inventor/tools/SbPimplPtr.h> 48 static void initClass(
void);
49 static void cleanClass(
void);
54 virtual void setCondAttribute(
const char * cond);
55 virtual const char * getCondAttribute(
void)
const {
return this->cond; }
59 virtual void copyContents(
const ScXMLElt * rhs);
61 virtual const ScXMLElt *
search(
const char * attrname,
const char * attrvalue)
const;
63 virtual int getNumElseIfs(
void)
const;
67 virtual void clearAllElseIfs(
void);
92 #endif // !COIN_SCXMLIFELT_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
implements the <if> SCXML element.
Definition: ScXMLIfElt.h:43
virtual SbBool handleXMLAttributes(void)
Definition: ScXMLElt.cpp:200
implements the <else> SCXML element.
Definition: ScXMLElseElt.h:40
Base class for all SCXML objects.
Definition: ScXMLObject.h:41
Manager for processing events and setting states in SCXML structures.
Definition: ScXMLStateMachine.h:61