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()
Creates and returns a copy of this object.QMap.createVariantMap()
Creating aQMap
withQVariant
type (QMap<QString,QVariant>
).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.QVariant.toMap()
Convenient static function for type conversion.QCborMap.toVariantMap()
QJsonObject.toVariantMap()
Modifier and TypeMethodDescriptionfinal 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 TypeMethodDescriptionQHelpFilterEngine.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()
QPlaceIcon.parameters()
QPlaceMatchRequest.parameters()
-
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.serialbus
Modifier and TypeMethodDescriptionQCanFrameProcessor.ParseResult.signalValues()
SeeQCanFrameProcessor::ParseResult::
signalValues -
Uses of QMap in io.qt.test
Modifier and TypeMethodDescriptionprotected final QMap
<@QtPrimitiveType Integer, QEventPoint> QTest.QTouchEventSequence.points()
SeeQTest::QTouchEventSequence::
points protected final QMap
<@QtPrimitiveType Integer, QEventPoint> QTest.QTouchEventSequence.previousPoints()
SeeQTest::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()