Home
last modified time | relevance | path

Searched refs:setLocales (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacemanager.cpp353 d->setLocales(locales); in setLocale()
359 void QPlaceManager::setLocales(const QList<QLocale> &locales) in setLocales() function in QPlaceManager
361 d->setLocales(locales); in setLocales()
H A Dqplacemanager.h95 void setLocales(const QList<QLocale> &locale);
H A Dqplacemanagerengine.h84 virtual void setLocales(const QList<QLocale> &locales);
H A Dqplacemanagerengine.cpp298 void QPlaceManagerEngine::setLocales(const QList<QLocale> &locales) in setLocales() function in QPlaceManagerEngine
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoserviceprovider_p.h79 Q_PROPERTY(QStringList locales READ locales WRITE setLocales NOTIFY localesChanged)
184 void setLocales(const QStringList &locales);
H A Dqdeclarativegeoserviceprovider.cpp584 void QDeclarativeGeoServiceProvider::setLocales(const QStringList &locales) in setLocales() function in QDeclarativeGeoServiceProvider
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqplacemanagerenginemapbox.h70 void setLocales(const QList<QLocale> &locales) override;
H A Dqplacemanagerenginemapbox.cpp301 void QPlaceManagerEngineMapbox::setLocales(const QList<QLocale> &locales) in setLocales() function in QPlaceManagerEngineMapbox
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqplacemanagerengineosm.h71 void setLocales(const QList<QLocale> &locales) override;
H A Dqplacemanagerengineosm.cpp252 void QPlaceManagerEngineOsm::setLocales(const QList<QLocale> &locales) in setLocales() function in QPlaceManagerEngineOsm
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dplacemanagerengine_esri.h70 void setLocales(const QList<QLocale> &locales) override;
H A Dplacemanagerengine_esri.cpp87 void PlaceManagerEngineEsri::setLocales(const QList<QLocale> &locales) in setLocales() function in PlaceManagerEngineEsri
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqplacemanagerengine_nokiav2.h95 void setLocales(const QList<QLocale> &locales) override;
H A Dqplacemanagerengine_nokiav2.cpp683 void QPlaceManagerEngineNokiaV2::setLocales(const QList<QLocale> &locales) in setLocales() function in QPlaceManagerEngineNokiaV2
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager/
H A Dtst_qplacemanager.cpp120 placeManager->setLocales(locales); in testLocales()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager_unsupported/
H A Dtst_qplacemanager_unsupported.cpp132 m_manager->setLocales(locales); in testLocales()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqplacemanagerengine_test.h667 void setLocales(const QList<QLocale> &locales) override in setLocales() function