1#ifndef COIN_SCXMLONEXITELT_H
2#define COIN_SCXMLONEXITELT_H
36#include <Inventor/scxml/ScXMLElt.h>
37#include <Inventor/tools/SbPimplPtr.h>
48 static void initClass(
void);
49 static void cleanClass(
void);
55 virtual int getNumExecutables(
void)
const;
59 virtual void clearAllExecutables(
void);
61 virtual void copyContents(
const ScXMLElt * rhs);
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
base class for all SCXML elements.
Definition ScXMLElt.h:44
Base class for events sent to SCXML state machines.
Definition ScXMLEvent.h:40
base class for all SCXML elements with executable content.
Definition ScXMLExecutableElt.h:42
implements the <onexit> SCXML element.
Definition ScXMLOnExitElt.h:43
Manager for processing events and setting states in SCXML structures.
Definition ScXMLStateMachine.h:61