java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.scxml.QScxmlCompiler.Loader.Impl
- All Implemented Interfaces:
QtObjectInterface
,QScxmlCompiler.Loader
- Enclosing interface:
- QScxmlCompiler.Loader
public abstract static class QScxmlCompiler.Loader.Impl extends QtObject implements QScxmlCompiler.Loader
Implementor class for interface QScxmlCompiler.Loader
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.qt.scxml.QScxmlCompiler.Loader
QScxmlCompiler.Loader.Impl
-
Constructor Summary
Constructors Modifier Constructor Description Impl()
protected
Impl(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description abstract QByteArray
load(String name, String baseDir, Collection<String> errors)
-
Constructor Details
-
Method Details
-
load
@QtUninvokable public abstract QByteArray load(String name, String baseDir, Collection<String> errors)- Specified by:
load
in interfaceQScxmlCompiler.Loader
-