.TH "SoScXMLStateMachine" 3 "Sat Oct 12 2013" "Version 4.0.0a" "Coin" \" -*- nroff -*- .ad l .nh .SH NAME SoScXMLStateMachine \- .PP Integration level for using Coin events with SCXML-based state machines\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBScXMLStateMachine\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "virtual \fBSoType\fP \fBgetTypeId\fP (void) const " .br .RI "\fIReturns the type identification of an object derived from a class inheriting \fBSoBase\fP\&. This is used for run-time type checking and 'downward' casting\&. \fP" .ti -1c .RI "virtual void \fBsetSceneGraphRoot\fP (\fBSoNode\fP *root)" .br .ti -1c .RI "virtual \fBSoNode\fP * \fBgetSceneGraphRoot\fP (void) const " .br .ti -1c .RI "virtual void \fBsetActiveCamera\fP (\fBSoCamera\fP *camera)" .br .ti -1c .RI "virtual \fBSoCamera\fP * \fBgetActiveCamera\fP (void) const " .br .ti -1c .RI "virtual void \fBsetViewportRegion\fP (const \fBSbViewportRegion\fP &vp)" .br .ti -1c .RI "virtual const \fBSbViewportRegion\fP & \fBgetViewportRegion\fP (void) const " .br .ti -1c .RI "virtual void \fBpreGLRender\fP (void)" .br .ti -1c .RI "virtual void \fBpostGLRender\fP (void)" .br .ti -1c .RI "virtual SbBool \fBprocessSoEvent\fP (const \fBSoEvent\fP *event)" .br .ti -1c .RI "virtual const char * \fBgetVariable\fP (const char *key) const " .br .in -1c .SS "Static Public Member Functions" .in +1c .ti -1c .RI "static \fBSoType\fP \fBgetClassTypeId\fP (void)" .br .RI "\fIThis static method returns the \fBSoType\fP object associated with objects of this class\&. \fP" .ti -1c .RI "static void * \fBcreateInstance\fP (void)" .br .ti -1c .RI "static void \fBinitClass\fP (void)" .br .RI "\fISets up initialization for data common to all instances of this class, like submitting necessary information to the Coin type system\&. \fP" .ti -1c .RI "static void \fBcleanClass\fP (void)" .br .RI "\fIDoes the opposite of initClass, deallocates any class specific resources and resets the class to an uninitialized state with respect to the Coin typesystem\&. \fP" .in -1c .SS "Additional Inherited Members" .SH "Detailed Description" .PP Integration level for using Coin events with SCXML-based state machines\&. This class is part of integrating the Coin types with the SCXML subsystem\&. SoScXMLStateMachines adds convenience for using SCXML state machines together with Coin events\&. .PP \fBSince:\fP .RS 4 Coin 3\&.0 .RE .PP .SH "Member Function Documentation" .PP .SS "\fBSoType\fP SoScXMLStateMachine::getClassTypeId (void)\fC [static]\fP" .PP This static method returns the \fBSoType\fP object associated with objects of this class\&. \fBSee Also:\fP .RS 4 \fBSoBase::getClassTypeId\fP .RE .PP .PP Reimplemented from \fBScXMLStateMachine\fP\&. .SS "\fBSoType\fP SoScXMLStateMachine::getTypeId (void) const\fC [virtual]\fP" .PP Returns the type identification of an object derived from a class inheriting \fBSoBase\fP\&. This is used for run-time type checking and 'downward' casting\&. \fBSee Also:\fP .RS 4 \fBSoBase::getTypeId() const\fP .RE .PP .PP Reimplemented from \fBScXMLStateMachine\fP\&. .SS "void SoScXMLStateMachine::initClass (void)\fC [static]\fP" .PP Sets up initialization for data common to all instances of this class, like submitting necessary information to the Coin type system\&. \fBSee Also:\fP .RS 4 \fBSoBase::initClass()\fP .RE .PP .PP Reimplemented from \fBScXMLStateMachine\fP\&. .SS "SbBool SoScXMLStateMachine::processSoEvent (const \fBSoEvent\fP *event)\fC [virtual]\fP" This function makes the state machine process an \fBSoEvent\fP\&. .SS "const char * SoScXMLStateMachine::getVariable (const char *key) const\fC [virtual]\fP" The string returned from this function is only valid until the next variable is requested\&. .PP Reimplemented from \fBScXMLStateMachine\fP\&. .SH "Author" .PP Generated automatically by Doxygen for Coin from the source code\&.