Uses of Class
io.qt.core.QMap
Package | Description |
---|---|
io.qt.core | |
io.qt.gui | |
io.qt.help | |
io.qt.location | |
io.qt.multimedia | |
io.qt.network | |
io.qt.network.auth | |
io.qt.positioning | |
io.qt.scxml | |
io.qt.sql | |
io.qt.webengine.core | |
io.qt.widgets |
-
Uses of QMap in io.qt.core
Methods in io.qt.core that return QMap Modifier and Type Method Description QMap<K,V>
QMap. clone()
static QMap<String,Object>
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.QMap<String,Object>
QCborMap. toVariantMap()
QMap<String,Object>
QJsonObject. toVariantMap()
-
Uses of QMap in io.qt.gui
-
Uses of QMap in io.qt.help
Methods in io.qt.help that return QMap Modifier and Type Method Description QMap<String,QUrl>
QHelpEngineCore. linksForIdentifier(String id)
Deprecated.QMap<String,QUrl>
QHelpEngineCore. linksForKeyword(String keyword)
Deprecated.QMap<String,QUrl>
QHelpIndexModel. linksForKeyword(String keyword)
Deprecated.QMap<String,String>
QHelpFilterEngine. namespaceToComponent()
QMap<String,QVersionNumber>
QHelpFilterEngine. namespaceToVersion()
-
Uses of QMap in io.qt.location
Methods in io.qt.location that return QMap Modifier and Type Method Description QMap<Integer,QPlaceContent>
QPlace. content(QPlaceContent.Type type)
QMap<Integer,QPlaceContent>
QPlaceContentReply. content()
QMap<String,Object>
QGeoManeuver. extendedAttributes()
QMap<String,Object>
QGeoRoute. extendedAttributes()
QMap<String,Object>
QGeoRouteRequest. extraParameters()
QMap<String,Object>
QPlaceIcon. parameters()
QMap<String,Object>
QPlaceMatchRequest. parameters()
-
Uses of QMap in io.qt.multimedia
Methods in io.qt.multimedia that return QMap Modifier and Type Method Description QMap<String,Object>
QVideoFrame. availableMetaData()
QMap<String,Object>
QAudioEncoderSettings. encodingOptions()
QMap<String,Object>
QImageEncoderSettings. encodingOptions()
QMap<String,Object>
QVideoEncoderSettings. encodingOptions()
-
Uses of QMap in io.qt.network
Methods in io.qt.network that return QMap Modifier and Type Method Description QMap<QByteArray,Object>
QSslConfiguration. backendConfiguration()
-
Uses of QMap in io.qt.network.auth
Methods in io.qt.network.auth that return QMap Modifier and Type Method Description QMap<String,Object>
QAbstractOAuth. extraTokens()
QMap<String,Object>
QOAuth1Signature. parameters()
-
Uses of QMap in io.qt.positioning
Methods in io.qt.positioning that return QMap Modifier and Type Method Description QMap<String,Object>
QGeoLocation. extendedAttributes()
QMap<String,Object>
QGeoAreaMonitorInfo. notificationParameters()
-
Uses of QMap in io.qt.scxml
Methods in io.qt.scxml that return QMap Modifier and Type Method Description QMap<String,Object>
QScxmlStateMachine. initialValues()
-
Uses of QMap in io.qt.sql
-
Uses of QMap in io.qt.webengine.core
Methods in io.qt.webengine.core that return QMap Modifier and Type Method Description QMap<QByteArray,QByteArray>
QWebEngineUrlRequestJob. requestHeaders()
-
Uses of QMap in io.qt.widgets
Methods in io.qt.widgets that return QMap Modifier and Type Method Description QMap<QDate,QTextCharFormat>
QCalendarWidget. dateTextFormat()