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 class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.scxml.QScxmlCompiler.Loader
QScxmlCompiler.Loader.Impl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract QByteArray
load
(String name, String baseDir, Collection<String> errors) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
Impl
public Impl() -
Impl
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
load
@QtUninvokable public abstract QByteArray load(String name, String baseDir, Collection<String> errors) - Specified by:
load
in interfaceQScxmlCompiler.Loader
-