java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.scxml.QScxmlCompiler
- All Implemented Interfaces:
QtObjectInterface
public class QScxmlCompiler extends QtObject
Compiler for SCXML files
Java wrapper for Qt class QScxmlCompiler
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
QScxmlCompiler.Loader
URI resolver and resource loader for an SCXML compiler -
Constructor Summary
Constructors Modifier Constructor Description QScxmlCompiler(QXmlStreamReader xmlReader)
protected
QScxmlCompiler(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QScxmlStateMachine
compile()
QVector<QScxmlError>
errors()
String
fileName()
QScxmlCompiler.Loader
loader()
void
setFileName(String fileName)
void
setLoader(QScxmlCompiler.Loader newLoader)
-
Constructor Details
-
QScxmlCompiler
-
QScxmlCompiler
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details