NAME
ScXMLStateMachine -
Manager for processing events and setting states in SCXML structures.
SYNOPSIS
#include <Inventor/scxml/ScXMLStateMachine.h>
Inherits ScXMLObject.
Inherited by SoScXMLStateMachine.
Protected Member Functions
virtual SbBool processOneEvent (const ScXMLEvent *event)
virtual void setCurrentEvent (const ScXMLEvent *event)
Detailed Description
Manager for processing events and setting states in SCXML structures.
Since:
Coin 3.0
Member Function Documentation
SbBool ScXMLStateMachine::processOneEvent (const ScXMLEvent * event)
[protected, virtual] Processes one event. This is an internal inner
event-loop utility function.
void ScXMLStateMachine::setCurrentEvent (const ScXMLEvent * event)
[protected, virtual] Sets a pointer for the event that is ’current’
during event processing. This is an internal method, and updating the
current event is handled automatically.
Author
Generated automatically by Doxygen for Coin from the source code.