Home
last modified time | relevance | path

Searched refs:m_extendedAttributes (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeolocation/
H A Dtst_qgeolocation.cpp60 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 Dtst_qgeolocation.h78 QVariantMap m_extendedAttributes; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomaneuver.cpp204 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 Dqdeclarativegeoroute.cpp373 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 Dqdeclarativegeomaneuver_p.h113 QQmlPropertyMap *m_extendedAttributes = nullptr; variable
H A Dqdeclarativegeoroute_p.h116 QQmlPropertyMap *m_extendedAttributes = nullptr; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/
H A Dqdeclarativegeolocation_p.h71 …Q_PROPERTY(QVariantMap extendedAttributes MEMBER m_extendedAttributes NOTIFY extendedAttributesCha…
99 QVariantMap m_extendedAttributes; variable
H A Dqdeclarativegeolocation.cpp129 retValue.setExtendedAttributes(m_extendedAttributes); in location()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoroute.cpp549m_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 Dqgeomaneuver.cpp552 return m_extendedAttributes; in extendedAttributes()
557 m_extendedAttributes = extendedAttributes; in setExtendedAttributes()
H A Dqgeomaneuver_p.h144 QVariantMap m_extendedAttributes; variable
H A Dqgeoroute_p.h185 QVariantMap m_extendedAttributes; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplace.cpp672 m_extendedAttributes(other.m_extendedAttributes), in QPlacePrivateDefault()
791 return m_extendedAttributes; in extendedAttributes()
796 return m_extendedAttributes; in extendedAttributes()
H A Dqplace_p.h159 QMap<QString, QPlaceAttribute> m_extendedAttributes; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplace.cpp187 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 Dqdeclarativeplace_p.h235 QQmlPropertyMap *m_extendedAttributes; variable