1#ifndef COIN_SCXMLSTATEELT_H
2#define COIN_SCXMLSTATEELT_H
36#include <Inventor/scxml/ScXMLAbstractStateElt.h>
37#include <Inventor/tools/SbPimplPtr.h>
56 static void initClass(
void);
57 static void cleanClass(
void);
63 virtual void setSrcAttribute(
const char * src);
66 virtual void setInitialAttribute(
const char * initial);
69 virtual SbBool handleXMLAttributes(
void);
71 virtual void copyContents(
const ScXMLElt * rhs);
82 virtual int getNumTransitions(
void)
const;
86 virtual void clearAllTransitions(
void);
91 virtual int getNumStates(
void)
const;
95 virtual void clearAllStates(
void);
97 virtual int getNumParallels(
void)
const;
101 virtual void clearAllParallels(
void);
103 virtual int getNumFinals(
void)
const;
107 virtual void clearAllFinals(
void);
109 virtual int getNumHistories(
void)
const;
113 virtual void clearAllHistories(
void);
115 virtual int getNumAnchors(
void)
const;
119 virtual void clearAllAnchors(
void);
124 SbBool isAtomicState(
void)
const;
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
abstract base class for the SCXML 'state' elements.
Definition ScXMLAbstractStateElt.h:40
implements the <anchor> SCXML element.
Definition ScXMLAnchorElt.h:40
implements the <datamodel> SCXML element.
Definition ScXMLDataModelElt.h:42
base class for all SCXML elements.
Definition ScXMLElt.h:44
implements the <final> SCXML element.
Definition ScXMLFinalElt.h:42
implements the <history> SCXML element.
Definition ScXMLHistoryElt.h:42
implements the <initial> SCXML element.
Definition ScXMLInitialElt.h:41
implements the <onentry> SCXML element.
Definition ScXMLOnEntryElt.h:43
implements the <onexit> SCXML element.
Definition ScXMLOnExitElt.h:43
implements the <parallel> SCXML element.
Definition ScXMLParallelElt.h:51
implements the <state> SCXML element.
Definition ScXMLStateElt.h:51
const char * getSrcAttribute(void) const
Definition ScXMLStateElt.h:64
const char * getInitialAttribute(void) const
Definition ScXMLStateElt.h:67
Manager for processing events and setting states in SCXML structures.
Definition ScXMLStateMachine.h:61
the <transition> SCXML element.
Definition ScXMLTransitionElt.h:43