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 \fBSoType\fP ScXMLExecutableElt::getTypeId (void) const\fC [pure virtual]\fP

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.