table of contents
other versions
- wheezy-backports 3.1.4~abc9f50-3~bpo70+1
- jessie 3.1.4~abc9f50-7
| SoScXMLStateMachine(3) | Coin | SoScXMLStateMachine(3) |
NAME¶
SoScXMLStateMachine - Integration level for using Coin events with SCXML-based state machines.SYNOPSIS¶
#include <Inventor/scxml/SoScXMLStateMachine.h> Inherits ScXMLStateMachine.Public Member Functions¶
virtual SoType getTypeId (void) const
Static Public Member Functions¶
static SoType getClassTypeId (void)
Additional Inherited Members¶
Detailed Description¶
Integration level for using Coin events with SCXML-based state machines.Coin 3.0
Member Function Documentation¶
SoType SoScXMLStateMachine::getClassTypeId (void) [static]¶
This static method returns the SoType object associated with objects of this class. See Also:SoBase::getClassTypeId
SoType SoScXMLStateMachine::getTypeId (void) const [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
void SoScXMLStateMachine::initClass (void) [static]¶
Sets up initialization for data common to all instances of this class, like submitting necessary information to the Coin type system. See Also:SoBase::initClass()
SbBool SoScXMLStateMachine::processSoEvent (const SoEvent *event) [virtual]¶
This function makes the state machine process an SoEvent.const char * SoScXMLStateMachine::getVariable (const char *key) const [virtual]¶
The string returned from this function is only valid until the next variable is requested. Reimplemented from ScXMLStateMachine.Author¶
Generated automatically by Doxygen for Coin from the source code.| Sat Oct 12 2013 | Version 4.0.0a |