java.lang.Object
io.qt.QtObject
io.qt.scxml.QScxmlCompiler
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Compiler for SCXML files
Java wrapper for Qt class QScxmlCompiler
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
URI resolver and resource loader for an SCXML compiler -
Constructor Summary
ConstructorDescriptionQScxmlCompiler
(QXmlStreamReader xmlReader) QScxmlCompiler
(QScxmlCompiler other) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final QScxmlStateMachine
compile()
final QList<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
-
-
Method Details
-
compile
-
errors
-
fileName
-
loader
-
setFileName
-
setLoader
-
clone
Creates and returns a copy of this object.
-