java.lang.Object
io.qt.qml.QtQml
Provides functions for producing logging messages for QML types
Java wrapper for Qt class QtQml
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceJava wrapper for Qt function pointer QtQml::ObjectCallbackstatic interfaceJava wrapper for Qt function pointer QtQml::QQmlAttachedPropertiesFuncstatic interfaceJava wrapper for Qt function pointer QtQml::ValueCallback -
Method Summary
Modifier and TypeMethodDescriptionqmlAttachedPropertiesFunction(QObject arg__1, QMetaObject arg__2) static QObjectOverloaded function forqmlAttachedPropertiesObject(io.qt.core.QObject, io.qt.qml.QtQml.QQmlAttachedPropertiesFunc, boolean)withcreate = true.static QObjectqmlAttachedPropertiesObject(QObject arg__1, QtQml.QQmlAttachedPropertiesFunc func, boolean create) static QObjectqmlAttachedPropertiesObject(Class<? extends QObject> clazz, QObject obj) static QObjectqmlAttachedPropertiesObject(Class<? extends QObject> clazz, QObject obj, boolean create) static QObjectqmlAttachedPropertiesObjectById(int arg__1, QObject arg__2) Deprecated.Use qmlAttachedPropertiesObject(QObject *, QQmlAttachedPropertiesFunc, boolstatic QObjectqmlAttachedPropertiesObjectById(int arg__1, QObject arg__2, boolean create) Deprecated.Use qmlAttachedPropertiesObject(QObject *, QQmlAttachedPropertiesFunc, boolstatic voidstatic QQmlContextqmlContext(QObject arg__1) static QQmlEnginestatic voidqmlExecuteDeferred(QObject arg__1) static booleanqmlProtectModule(String uri, int majVersion) static intqmlRegisterAnonymousType(Class<? extends QObject> type, String uri, int versionMajor) static intqmlRegisterExtendedType(Class<? extends QObject> type, Class<? extends QObject> extendedType) Deprecated.Use qmlRegisterExtendedType(type, uri, versionMajor) insteadstatic intqmlRegisterExtendedType(Class<? extends QObject> type, Class<? extends QObject> extendedType, String uri, int versionMajor) static intqmlRegisterExtendedType(Class<? extends QObject> type, Class<? extends QObject> extendedType, String uri, int versionMajor, int versionMinor, String qmlName) static intqmlRegisterExtendedUncreatableType(Class<? extends QObject> type, Class<? extends QObject> extendedType, int metaObjectRevision, String uri, int versionMajor, int versionMinor, String qmlName, String reason) static intqmlRegisterExtendedUncreatableType(Class<? extends QObject> type, Class<? extends QObject> extendedType, String uri, int versionMajor, int versionMinor, String qmlName, String reason) static intqmlRegisterInterface(Class<? extends QtObjectInterface> type, String typeName) Deprecated.Use qmlRegisterInterface(Class<?static intqmlRegisterInterface(Class<? extends QtObjectInterface> type, String uri, int versionMajor) static voidqmlRegisterModule(String uri, int versionMajor, int versionMinor) static intqmlRegisterRevision(Class<? extends QObject> type, int metaObjectRevision, String uri, int versionMajor, int versionMinor) static intqmlRegisterSingletonInstance(QObject instance, String uri, int versionMajor, int versionMinor, String qmlName) static intqmlRegisterSingletonType(QUrl url, String uri, int versionMajor, int versionMinor, String qmlName) static intqmlRegisterSingletonType(Class<? extends QObject> type, String uri, int versionMajor, int versionMinor, String typeName, QtQml.ObjectCallback callback) static intqmlRegisterSingletonType(String uri, int versionMajor, int versionMinor, String typeName, QtQml.ValueCallback callback) static intqmlRegisterType(QUrl url, String uri, int versionMajor, int versionMinor, String qmlName) static intqmlRegisterType(Class<? extends QObject> type) Deprecated.Use qmlRegisterAnonymousType insteadstatic intqmlRegisterType(Class<? extends QObject> type, int metaObjectRevision, String uri, int versionMajor, int versionMinor, String qmlName) static intqmlRegisterType(Class<? extends QObject> type, String uri, int versionMajor, int versionMinor, String qmlName) static intqmlRegisterTypeNotAvailable(String uri, int versionMajor, int versionMinor, String qmlName, String message) static intqmlRegisterUncreatableClass(Class<?> type, String uri, int versionMajor, int versionMinor, String qmlName, String reason) static intqmlRegisterUncreatableType(Class<? extends QObject> type, int metaObjectRevision, String uri, int versionMajor, int versionMinor, String qmlName, String reason) static intqmlRegisterUncreatableType(Class<? extends QObject> type, String uri, int versionMajor, int versionMinor, String qmlName, String reason)
-
Method Details
-
qmlAttachedPropertiesFunction
public static QtQml.QQmlAttachedPropertiesFunc qmlAttachedPropertiesFunction(QObject arg__1, QMetaObject arg__2) -
qmlAttachedPropertiesObject
public static QObject qmlAttachedPropertiesObject(QObject arg__1, QtQml.QQmlAttachedPropertiesFunc func) Overloaded function for
qmlAttachedPropertiesObject(io.qt.core.QObject, io.qt.qml.QtQml.QQmlAttachedPropertiesFunc, boolean)withcreate = true. -
qmlAttachedPropertiesObject
public static QObject qmlAttachedPropertiesObject(QObject arg__1, QtQml.QQmlAttachedPropertiesFunc func, boolean create) -
qmlAttachedPropertiesObjectById
Deprecated.Use qmlAttachedPropertiesObject(QObject *, QQmlAttachedPropertiesFunc, boolOverloaded function for
qmlAttachedPropertiesObjectById(int, io.qt.core.QObject, boolean)withcreate = true. -
qmlAttachedPropertiesObjectById
@Deprecated public static QObject qmlAttachedPropertiesObjectById(int arg__1, QObject arg__2, boolean create) Deprecated.Use qmlAttachedPropertiesObject(QObject *, QQmlAttachedPropertiesFunc, bool -
qmlContext
-
qmlEngine
-
qmlExecuteDeferred
-
qmlRegisterTypeNotAvailable
-
qmlRegisterUncreatableType
-
qmlRegisterUncreatableType
-
qmlRegisterType
-
qmlRegisterType
-
qmlRegisterRevision
-
qmlRegisterExtendedType
-
qmlAttachedPropertiesObject
-
qmlAttachedPropertiesObject
-
qmlRegisterAnonymousType
-
qmlRegisterType
-
qmlProtectModule
-
qmlClearTypeRegistrations
public static void qmlClearTypeRegistrations() -
qmlRegisterExtendedUncreatableType
-
qmlRegisterExtendedUncreatableType
-
qmlRegisterModule
-
qmlRegisterSingletonType
public static int qmlRegisterSingletonType(String uri, int versionMajor, int versionMinor, String typeName, QtQml.ValueCallback callback) -
qmlRegisterSingletonType
public static int qmlRegisterSingletonType(Class<? extends QObject> type, String uri, int versionMajor, int versionMinor, String typeName, QtQml.ObjectCallback callback) -
qmlRegisterSingletonType
-
qmlRegisterSingletonInstance
-
qmlRegisterUncreatableClass
-
qmlRegisterType
Deprecated.Use qmlRegisterAnonymousType instead -
qmlRegisterInterface
@Deprecated public static int qmlRegisterInterface(Class<? extends QtObjectInterface> type, String typeName) Deprecated.Use qmlRegisterInterface(Class<? extends io.qt.QtObjectInterface> type, String uri, int versionMajor) -
qmlRegisterInterface
public static int qmlRegisterInterface(Class<? extends QtObjectInterface> type, String uri, int versionMajor) -
qmlRegisterExtendedType
@Deprecated public static int qmlRegisterExtendedType(Class<? extends QObject> type, Class<? extends QObject> extendedType) Deprecated.Use qmlRegisterExtendedType(type, uri, versionMajor) instead -
qmlRegisterExtendedType
-