java.lang.Object
io.qt.QtObject
io.qt.scxml.QScxmlCompiler
- All Implemented Interfaces:
QtObjectInterface
Compiler for SCXML files
Java wrapper for Qt's class QScxmlCompiler
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
URI resolver and resource loader for an SCXML compilerNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQScxmlCompiler
(QXmlStreamReader xmlReader) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal QScxmlStateMachine
compile()
final QVector<QScxmlError>
errors()
final String
fileName()
final QScxmlCompiler.Loader
loader()
final void
setFileName
(String fileName) final void
setLoader
(QScxmlCompiler.Loader newLoader) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QScxmlCompiler
-
QScxmlCompiler
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
compile
-
errors
-
fileName
-
loader
-
setFileName
-
setLoader
-