java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qml.QQmlExtensionInterface.Impl
- All Implemented Interfaces:
QQmlExtensionInterface
,QQmlTypesExtensionInterface
,QtObjectInterface
- Enclosing interface:
- QQmlExtensionInterface
public abstract static class QQmlExtensionInterface.Impl
extends QtObject
implements QQmlExtensionInterface, QQmlTypesExtensionInterface
Implementor class for interface QQmlExtensionInterface
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.qml.QQmlExtensionInterface
QQmlExtensionInterface.Impl
Nested classes/interfaces inherited from interface io.qt.qml.QQmlTypesExtensionInterface
QQmlTypesExtensionInterface.Impl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
initializeEngine
(QQmlEngine engine, String uri) abstract void
registerTypes
(String uri) 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
-
initializeEngine
- Specified by:
initializeEngine
in interfaceQQmlExtensionInterface
-
registerTypes
- Specified by:
registerTypes
in interfaceQQmlExtensionInterface
- Specified by:
registerTypes
in interfaceQQmlTypesExtensionInterface
-