java.lang.Object
io.qt.qml.QtQml
Provides functions for producing logging messages for QML types
Java wrapper for Qt's namespace QtQml
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Java wrapper for Qt function pointer QtQml::ObjectCallbackstatic interface
Java wrapper for Qt function pointer QtQml::QQmlAttachedPropertiesFuncstatic interface
Java wrapper for Qt function pointer QtQml::ValueCallback -
Method Summary
Modifier and TypeMethodDescriptionstatic QJSEngine
qmlAttachedPropertiesFunction
(QObject arg__1, QMetaObject arg__2) static QObject
Overloaded function forqmlAttachedPropertiesObject(io.qt.core.QObject, io.qt.qml.QtQml.QQmlAttachedPropertiesFunc, boolean)
withcreate = true
.static QObject
qmlAttachedPropertiesObject
(QObject arg__1, QtQml.QQmlAttachedPropertiesFunc func, boolean create) static QObject
qmlAttachedPropertiesObject
(Class<? extends QObject> type, QObject obj) Overloaded function forqmlAttachedPropertiesObject(java.lang.Class<? extends io.qt.core.QObject> type, io.qt.core.QObject, boolean)
withcreate = true
.static QObject
qmlAttachedPropertiesObject
(Class<? extends QObject> type, QObject obj, boolean create) static QObject
qmlAttachedPropertiesObjectById
(int arg__1, QObject arg__2) Deprecated.Use qmlAttachedPropertiesObject(QObject *, QQmlAttachedPropertiesFunc, boolstatic QObject
qmlAttachedPropertiesObjectById
(int arg__1, QObject arg__2, boolean create) Deprecated.Use qmlAttachedPropertiesObject(QObject *, QQmlAttachedPropertiesFunc, boolstatic void
static QQmlContext
qmlContext
(QObject arg__1) static QQmlInfo
static QQmlInfo
static QQmlInfo
qmlDebug
(QObject me, Collection<? extends QQmlError> errors) static QQmlEngine
static void
qmlExecuteDeferred
(QObject arg__1) static boolean
qmlProtectModule
(String uri, int majVersion) static int
qmlRegisterAnonymousType
(Class<? extends QObject> type, String uri, int versionMajor) static int
qmlRegisterExtendedType
(Class<? extends QObject> type, Class<? extends QObject> extendedType) Deprecated.Use qmlRegisterExtendedType(uri, versionMajor) insteadstatic int
qmlRegisterExtendedType
(Class<? extends QObject> type, Class<? extends QObject> extendedType, String uri, int versionMajor) static int
qmlRegisterExtendedType
(Class<? extends QObject> type, Class<? extends QObject> extendedType, String uri, int versionMajor, int versionMinor, String qmlName) static int
qmlRegisterExtendedUncreatableType
(Class<? extends QObject> type, Class<? extends QObject> extendedType, int metaObjectRevision, String uri, int versionMajor, int versionMinor, String qmlName, String reason) static int
qmlRegisterExtendedUncreatableType
(Class<? extends QObject> type, Class<? extends QObject> extendedType, String uri, int versionMajor, int versionMinor, String qmlName, String reason) static int
qmlRegisterInterface
(Class<? extends QtObjectInterface> type, String typeName) Deprecated.Use qmlRegisterInterface(uri, versionMajor) insteadstatic int
qmlRegisterInterface
(Class<? extends QtObjectInterface> type, String uri, int versionMajor) static void
qmlRegisterModule
(String uri, int versionMajor, int versionMinor) static void
qmlRegisterNamespaceAndRevisions
(QMetaObject metaObject, String uri, int versionMajor) static int
qmlRegisterRevision
(Class<? extends QObject> type, int metaObjectRevision, String uri, int versionMajor, int versionMinor) static int
qmlRegisterSingletonInstance
(QObject instance, String uri, int versionMajor, int versionMinor, String qmlName) Deprecated.static int
qmlRegisterSingletonInstance
(String uri, int versionMajor, int versionMinor, String qmlName, QObject instance) static int
qmlRegisterSingletonType
(QUrl url, String uri, int versionMajor, int versionMinor, String qmlName) static int
qmlRegisterSingletonType
(Class<? extends QObject> type, String uri, int versionMajor, int versionMinor, String typeName, QtQml.ObjectCallback callback) static int
qmlRegisterSingletonType
(String uri, int versionMajor, int versionMinor, String typeName, QtQml.ValueCallback callback) static int
qmlRegisterType
(QUrl url, String uri, int versionMajor, int versionMinor, String qmlName) static int
qmlRegisterType
(Class<? extends QObject> type) static int
qmlRegisterType
(Class<? extends QObject> type, int metaObjectRevision, String uri, int versionMajor, int versionMinor, String qmlName) static int
qmlRegisterType
(Class<? extends QObject> type, String uri, int versionMajor, int versionMinor, String qmlName) static int
qmlRegisterTypeNotAvailable
(String uri, int versionMajor, int versionMinor, String qmlName, String message) static int
qmlRegisterUncreatableClass
(Class<? extends QObject> type, int metaObjectRevision, String uri, int versionMajor, int versionMinor, String qmlName, String reason) Deprecated.static int
qmlRegisterUncreatableClass
(Class<? extends QObject> type, String uri, int versionMajor, int versionMinor, String qmlName, String reason) Deprecated.static int
qmlRegisterUncreatableMetaObject
(QMetaObject staticMetaObject, String uri, int versionMajor, int versionMinor, String qmlName, String reason) static int
qmlRegisterUncreatableType
(Class<? extends QObject> type, int metaObjectRevision, String uri, int versionMajor, int versionMinor, String qmlName, String reason) static int
qmlRegisterUncreatableType
(Class<? extends QObject> type, String uri, int versionMajor, int versionMinor, String qmlName, String reason) static int
static QQmlInfo
qmlWarning
(QObject me) static QQmlInfo
qmlWarning
(QObject me, QQmlError error) static QQmlInfo
qmlWarning
(QObject me, Collection<? extends QQmlError> errors)
-
Method Details
-
qjsEngine
-
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) -
qmlAttachedPropertiesObject
Overloaded function for
qmlAttachedPropertiesObject(java.lang.Class<? extends io.qt.core.QObject> type, io.qt.core.QObject, boolean)
withcreate = true
. -
qmlAttachedPropertiesObject
-
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 -
qmlClearTypeRegistrations
public static void qmlClearTypeRegistrations() -
qmlContext
-
qmlDebug
-
qmlDebug
-
qmlDebug
-
qmlEngine
-
qmlExecuteDeferred
-
qmlProtectModule
-
qmlRegisterAnonymousType
-
qmlRegisterExtendedType
@Deprecated public static int qmlRegisterExtendedType(Class<? extends QObject> type, Class<? extends QObject> extendedType) Deprecated.Use qmlRegisterExtendedType(uri, versionMajor) instead -
qmlRegisterExtendedType
-
qmlRegisterExtendedType
-
qmlRegisterExtendedUncreatableType
-
qmlRegisterExtendedUncreatableType
-
qmlRegisterInterface
@Deprecated public static int qmlRegisterInterface(Class<? extends QtObjectInterface> type, String typeName) Deprecated.Use qmlRegisterInterface(uri, versionMajor) instead -
qmlRegisterInterface
public static int qmlRegisterInterface(Class<? extends QtObjectInterface> type, String uri, int versionMajor) -
qmlRegisterModule
-
qmlRegisterNamespaceAndRevisions
public static void qmlRegisterNamespaceAndRevisions(QMetaObject metaObject, String uri, int versionMajor) -
qmlRegisterRevision
-
qmlRegisterSingletonType
-
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) -
qmlRegisterType
Deprecated. -
qmlRegisterType
-
qmlRegisterType
-
qmlRegisterType
-
qmlRegisterTypeNotAvailable
-
qmlRegisterUncreatableMetaObject
public static int qmlRegisterUncreatableMetaObject(QMetaObject staticMetaObject, String uri, int versionMajor, int versionMinor, String qmlName, String reason) -
qmlRegisterUncreatableType
-
qmlRegisterUncreatableType
-
qmlTypeId
-
qmlWarning
-
qmlWarning
-
qmlWarning
-
qmlRegisterSingletonInstance
@Deprecated public static int qmlRegisterSingletonInstance(QObject instance, String uri, int versionMajor, int versionMinor, String qmlName) Deprecated. -
qmlRegisterSingletonInstance
-
qmlRegisterUncreatableClass
@Deprecated public static int qmlRegisterUncreatableClass(Class<? extends QObject> type, int metaObjectRevision, String uri, int versionMajor, int versionMinor, String qmlName, String reason) Deprecated. -
qmlRegisterUncreatableClass
@Deprecated public static int qmlRegisterUncreatableClass(Class<? extends QObject> type, String uri, int versionMajor, int versionMinor, String qmlName, String reason) Deprecated.
-