Home
last modified time | relevance | path

Searched refs:places_ (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoserviceprovider.cpp677 places_(QDeclarativeGeoServiceProvider::NoPlacesFeatures), in QDeclarativeGeoServiceProviderRequirements()
755 return places_; in placesRequirements()
763 if (places_ == features) in setPlacesRequirements()
766 places_ = features; in setPlacesRequirements()
767 emit placesRequirementsChanged(places_); in setPlacesRequirements()
833 static_cast<QGeoServiceProvider::PlacesFeatures>(int(places_)); in matches()
860 && geocoding_ == rhs.geocoding_ && places_ == rhs.places_ in operator ==()
H A Dqdeclarativegeoserviceprovider_p.h272 QDeclarativeGeoServiceProvider::PlacesFeatures places_; variable