- All Superinterfaces:
QQmlTypesExtensionInterface
,QtObjectInterface
- All Known Implementing Classes:
QQmlExtensionPlugin
Java wrapper for Qt class QQmlExtensionInterface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initializeEngine
(QQmlEngine engine, String uri) SeeQQmlExtensionInterface::
initializeEngine(QQmlEngine*, const char*) void
registerTypes
(String uri) SeeQQmlTypesExtensionInterface::
registerTypes(const char*) Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
initializeEngine
See
QQmlExtensionInterface::
initializeEngine(QQmlEngine*, const char*) -
registerTypes
See
QQmlTypesExtensionInterface::
registerTypes(const char*) - Specified by:
registerTypes
in interfaceQQmlTypesExtensionInterface
-