1#ifndef COIN_SCXMLONENTRYELT_H
2#define COIN_SCXMLONENTRYELT_H
36#include <Inventor/scxml/ScXMLElt.h>
37#include <Inventor/tools/SbPimplPtr.h>
43class COIN_DLL_API ScXMLOnEntryElt :
public ScXMLElt {
44 typedef ScXMLElt inherited;
45 SCXML_ELEMENT_HEADER(ScXMLOnEntryElt)
51 ScXMLOnEntryElt(
void);
52 virtual ~ScXMLOnEntryElt(
void);
55 virtual int getNumExecutables(
void)
const;
59 virtual void clearAllExecutables(
void);
61 virtual void copyContents(
const ScXMLElt * rhs);
63 virtual const ScXMLElt *
search(
const char * attrname,
const char * attrvalue)
const;
68 ScXMLOnEntryElt(
const ScXMLOnEntryElt & rhs);
69 ScXMLOnEntryElt & operator = (
const ScXMLOnEntryElt & rhs);
Definition SbPimplPtr.h:55
virtual const ScXMLElt * search(const char *attrname, const char *attrvalue) const
Definition ScXMLElt.cpp:214
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
static void cleanClass(void)
Does the opposite of initClass, deallocates any class specific resources and resets the class to an u...
Definition ScXMLObject.cpp:115
static void initClass(void)
Sets up initialization for data common to all instances of this class, like submitting necessary info...
Definition ScXMLObject.cpp:102
Manager for processing events and setting states in SCXML structures.
Definition ScXMLStateMachine.h:61