scxml(3)
NAME
ScXML - Namespace for static ScXML-related functions.
SYNOPSIS
#include <Inventor/scxml/ScXML.h> Static Public Member Functions static void initClasses (void) static ScXMLStateMachine * readFile (const char *filename) static ScXMLStateMachine * readBuffer (const char *bufferdata)
Detailed Description
Namespace for static ScXML-related functions.
This is a static namespace class for ScXML-related functions.
- Since:
- Coin 3.0
Member Function Documentation
- void ScXML::initClasses (void) [static]
- Initializes the basic ScXML classes.
- ScXMLStateMachine * ScXML::readFile (const char * filename) [static]
- This function reads in an SCXML document from a file.
- Returns:
an ScXMLDocument-derived statemachine object hierarchy.
- ScXMLStateMachine * ScXML::readBuffer (const char * bufferdata) [static]
- This function reads in an SCXML document residing in memory.
- Returns:
an ScXMLDocument-derived statemachine object hierarchy.
Author
- Generated automatically by Doxygen for Coin from the source code.