| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qgeolocation.cpp | 56 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 D | qgeolocation_p.h | 77 QVariantMap extendedAttributes; variable
|
| H A D | qgeolocation.h | 75 QVariantMap extendedAttributes() const;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeomaneuver.cpp | 301 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 D | qgeoroute.cpp | 329 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 D | qgeomaneuver_p.h | 94 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 D | qgeoroute_p.h | 104 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 D | qgeomaneuver.h | 99 void setExtendedAttributes(const QVariantMap &extendedAttributes); 100 QVariantMap extendedAttributes() const;
|
| H A D | qgeoroute.h | 93 void setExtendedAttributes(const QVariantMap &extendedAttributes); 94 QVariantMap extendedAttributes() const;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/ |
| H A D | qplace.cpp | 468 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 D | qplace_p.h | 96 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 D | tst_qgeolocation.cpp | 60 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 D | tst_qgeolocation.h | 65 void extendedAttributes();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeomaneuver.cpp | 202 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 D | qdeclarativegeomaneuver_p.h | 74 …Q_PROPERTY(QObject *extendedAttributes READ extendedAttributes NOTIFY extendedAttributesChanged RE… 105 QQmlPropertyMap *extendedAttributes() const;
|
| H A D | qdeclarativegeoroute_p.h | 72 Q_PROPERTY(QObject *extendedAttributes READ extendedAttributes CONSTANT REVISION 13) 95 QQmlPropertyMap *extendedAttributes() const;
|
| H A D | qdeclarativegeoroute.cpp | 371 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 D | places.qml | 95 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 D | qgeoroutingmanagerengine_test.h | 191 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 D | qgeoroutexmlparser.cpp | 252 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 D | qgeoroutingmanagerenginemapbox.cpp | 200 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 D | qdeclarativeplace_p.h | 95 Q_PROPERTY(QObject *extendedAttributes READ extendedAttributes NOTIFY extendedAttributesChanged) 173 QQmlPropertyMap *extendedAttributes() const;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/ |
| H A D | changes-5.13.0 | 37 - 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 D | PlaceDetails.qml | 89 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 D | tst_place.qml | 437 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);
|