Uses of Class
io.qt.core.QMap
Package
Description
-
Uses of QMap in io.qt.activex
Modifier and TypeMethodDescriptionQAxBase.Impl.propertyBag()
QAxObject.propertyBag()
QAxWidget.propertyBag()
-
Uses of QMap in io.qt.core
Modifier and TypeMethodDescriptionQMap.clone()
Creates and returns a copy of this object.QMap.createVariantMap()
Creating aQMap
withQVariant
type (QMap<QString,QVariant>
).Returns a view of the portion of this map whose keys are less than (or equal to, ifinclusive
is true)toKey
.static <Key,
T> QMap<Key, T> QMap.of
(Key k1, T t1) Returns a QMap containing a single mapping.static <Key,
T> QMap<Key, T> QMap.of
(Key k1, T t1, Key k2, T t2) Returns a QMap containing two mappings.static <Key,
T> QMap<Key, T> QMap.of
(Key k1, T t1, Key k2, T t2, Key k3, T t3) Returns a QMap containing three mappings.static <Key,
T> QMap<Key, T> QMap.of
(Key k1, T t1, Key k2, T t2, Key k3, T t3, Key k4, T t4) Returns a QMap containing four mappings.static <Key,
T> QMap<Key, T> QMap.of
(Key k1, T t1, Key k2, T t2, Key k3, T t3, Key k4, T t4, Key k5, T t5) Returns a QMap containing five mappings.static <Key,
T> QMap<Key, T> QMap.of
(Key k1, T t1, Key k2, T t2, Key k3, T t3, Key k4, T t4, Key k5, T t5, Key k6, T t6) Returns a QMap containing six mappings.static <Key,
T> QMap<Key, T> QMap.of
(Key k1, T t1, Key k2, T t2, Key k3, T t3, Key k4, T t4, Key k5, T t5, Key k6, T t6, Key k7, T t7) Returns a QMap containing seven mappings.static <Key,
T> QMap<Key, T> QMap.of
(Key k1, T t1, Key k2, T t2, Key k3, T t3, Key k4, T t4, Key k5, T t5, Key k6, T t6, Key k7, T t7, Key k8, T t8) Returns a QMap containing eight mappings.static <Key,
T> QMap<Key, T> QMap.of
(Key k1, T t1, Key k2, T t2, Key k3, T t3, Key k4, T t4, Key k5, T t5, Key k6, T t6, Key k7, T t7, Key k8, T t8, Key k9, T t9) Returns a QMap containing nine mappings.static <Key,
T> QMap<Key, T> QMap.of
(Key k1, T t1, Key k2, T t2, Key k3, T t3, Key k4, T t4, Key k5, T t5, Key k6, T t6, Key k7, T t7, Key k8, T t8, Key k9, T t9, Key k10, T t10) Returns a QMap containing ten mappings.static <Key,
T> QMap<Key, T> QMap.ofEntries
(Map.Entry<? extends Key, ? extends T> entry0, Map.Entry<? extends Key, ? extends T> ... entries) Returns a QMap containing keys and values extracted from the given entries.static <Key,
T> QMap<Key, T> Returns a QMap containing keys and values extracted from the given pairs.static <Key,
T> QMap<Key, T> Returns a QMap containing a single mapping.static <Key,
T> QMap<Key, T> Returns a QMap containing two mappings.static <Key,
T> QMap<Key, T> Returns a QMap containing three mappings.static <Key,
T> QMap<Key, T> QMap.ofTyped
(QMetaType keyType, QMetaType valueType, Key k1, T t1, Key k2, T t2, Key k3, T t3, Key k4, T t4) Returns a QMap containing four mappings.static <Key,
T> QMap<Key, T> QMap.ofTyped
(QMetaType keyType, QMetaType valueType, Key k1, T t1, Key k2, T t2, Key k3, T t3, Key k4, T t4, Key k5, T t5) Returns a QMap containing five mappings.static <Key,
T> QMap<Key, T> QMap.ofTyped
(QMetaType keyType, QMetaType valueType, Key k1, T t1, Key k2, T t2, Key k3, T t3, Key k4, T t4, Key k5, T t5, Key k6, T t6) Returns a QMap containing six mappings.static <Key,
T> QMap<Key, T> QMap.ofTyped
(QMetaType keyType, QMetaType valueType, Key k1, T t1, Key k2, T t2, Key k3, T t3, Key k4, T t4, Key k5, T t5, Key k6, T t6, Key k7, T t7) Returns a QMap containing seven mappings.static <Key,
T> QMap<Key, T> QMap.ofTyped
(QMetaType keyType, QMetaType valueType, Key k1, T t1, Key k2, T t2, Key k3, T t3, Key k4, T t4, Key k5, T t5, Key k6, T t6, Key k7, T t7, Key k8, T t8) Returns a QMap containing eight mappings.static <Key,
T> QMap<Key, T> QMap.ofTyped
(QMetaType keyType, QMetaType valueType, Key k1, T t1, Key k2, T t2, Key k3, T t3, Key k4, T t4, Key k5, T t5, Key k6, T t6, Key k7, T t7, Key k8, T t8, Key k9, T t9) Returns a QMap containing nine mappings.static <Key,
T> QMap<Key, T> QMap.ofTyped
(QMetaType keyType, QMetaType valueType, Key k1, T t1, Key k2, T t2, Key k3, T t3, Key k4, T t4, Key k5, T t5, Key k6, T t6, Key k7, T t7, Key k8, T t8, Key k9, T t9, Key k10, T t10) Returns a QMap containing ten mappings.static <Key,
T> QMap<Key, T> Returns a QMap containing a single mapping.static <Key,
T> QMap<Key, T> Returns a QMap containing two mappings.static <Key,
T> QMap<Key, T> Returns a QMap containing three mappings.static <Key,
T> QMap<Key, T> QMap.ofTyped
(Class<Key> keyType, Class<T> valueType, Key k1, T t1, Key k2, T t2, Key k3, T t3, Key k4, T t4) Returns a QMap containing four mappings.static <Key,
T> QMap<Key, T> QMap.ofTyped
(Class<Key> keyType, Class<T> valueType, Key k1, T t1, Key k2, T t2, Key k3, T t3, Key k4, T t4, Key k5, T t5) Returns a QMap containing five mappings.static <Key,
T> QMap<Key, T> QMap.ofTyped
(Class<Key> keyType, Class<T> valueType, Key k1, T t1, Key k2, T t2, Key k3, T t3, Key k4, T t4, Key k5, T t5, Key k6, T t6) Returns a QMap containing six mappings.static <Key,
T> QMap<Key, T> QMap.ofTyped
(Class<Key> keyType, Class<T> valueType, Key k1, T t1, Key k2, T t2, Key k3, T t3, Key k4, T t4, Key k5, T t5, Key k6, T t6, Key k7, T t7) Returns a QMap containing seven mappings.static <Key,
T> QMap<Key, T> QMap.ofTyped
(Class<Key> keyType, Class<T> valueType, Key k1, T t1, Key k2, T t2, Key k3, T t3, Key k4, T t4, Key k5, T t5, Key k6, T t6, Key k7, T t7, Key k8, T t8) Returns a QMap containing eight mappings.static <Key,
T> QMap<Key, T> QMap.ofTyped
(Class<Key> keyType, Class<T> valueType, Key k1, T t1, Key k2, T t2, Key k3, T t3, Key k4, T t4, Key k5, T t5, Key k6, T t6, Key k7, T t7, Key k8, T t8, Key k9, T t9) Returns a QMap containing nine mappings.static <Key,
T> QMap<Key, T> QMap.ofTyped
(Class<Key> keyType, Class<T> valueType, Key k1, T t1, Key k2, T t2, Key k3, T t3, Key k4, T t4, Key k5, T t5, Key k6, T t6, Key k7, T t7, Key k8, T t8, Key k9, T t9, Key k10, T t10) Returns a QMap containing ten mappings.static <Key,
T> QMap<Key, T> QMap.ofTypedEntries
(QMetaType keyType, QMetaType valueType, Map.Entry<? extends Key, ? extends T>... entries) Returns a QMap containing keys and values extracted from the given entries.static <Key,
T> QMap<Key, T> QMap.ofTypedEntries
(Class<Key> keyType, Class<T> valueType, Map.Entry<? extends Key, ? extends T>... entries) Returns a QMap containing keys and values extracted from the given entries.static <Key,
T> QMap<Key, T> QMap.ofTypedPairs
(QMetaType keyType, QMetaType valueType, QPair<? extends Key, ? extends T>... pairs) Returns a QMap containing keys and values extracted from the given pairs.static <Key,
T> QMap<Key, T> QMap.ofTypedPairs
(Class<Key> keyType, Class<T> valueType, QPair<? extends Key, ? extends T>... pairs) Returns a QMap containing keys and values extracted from the given pairs.Returns a copy of the portion of this map whose keys range fromfromKey
totoKey
.Returns a view of the portion of this map whose keys are greater than (or equal to, ifinclusive
is true)fromKey
.QVariant.toMap()
Convenient static function for type conversion.QCborMap.toVariantMap()
QJsonObject.toVariantMap()
Modifier and TypeMethodDescriptionfinal void
SeeQMap::
operator=(QMap<Key,T>) final boolean
QMap.isSharedWith
(QMap<?, ?> other) Returns true if both containers share the same data.final void
SeeQMap::
swap(QMap<Key,T>&) final void
-
Uses of QMap in io.qt.gui
Modifier and TypeMethodDescriptionfinal QMap<@QtPrimitiveType Integer,
Object> QTextFormat.properties()
-
Uses of QMap in io.qt.help
Modifier and TypeMethodDescriptionQHelpEngineCore.linksForIdentifier
(String id) QHelpEngineCore.linksForKeyword
(String keyword) QHelpIndexModel.linksForKeyword
(String keyword) QHelpFilterEngine.namespaceToComponent()
final QMap<String,
QVersionNumber> QHelpFilterEngine.namespaceToVersion()
-
Uses of QMap in io.qt.location
Modifier and TypeMethodDescriptionfinal QMap<@QtPrimitiveType Integer,
QPlaceContent> QPlace.content
(QPlaceContent.Type type) final QMap<@QtPrimitiveType Integer,
QPlaceContent> QPlaceContentReply.content()
QGeoManeuver.extendedAttributes()
QGeoRoute.extendedAttributes()
QGeoRouteRequest.extraParameters()
QPlaceIcon.parameters()
QPlaceMatchRequest.parameters()
-
Uses of QMap in io.qt.multimedia
Modifier and TypeMethodDescriptionQVideoFrame.availableMetaData()
QAudioEncoderSettings.encodingOptions()
QImageEncoderSettings.encodingOptions()
QVideoEncoderSettings.encodingOptions()
-
Uses of QMap in io.qt.network
Modifier and TypeMethodDescriptionfinal QMap<QByteArray,
Object> QSslConfiguration.backendConfiguration()
-
Uses of QMap in io.qt.network.auth
-
Uses of QMap in io.qt.positioning
Modifier and TypeMethodDescriptionQGeoLocation.extendedAttributes()
QGeoAreaMonitorInfo.notificationParameters()
-
Uses of QMap in io.qt.scxml
-
Uses of QMap in io.qt.sql
-
Uses of QMap in io.qt.webengine.core
Modifier and TypeMethodDescriptionfinal QMap<QByteArray,
QByteArray> QWebEngineUrlRequestJob.requestHeaders()
-
Uses of QMap in io.qt.widgets
Modifier and TypeMethodDescriptionfinal QMap<QDate,
QTextCharFormat> QCalendarWidget.dateTextFormat()