Uses of Class
io.qt.core.QMetaType
Packages that use QMetaType
Package
Description
-
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 QMetaTypeQMetaType.fromObject(Object obj) static QMetaTypefinal QMetaTypeQMetaProperty.metaType()final QMetaTypeQMetaType.GenericFlags.metaType()QMetaType.GenericGadget.metaType()QMetaType.GenericObject.metaType()QMetaType.GenericTypeInterface.metaType()QMetaType.GenericValue.metaType()final QMetaTypeQUntypedBindable.metaType()final QMetaTypeQVariant.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) final booleanQVariant.canConvert(QMetaType targetType) static booleanQVariant.canConvert(Object obj, QMetaType type) Convenient static function for type conversion.final booleanfinal booleanstatic ObjectConvenient static function for type conversion.static ObjectConvenient static function for type conversion.static <T> TConvenient static function for type conversion.protected final voidstatic QGenericArgumentCreate generic argument with default value of given type.static QGenericArgumentCreate generic argument with default value of given type.static QMetaTypestatic booleanQMetaType.hasRegisteredConverterFunction(QMetaType fromType, QMetaType toType) static intQMetaType.metaTypeId(Class<?> clazz, QMetaType... instantiations) Deprecated.static <T> QGenericReturnType<T>Create generic return type from meta type.static <T> QGenericReturnType<T>Create generic return type from class type.static intQMetaType.qMetaTypeId(Class<?> clazz, QMetaType... instantiations) static intQMetaType.qRegisterMetaType(Class<?> clazz, QMetaType... instantiations) final <T> TQDataStream.readObject(Class<T> cl, QMetaType... instantiations) static intQMetaType.registerMetaType(Class<?> clazz, QMetaType... instantiations) Deprecated.UseqRegisterMetaType(Class, QMetaType...)instead.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.unregisterConverterFunction(QMetaType from, QMetaType to) static voidQMetaType.unregisterMetaType(QMetaType type) final <T> TConstructors 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.Overloaded constructor forQVariant(io.qt.core.QMetaType, java.lang.Object)withcopy = null. -
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.httpserver
Methods in io.qt.httpserver that return types with arguments of type QMetaTypeMethods in io.qt.httpserver with parameters of type QMetaTypeModifier and TypeMethodDescriptionfinal voidQHttpServerRouter.addConverter(QMetaType metaType, String regexp) protected final booleanQHttpServerRouterRule.createPathRegexp(QMetaType[] metaTypes, Map<? extends QMetaType, String> converters) final voidQHttpServerRouter.removeConverter(QMetaType metaType) booleanQHttpServer.route(String pathPattern, QHttpServer.GenericViewHandler viewHandler, QMetaType... metaTypes) booleanQHttpServer.route(String pathPattern, QHttpServerRequest.Methods methods, QHttpServer.GenericViewHandler viewHandler, QMetaType... metaTypes) booleanQHttpServer.route(String pathPattern, QHttpServerRequest.Methods methods, BiConsumer<Object[], QHttpServerResponder> viewHandler, QMetaType... metaTypes) <R> booleanQHttpServer.route(String pathPattern, QHttpServerRequest.Methods methods, BiFunction<Object[], QHttpServerRequest, R> viewHandler, QMetaType... metaTypes) <R> booleanQHttpServer.route(String pathPattern, QHttpServerRequest.Methods methods, Function<Object[], R> viewHandler, QMetaType... metaTypes) booleanQHttpServer.route(String pathPattern, BiConsumer<Object[], QHttpServerResponder> viewHandler, QMetaType... metaTypes) <R> booleanQHttpServer.route(String pathPattern, BiFunction<Object[], QHttpServerRequest, R> viewHandler, QMetaType... metaTypes) <R> booleanbooleanQHttpServer.route(Function<QHttpServerRouterRule.RouterHandler, QHttpServerRouterRule> ruleFactory, QHttpServer.GenericViewHandler viewHandler, QMetaType... metaTypes) booleanQHttpServer.route(Function<QHttpServerRouterRule.RouterHandler, QHttpServerRouterRule> ruleFactory, BiConsumer<Object[], QHttpServerResponder> viewHandler, QMetaType... metaTypes) <R> booleanQHttpServer.route(Function<QHttpServerRouterRule.RouterHandler, QHttpServerRouterRule> ruleFactory, BiFunction<Object[], QHttpServerRequest, R> viewHandler, QMetaType... metaTypes) <R> booleanQHttpServer.route(Function<QHttpServerRouterRule.RouterHandler, QHttpServerRouterRule> ruleFactory, Function<Object[], R> viewHandler, QMetaType... metaTypes) Method parameters in io.qt.httpserver with type arguments of type QMetaTypeModifier and TypeMethodDescriptionprotected final booleanQHttpServerRouterRule.createPathRegexp(QMetaType[] metaTypes, Map<? extends QMetaType, String> converters) -
Uses of QMetaType in io.qt.multimedia
Methods in io.qt.multimedia that return QMetaTypeModifier and TypeMethodDescriptionprotected static QMetaTypeQMediaMetaData.keyType(QMediaMetaData.Key key) -
Uses of QMetaType in io.qt.qml
Modifier and TypeMethodDescriptionfinal <T> TQJSEngine.fromManagedValue(QJSManagedValue value, QMetaType type) final <T> TQJSEngine.fromManagedValue(QJSManagedValue value, Class<T> type, QMetaType... instantiations) final <T> TQJSEngine.fromScriptValue(QJSValue value, QMetaType type) final <T> TQJSEngine.fromScriptValue(QJSValue value, Class<T> type, QMetaType... instantiations) final <T> TQJSEngine.fromVariant(Object variant, QMetaType type) final <T> TQJSEngine.fromVariant(Object variant, Class<T> type, QMetaType... instantiations) static intQtQml.qmlRegisterAnonymousSequentialContainer(QMetaType containerType, String uri, int versionMajor) -
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 = (String)null. -
Uses of QMetaType in io.qt.test
Methods in io.qt.test with parameters of type QMetaTypeModifier and TypeMethodDescriptionstatic <T> voidstatic <T> Tstatic <T> TQTest.QFETCH_GLOBAL(String name, Class<T> type, QMetaType... instantiations)
qMetaTypeId(Class, QMetaType...)instead.