java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.scxml.QScxmlCompiler
- All Implemented Interfaces:
io.qt.QtObjectInterface
public class QScxmlCompiler
extends io.qt.QtObject
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 compilerNested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionQScxmlCompiler(io.qt.core.QXmlStreamReader xmlReader) protectedQScxmlCompiler(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal QScxmlStateMachinecompile()final io.qt.core.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
public QScxmlCompiler(io.qt.core.QXmlStreamReader xmlReader) -
QScxmlCompiler
protected QScxmlCompiler(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
compile
-
errors
-
fileName
-
loader
-
setFileName
-
setLoader
-