Uses of Class
io.qt.core.QMetaType
Packages that use QMetaType
-
Uses of QMetaType in io.qt.core
Methods in io.qt.core that return QMetaTypeModifier and TypeMethodDescriptionQMetaType.clone()static QMetaTypeQMetaType.fromName(byte[] name) static QMetaTypeQMetaType.fromName(QByteArray name) static QMetaTypeQMetaType.fromName(QByteArrayView name) static QMetaTypestatic QMetaTypeReturns theQMetaTypecorresponding to the given class.final QMetaTypeQMetaProperty.metaType()final QMetaTypeQMetaType.GenericFlags.metaType()QMetaType.GenericGadget.metaType()QMetaType.GenericObject.metaType()QMetaType.GenericTypeInterface.metaType()QMetaType.GenericValue.metaType()final QMetaTypeQUntypedBindable.metaType()QVariant.metaType()final QMetaTypeQMetaMethod.parameterMetaType(int index) final QMetaTypeQMetaMethod.returnMetaType()final QMetaTypeQObject.QComputedBooleanProperty.valueMetaType()final QMetaTypeQObject.QComputedByteProperty.valueMetaType()final QMetaTypeQObject.QComputedCharProperty.valueMetaType()final QMetaTypeQObject.QComputedDoubleProperty.valueMetaType()final QMetaTypeQObject.QComputedFloatProperty.valueMetaType()final QMetaTypeQObject.QComputedIntProperty.valueMetaType()final QMetaTypeQObject.QComputedLongProperty.valueMetaType()final QMetaTypeQObject.QComputedProperty.valueMetaType()final QMetaTypeQObject.QComputedShortProperty.valueMetaType()final QMetaTypeQUntypedPropertyBinding.valueMetaType()Methods in io.qt.core with parameters of type QMetaTypeModifier and TypeMethodDescriptionCall java object as specified type.<T> QGenericArgumentCall java object as specified type.static booleanQMetaType.canConvert(QMetaType fromType, QMetaType toType) static booleanQVariant.canConvert(Object obj, QMetaType type) static booleanstatic Objectstatic QGenericArgumentCreate generic argument with default value of given type.static QGenericArgumentCreate generic argument with default value of given type.static QMetaTypeReturns theQMetaTypecorresponding to the given class.static intQMetaType.metaTypeId(Class<?> clazz, QMetaType... instantiations) Returns the meta type id of goven class at compile time.static <T> QGenericReturnType<T>Create generic return type from meta type.static <T> QGenericReturnType<T>Create generic return type from class type.static intQMetaType.registerMetaType(Class<?> clazz, QMetaType... instantiations) Registers the given class as meta type.protected ObjectQMimeData.retrieveData(String mimetype, QMetaType preferredType) static <T> QGenericReturnType<T>Create generic return type from meta type.static <T> QGenericReturnType<T>Create generic return type from class type.static voidQMetaType.unregisterMetaType(QMetaType type) Constructors in io.qt.core with parameters of type QMetaTypeModifierConstructorDescriptionQHash(QMetaType.Type keyMetaType, QMetaType valueMetaType) QHash(QMetaType keyMetaType, QMetaType.Type valueMetaType) QMap(QMetaType.Type keyMetaType, QMetaType valueMetaType) QMap(QMetaType keyMetaType, QMetaType.Type valueMetaType) QMultiHash(QMetaType.Type keyMetaType, QMetaType valueMetaType) QMultiHash(QMetaType keyMetaType, QMetaType valueMetaType) QMultiHash(QMetaType keyMetaType, QMetaType.Type valueMetaType) QMultiHash(QMetaType keyMetaType, Class<V> valueType) QMultiHash(Class<K> keyType, QMetaType valueMetaType) QMultiMap(QMetaType.Type keyMetaType, QMetaType valueMetaType) QMultiMap(QMetaType keyMetaType, QMetaType.Type valueMetaType) Constructs a property bound to the providedfunctor.Constructs a property with the given type.Constructs a property with the given type and initialValue. -
Uses of QMetaType in io.qt.dbus
Methods in io.qt.dbus that return QMetaTypeModifier and TypeMethodDescriptionstatic QMetaTypeQDBusMetaType.registerDBusMetaType(QMetaType metaType) static <T> QMetaTypeQDBusMetaType.registerDBusMetaType(QDBusMetaType.MarshallFunction<T> marshallFunction, QDBusMetaType.DemarshallFunction<T> demarshallFunction) static QMetaTypeQDBusMetaType.registerDBusMetaType(Class<?> clazz, QMetaType... instantiations) static QMetaTypeQDBusMetaType.signatureToMetaType(String signature) Methods in io.qt.dbus with parameters of type QMetaTypeModifier and TypeMethodDescriptionfinal voidQDBusArgument.beginArray(QMetaType elementMetaType) final voidstatic ObjectQDBusMetaType.demarshall(QDBusArgument arg, QMetaType id) static voidQDBusMetaType.marshall(QDBusArgument arg, QMetaType id, Object value) static QMetaTypeQDBusMetaType.registerDBusMetaType(QMetaType metaType) static QMetaTypeQDBusMetaType.registerDBusMetaType(Class<?> clazz, QMetaType... instantiations) static StringQDBusMetaType.typeToSignature(QMetaType metaType) Constructors in io.qt.dbus with parameters of type QMetaTypeModifierConstructorDescriptionQDBusPendingReply(QDBusMessage message, Class<A> typeA, QMetaType... instantiations) QDBusPendingReply(QDBusPendingCall call, Class<A> typeA, QMetaType... instantiations) QDBusPendingReply2(QDBusPendingReply<A> other, Class<B> typeB, QMetaType... instantiations) QDBusPendingReply3(QDBusPendingReply2<A, B> other, Class<C> typeC, QMetaType... instantiations) QDBusPendingReply4(QDBusPendingReply3<A, B, C> other, Class<D> typeD, QMetaType... instantiations) QDBusPendingReply5(QDBusPendingReply4<A, B, C, D> other, Class<E> typeE, QMetaType... instantiations) QDBusPendingReply6(QDBusPendingReply5<A, B, C, D, E> other, Class<F> typeF, QMetaType... instantiations) QDBusPendingReply7(QDBusPendingReply6<A, B, C, D, E, F> other, Class<G> typeG, QMetaType... instantiations) QDBusPendingReply8(QDBusPendingReply7<A, B, C, D, E, F, G> other, Class<H> typeH, QMetaType... instantiations) QDBusReply(QDBusMessage reply, Class<T> valueType, QMetaType... instantiation) QDBusReply(QDBusPendingCall pcall, Class<T> valueType, QMetaType... instantiation) -
Uses of QMetaType in io.qt.internal
Fields in io.qt.internal declared as QMetaType -
Uses of QMetaType in io.qt.qml
-
Uses of QMetaType in io.qt.remoteobjects
Constructors in io.qt.remoteobjects with parameters of type QMetaTypeModifierConstructorDescriptionQRemoteObjectPendingReply(QRemoteObjectPendingCall call, Class<A> typeA, QMetaType... instantiations) -
Uses of QMetaType in io.qt.sql
ModifierConstructorDescriptionOverloaded constructor forQSqlField(java.lang.String, io.qt.core.QMetaType, java.lang.String)withtableName = "".