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; }
57 virtual SbBool handleXMLAttributes(
void);
59 virtual void copyContents(
const ScXMLElt * rhs);
63 virtual int getNumElseIfs(
void)
const;
67 virtual void clearAllElseIfs(
void);
The SbList class is a template container class for lists.
Definition SbList.h:70
SbList< Type > & operator=(const SbList< Type > &l)
Definition SbList.h:99
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
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