Home
last modified time | relevance | path

Searched refs:extendedAttributes (Results 1 – 25 of 36) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeolocation.cpp56 this->extendedAttributes = other.extendedAttributes; in QGeoLocationPrivate()
68 && this->extendedAttributes == other.extendedAttributes); in operator ==()
77 && extendedAttributes.isEmpty()); in isEmpty()
203 QVariantMap QGeoLocation::extendedAttributes() const in extendedAttributes() function in QGeoLocation
205 return d->extendedAttributes; in extendedAttributes()
216 d->extendedAttributes = data; in setExtendedAttributes()
H A Dqgeolocation_p.h77 QVariantMap extendedAttributes; variable
H A Dqgeolocation.h75 QVariantMap extendedAttributes() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomaneuver.cpp301 void QGeoManeuver::setExtendedAttributes(const QVariantMap &extendedAttributes) in setExtendedAttributes() argument
304 d_ptr->setExtendedAttributes(extendedAttributes); in setExtendedAttributes()
312 QVariantMap QGeoManeuver::extendedAttributes() const in extendedAttributes() function in QGeoManeuver
314 return d_ptr->extendedAttributes(); in extendedAttributes()
432 QVariantMap QGeoManeuverPrivate::extendedAttributes() const in extendedAttributes() function in QGeoManeuverPrivate
437 void QGeoManeuverPrivate::setExtendedAttributes(const QVariantMap &extendedAttributes) in setExtendedAttributes() argument
439 Q_UNUSED(extendedAttributes); in setExtendedAttributes()
550 QVariantMap QGeoManeuverPrivateDefault::extendedAttributes() const in extendedAttributes() function in QGeoManeuverPrivateDefault
555 void QGeoManeuverPrivateDefault::setExtendedAttributes(const QVariantMap &extendedAttributes) in setExtendedAttributes() argument
557 m_extendedAttributes = extendedAttributes; in setExtendedAttributes()
H A Dqgeoroute.cpp329 void QGeoRoute::setExtendedAttributes(const QVariantMap &extendedAttributes) in setExtendedAttributes() argument
331 d_ptr->setExtendedAttributes(extendedAttributes); in setExtendedAttributes()
339 QVariantMap QGeoRoute::extendedAttributes() const in extendedAttributes() function in QGeoRoute
341 return d_ptr->extendedAttributes(); in extendedAttributes()
393 && (extendedAttributes() == other.extendedAttributes()) ); in equals()
501 QVariantMap QGeoRoutePrivate::extendedAttributes() const in extendedAttributes() function in QGeoRoutePrivate
671 void QGeoRoutePrivateDefault::setExtendedAttributes(const QVariantMap &extendedAttributes) in setExtendedAttributes() argument
673 m_extendedAttributes = extendedAttributes; in setExtendedAttributes()
676 QVariantMap QGeoRoutePrivateDefault::extendedAttributes() const in extendedAttributes() function in QGeoRoutePrivateDefault
H A Dqgeomaneuver_p.h94 virtual QVariantMap extendedAttributes() const;
95 virtual void setExtendedAttributes(const QVariantMap &extendedAttributes);
133 virtual QVariantMap extendedAttributes() const override;
134 virtual void setExtendedAttributes(const QVariantMap &extendedAttributes) override;
H A Dqgeoroute_p.h104 virtual void setExtendedAttributes(const QVariantMap &extendedAttributes);
105 virtual QVariantMap extendedAttributes() const;
160 void setExtendedAttributes(const QVariantMap &extendedAttributes) override;
161 QVariantMap extendedAttributes() const override;
H A Dqgeomaneuver.h99 void setExtendedAttributes(const QVariantMap &extendedAttributes);
100 QVariantMap extendedAttributes() const;
H A Dqgeoroute.h93 void setExtendedAttributes(const QVariantMap &extendedAttributes);
94 QVariantMap extendedAttributes() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplace.cpp468 return d_ptr->extendedAttributes().keys(); in extendedAttributeTypes()
492 d_ptr->extendedAttributes().remove(attributeType); in setExtendedAttribute()
494 d_ptr->extendedAttributes().insert(attributeType, attribute); in setExtendedAttribute()
622 && extendedAttributes() == other.extendedAttributes() in operator ==()
641 && extendedAttributes().isEmpty() in isEmpty()
649 return extendedAttributes().value(attributeType); in extendedAttribute()
789 QMap<QString, QPlaceAttribute> QPlacePrivateDefault::extendedAttributes() const in extendedAttributes() function in QPlacePrivateDefault
794 QMap<QString, QPlaceAttribute> &QPlacePrivateDefault::extendedAttributes() in extendedAttributes() function in QPlacePrivateDefault
H A Dqplace_p.h96 virtual QMap<QString, QPlaceAttribute> extendedAttributes() const = 0;
97 virtual QMap<QString, QPlaceAttribute> &extendedAttributes() = 0;
143 virtual QMap<QString, QPlaceAttribute> extendedAttributes() const override;
144 virtual QMap<QString, QPlaceAttribute> &extendedAttributes() override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeolocation/
H A Dtst_qgeolocation.cpp60 QCOMPARE(m_location.extendedAttributes(), m_extendedAttributes); in constructor()
127 void tst_QGeoLocation::extendedAttributes() in extendedAttributes() function in tst_QGeoLocation
131 QCOMPARE(m_location.extendedAttributes(), m_extendedAttributes); in extendedAttributes()
134 QVERIFY(m_location.extendedAttributes() != m_extendedAttributes); in extendedAttributes()
249 QVariantMap extendedAttributes({{"foo", 11}}); in isEmpty() local
274 location.setExtendedAttributes(extendedAttributes); in isEmpty()
H A Dtst_qgeolocation.h65 void extendedAttributes();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomaneuver.cpp202 QQmlPropertyMap *QDeclarativeGeoManeuver::extendedAttributes() const in extendedAttributes() function in QDeclarativeGeoManeuver
208 const QStringList keys = maneuver_.extendedAttributes().keys(); in extendedAttributes()
211 maneuver_.extendedAttributes().value(key)); in extendedAttributes()
H A Dqdeclarativegeomaneuver_p.h74 …Q_PROPERTY(QObject *extendedAttributes READ extendedAttributes NOTIFY extendedAttributesChanged RE…
105 QQmlPropertyMap *extendedAttributes() const;
H A Dqdeclarativegeoroute_p.h72 Q_PROPERTY(QObject *extendedAttributes READ extendedAttributes CONSTANT REVISION 13)
95 QQmlPropertyMap *extendedAttributes() const;
H A Dqdeclarativegeoroute.cpp371 QQmlPropertyMap *QDeclarativeGeoRoute::extendedAttributes() const in extendedAttributes() function in QDeclarativeGeoRoute
377 const QVariantMap &xAttrs = route_.extendedAttributes(); in extendedAttributes()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/declarative/
H A Dplaces.qml95 model: place.extendedAttributes.keys()
97 text: "<b>" + place.extendedAttributes[modelData].label + ": </b>" +
98 place.extendedAttributes[modelData].text
104 function printExtendedAttributes(extendedAttributes) {
105 var keys = extendedAttributes.keys();
108 if (extendedAttributes[key].label !== "")
109 console.log(extendedAttributes[key].label + ": " + extendedAttributes[key].text);
120 place.extendedAttributes.smoking = smokingAttrib;
123 place.extendedAttributes.smoking.text = "Yes"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeoroutingmanagerengine_test.h191 QVariantMap extendedAttributes = route.extendedAttributes(); in setRoutes() local
192 extendedAttributes["tst_departureTime"] = request.departureTime(); in setRoutes()
193 route.setExtendedAttributes(extendedAttributes); in setRoutes()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutexmlparser.cpp252 QVariantMap extendedAttributes; in postProcessRoute() local
253 extendedAttributes["first"] = maneuver.first; in postProcessRoute()
254 extendedAttributes["last"] = maneuver.last; in postProcessRoute()
255 extendedAttributes["legIndex"] = i; in postProcessRoute()
256 extendedAttributes["id"] = maneuver.id; in postProcessRoute()
257 extendedAttributes["toLink"] = maneuver.toLink; in postProcessRoute()
258 extendedAttributes["index"] = j; in postProcessRoute()
259 maneuver.maneuver.setExtendedAttributes(extendedAttributes); in postProcessRoute()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeoroutingmanagerenginemapbox.cpp200 QVariantMap extendedAttributes = m.extendedAttributes(); in updateSegment() local
208 extendedAttributes.insert(QLatin1String("mapbox.voice_instructions"), in updateSegment()
211 extendedAttributes.insert(QLatin1String("mapbox.banner_instructions"), in updateSegment()
214 m.setExtendedAttributes(extendedAttributes); in updateSegment()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplace_p.h95 Q_PROPERTY(QObject *extendedAttributes READ extendedAttributes NOTIFY extendedAttributesChanged)
173 QQmlPropertyMap *extendedAttributes() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.13.037 - Introduced extendedAttributes property to Geo Location types.
38 - Introduced extendedAttributes property to Geo Routes types.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/forms/
H A DPlaceDetails.qml89 var keys = place.extendedAttributes.keys();
93 var label = place.extendedAttributes[keys[i]].label;
94 var text = place.extendedAttributes[keys[i]].text;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_place.qml437 verify(testPlace.extendedAttributes);
439 …testPlace.extendedAttributes["foo"] = Qt.createQmlObject('import QtLocation 5.3; PlaceAttribute { …
441 verify(testPlace.extendedAttributes.foo);
442 compare(testPlace.extendedAttributes.foo.text, "Foo");
443 compare(testPlace.extendedAttributes.foo.label, "Foo label");
445 testPlace.extendedAttributes["foo"] = null;
446 verify(!testPlace.extendedAttributes.foo);

12