Base class for all scxml elements with executable content.
#include <Inventor/scxml/ScXMLExecutableElt.h>
Inherits ScXMLElt.
Inherited by ScXMLAssignElt, ScXMLElseElt, ScXMLElseIfElt, ScXMLEventElt, ScXMLIfElt, ScXMLInvokeElt, ScXMLLogElt, ScXMLScriptElt, ScXMLSendElt, and ScXMLValidateElt.
virtual SoType getTypeId (void) const =0
Returns the type identification of an object derived from a class inheriting SoBase. This is used for run-time type checking and 'downward' casting. virtual void copyContents (const ScXMLElt *rhs)
virtual void execute (ScXMLStateMachine *statemachine) const
static SoType getClassTypeId (void)
static void initClass (void)
static void cleanClass (void)
base class for all SCXML elements with executable content.
Returns the type identification of an object derived from a class inheriting SoBase. This is used for run-time type checking and 'downward' casting.
See also:
SoBase::getTypeId() const
Implements ScXMLElt.
Implemented in ScXMLInvokeElt, ScXMLEventElt, ScXMLIfElt, ScXMLSendElt, ScXMLAssignElt, ScXMLElseElt, ScXMLElseIfElt, ScXMLLogElt, ScXMLScriptElt, and ScXMLValidateElt.
Generated automatically by Doxygen for Coin from the source code.