Provided by: libcoin80-doc_3.1.4~abc9f50-4ubuntu2_all 

NAME
ScXMLExecutableElt -
base class for all SCXML elements with executable content.
SYNOPSIS
#include <Inventor/scxml/ScXMLExecutableElt.h>
Inherits ScXMLElt.
Inherited by ScXMLAssignElt, ScXMLElseElt, ScXMLElseIfElt, ScXMLEventElt, ScXMLIfElt, ScXMLInvokeElt,
ScXMLLogElt, ScXMLScriptElt, ScXMLSendElt, and ScXMLValidateElt.
Public Member Functions
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 Public Member Functions
static SoType getClassTypeId (void)
static void initClass (void)
static void cleanClass (void)
Additional Inherited Members
Detailed Description
base class for all SCXML elements with executable content.
Member Function Documentation
virtual SoType ScXMLExecutableElt::getTypeId (void) const [pure virtual]
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.
Author
Generated automatically by Doxygen for Coin from the source code.
Version 4.0.0a Wed Feb 26 2014 ScXMLExecutableElt(3)