- All Superinterfaces:
QQmlTypesExtensionInterface
,QtObjectInterface
- All Known Implementing Classes:
QQmlExtensionInterface.Impl
,QQmlExtensionPlugin
public interface QQmlExtensionInterface extends QtObjectInterface, QQmlTypesExtensionInterface
Java wrapper for Qt class QQmlExtensionInterface
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QQmlExtensionInterface.Impl
Implementor class for interfaceQQmlExtensionInterface
-
Method Summary
Modifier and Type Method Description void
initializeEngine(QQmlEngine engine, String uri)
void
registerTypes(String uri)
-
Method Details
-
initializeEngine
-
registerTypes
- Specified by:
registerTypes
in interfaceQQmlTypesExtensionInterface
-