.TH "ScXML" 3 "Wed May 23 2012" "Version 3.1.3" "Coin" \" -*- nroff -*- .ad l .nh .SH NAME ScXML \- .PP Namespace for static ScXML-related functions\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Static Public Member Functions" .in +1c .ti -1c .RI "static void \fBinitClasses\fP (void)" .br .ti -1c .RI "static \fBScXMLStateMachine\fP * \fBreadFile\fP (const char *filename)" .br .ti -1c .RI "static \fBScXMLStateMachine\fP * \fBreadBuffer\fP (const char *bufferdata)" .br .in -1c .SH "Detailed Description" .PP Namespace for static ScXML-related functions\&. This is a static namespace class for ScXML-related functions\&. .PP \fBSince:\fP .RS 4 Coin 3\&.0 .RE .PP .SH "Member Function Documentation" .PP .SS "void ScXML::initClasses (void)\fC [static]\fP" Initializes the basic \fBScXML\fP classes\&. .SS "\fBScXMLStateMachine\fP * ScXML::readFile (const char *filename)\fC [static]\fP" This function reads in an SCXML document from a file\&. .PP \fBReturns:\fP .RS 4 an ScXMLDocument-derived statemachine object hierarchy\&. .RE .PP .SS "\fBScXMLStateMachine\fP * ScXML::readBuffer (const char *bufferdata)\fC [static]\fP" This function reads in an SCXML document residing in memory\&. .PP \fBReturns:\fP .RS 4 an ScXMLDocument-derived statemachine object hierarchy\&. .RE .PP .SH "Author" .PP Generated automatically by Doxygen for Coin from the source code\&.