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 interface io.qt.qml.QQmlExtensionInterface
QQmlExtensionInterface.Impl
Nested classes/interfaces inherited from interface io.qt.qml.QQmlTypesExtensionInterface
QQmlTypesExtensionInterface.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 void
initializeEngine(QQmlEngine engine, String uri)
abstract void
registerTypes(String uri)
-
Constructor Details
-
Method Details
-
initializeEngine
- Specified by:
initializeEngine
in interfaceQQmlExtensionInterface
-
registerTypes
- Specified by:
registerTypes
in interfaceQQmlExtensionInterface
- Specified by:
registerTypes
in interfaceQQmlTypesExtensionInterface
-