Searched refs:m_extendedAttributes (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeolocation/ |
| H A D | tst_qgeolocation.cpp | 60 QCOMPARE(m_location.extendedAttributes(), m_extendedAttributes); in constructor() 129 m_extendedAttributes = QVariantMap({{ "foo" , 42 }}); in extendedAttributes() 130 m_location.setExtendedAttributes(m_extendedAttributes); in extendedAttributes() 131 QCOMPARE(m_location.extendedAttributes(), m_extendedAttributes); in extendedAttributes() 133 m_extendedAttributes["foo"] = 41; in extendedAttributes() 134 QVERIFY(m_location.extendedAttributes() != m_extendedAttributes); in extendedAttributes() 155 m_extendedAttributes["foo"] = 43; in operators() 159 m_location.setExtendedAttributes(m_extendedAttributes); in operators()
|
| H A D | tst_qgeolocation.h | 78 QVariantMap m_extendedAttributes; variable
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeomaneuver.cpp | 204 if (!m_extendedAttributes) { in extendedAttributes() 206 self->m_extendedAttributes = new QQmlPropertyMap(self); in extendedAttributes() 210 self->m_extendedAttributes->insert(key, in extendedAttributes() 214 return m_extendedAttributes; in extendedAttributes()
|
| H A D | qdeclarativegeoroute.cpp | 373 if (!m_extendedAttributes) { in extendedAttributes() 375 self->m_extendedAttributes = new QQmlPropertyMap(self); in extendedAttributes() 380 self->m_extendedAttributes->insert(key, xAttrs.value(key)); in extendedAttributes() 382 return m_extendedAttributes; in extendedAttributes()
|
| H A D | qdeclarativegeomaneuver_p.h | 113 QQmlPropertyMap *m_extendedAttributes = nullptr; variable
|
| H A D | qdeclarativegeoroute_p.h | 116 QQmlPropertyMap *m_extendedAttributes = nullptr; variable
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/ |
| H A D | qdeclarativegeolocation_p.h | 71 …Q_PROPERTY(QVariantMap extendedAttributes MEMBER m_extendedAttributes NOTIFY extendedAttributesCha… 99 QVariantMap m_extendedAttributes; variable
|
| H A D | qdeclarativegeolocation.cpp | 129 retValue.setExtendedAttributes(m_extendedAttributes); in location()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeoroute.cpp | 549 …m_extendedAttributes(other.m_extendedAttributes) {} // Purposedly ignoring legIndex and parentRoute in QGeoRoutePrivateDefault() 673 m_extendedAttributes = extendedAttributes; in setExtendedAttributes() 678 return m_extendedAttributes; in extendedAttributes()
|
| H A D | qgeomaneuver.cpp | 552 return m_extendedAttributes; in extendedAttributes() 557 m_extendedAttributes = extendedAttributes; in setExtendedAttributes()
|
| H A D | qgeomaneuver_p.h | 144 QVariantMap m_extendedAttributes; variable
|
| H A D | qgeoroute_p.h | 185 QVariantMap m_extendedAttributes; variable
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/ |
| H A D | qplace.cpp | 672 m_extendedAttributes(other.m_extendedAttributes), in QPlacePrivateDefault() 791 return m_extendedAttributes; in extendedAttributes() 796 return m_extendedAttributes; in extendedAttributes()
|
| H A D | qplace_p.h | 159 QMap<QString, QPlaceAttribute> m_extendedAttributes; variable
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativeplace.cpp | 187 m_extendedAttributes(new QQmlPropertyMap(this)), in QDeclarativePlace() 200 m_extendedAttributes(new QQmlPropertyMap(this)), in QDeclarativePlace() 874 return m_extendedAttributes; in extendedAttributes() 1081 QStringList keys = m_extendedAttributes->keys(); in pullExtendedAttributes() 1083 m_extendedAttributes->clear(key); in pullExtendedAttributes() 1087 m_extendedAttributes->insert(attributeType, in pullExtendedAttributes()
|
| H A D | qdeclarativeplace_p.h | 235 QQmlPropertyMap *m_extendedAttributes; variable
|