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
Nested ClassesModifier and TypeClassDescriptionstatic interfaceURI resolver and resource loader for an SCXML compiler -
Constructor Summary
ConstructorsConstructorDescriptionQScxmlCompiler(QXmlStreamReader xmlReader) QScxmlCompiler(QScxmlCompiler other) -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a copy of this object.final QScxmlStateMachinecompile()final QList<QScxmlError>errors()final StringfileName()final QScxmlCompiler.Loaderloader()final voidsetFileName(String fileName) final voidsetLoader(QScxmlCompiler.Loader newLoader) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QScxmlCompiler
- Parameters:
other-
-
QScxmlCompiler
- Parameters:
xmlReader-
-
-
Method Details
-
compile
- Returns:
-
errors
- Returns:
-
fileName
- Returns:
-
loader
- Returns:
-
setFileName
- Parameters:
fileName-
-
setLoader
- Parameters:
newLoader-
-
clone
Creates and returns a copy of this object.
-