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);
Definition SbPimplPtr.h:55
implements the <else> SCXML element.
Definition ScXMLElseElt.h:40
implements the <elseif> SCXML element.
Definition ScXMLElseIfElt.h:40
base class for all SCXML elements.
Definition ScXMLElt.h:44
virtual const ScXMLElt * search(const char *attrname, const char *attrvalue) const
Definition ScXMLElt.cpp:214
virtual SbBool handleXMLAttributes(void)
Definition ScXMLElt.cpp:200
base class for all SCXML elements with executable content.
Definition ScXMLExecutableElt.h:42
implements the <if> SCXML element.
Definition ScXMLIfElt.h:43
Manager for processing events and setting states in SCXML structures.
Definition ScXMLStateMachine.h:61