Uses of Class
io.qt.core.QMap
Package
Description
-
Uses of QMap in io.qt.activex
Modifier and TypeMethodDescriptionQAxBase.Impl.propertyBag()
QAxBase.propertyBag()
QAxObject.propertyBag()
QAxWidget.propertyBag()
-
Uses of QMap in io.qt.core
Modifier and TypeMethodDescriptionQMap.clone()
QMap.createVariantMap()
static <K,
V> QMap<K, V> QMap.of
(K k1, V v1) Returns a QMap containing a single mapping.static <K,
V> QMap<K, V> QMap.of
(K k1, V v1, K k2, V v2) Returns a QMap containing two mappings.static <K,
V> QMap<K, V> QMap.of
(K k1, V v1, K k2, V v2, K k3, V v3) Returns a QMap containing three mappings.static <K,
V> QMap<K, V> QMap.of
(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) Returns a QMap containing four mappings.static <K,
V> QMap<K, V> QMap.of
(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) Returns a QMap containing five mappings.static <K,
V> QMap<K, V> QMap.of
(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6) Returns a QMap containing six mappings.static <K,
V> QMap<K, V> QMap.of
(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7) Returns a QMap containing seven mappings.static <K,
V> QMap<K, V> QMap.of
(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7, K k8, V v8) Returns a QMap containing eight mappings.static <K,
V> QMap<K, V> QMap.of
(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7, K k8, V v8, K k9, V v9) Returns a QMap containing nine mappings.static <K,
V> QMap<K, V> QMap.of
(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7, K k8, V v8, K k9, V v9, K k10, V v10) Returns a QMap containing ten mappings.static <K,
V> QMap<K, V> QMap.ofEntries
(Map.Entry<? extends K, ? extends V> entry0, Map.Entry<? extends K, ? extends V>... entries) Returns a QMap containing keys and values extracted from the given entries.QCborMap.toVariantMap()
QJsonObject.toVariantMap()
-
Uses of QMap in io.qt.gui
-
Uses of QMap in io.qt.help
Modifier and TypeMethodDescriptionQHelpFilterEngine.namespaceToComponent()
final QMap<String,
QVersionNumber> QHelpFilterEngine.namespaceToVersion()
-
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.test
Modifier and TypeMethodDescriptionprotected final QMap<Integer,
QEventPoint> QTest.QTouchEventSequence.points()
protected final QMap<Integer,
QEventPoint> QTest.QTouchEventSequence.previousPoints()
-
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()