Home
last modified time | relevance | path

Searched refs:QGeoUriProvider (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeouriprovider.cpp46 QGeoUriProvider::QGeoUriProvider( in QGeoUriProvider() function in QGeoUriProvider
61 QString QGeoUriProvider::getCurrentHost() const in getCurrentHost()
71 void QGeoUriProvider::setCurrentHost(const QString &host) in setCurrentHost()
85 void QGeoUriProvider::mobileCountryCodeChanged(int interfaceId, const QString& mcc) in mobileCountryCodeChanged()
93 bool QGeoUriProvider::isInternationalNetwork() const in isInternationalNetwork()
H A Dqgeouriprovider.h46 class QGeoUriProvider : public QObject
49 Q_DISABLE_COPY(QGeoUriProvider)
52 QGeoUriProvider(QObject *parent,
H A Dqgeotilefetcher_nokia.h52 class QGeoUriProvider; variable
90 QGeoUriProvider *m_baseUriProvider;
91 QGeoUriProvider *m_aerialUriProvider;
H A Dqgeocodingmanagerengine_nokia.h50 class QGeoUriProvider; variable
83 QGeoUriProvider *m_uriProvider;
84 QGeoUriProvider *m_reverseGeocodingUriProvider;
H A Dqgeoroutingmanagerengine_nokia.h48 class QGeoUriProvider; variable
79 QGeoUriProvider *m_uriProvider;
H A Dqplacemanagerengine_nokiav2.h52 class QGeoUriProvider; variable
114 QGeoUriProvider *m_uriProvider;
H A Dqgeotilefetcher_nokia.cpp80 …m_baseUriProvider(new QGeoUriProvider(this, parameters, QStringLiteral("here.mapping.host"), MAP_T… in QGeoTileFetcherNokia()
81 …m_aerialUriProvider(new QGeoUriProvider(this, parameters, QStringLiteral("here.mapping.host.aerial… in QGeoTileFetcherNokia()
H A Dqgeocodingmanagerengine_nokia.cpp63 …, m_uriProvider(new QGeoUriProvider(this, parameters, QStringLiteral("here.geocoding.host"), GEOCO… in QGeoCodingManagerEngineNokia()
64 …, m_reverseGeocodingUriProvider(new QGeoUriProvider(this, parameters, QStringLiteral("here.reverse… in QGeoCodingManagerEngineNokia()
H A Dqgeoroutingmanagerengine_nokia.cpp57 …, m_uriProvider(new QGeoUriProvider(this, parameters, QStringLiteral("here.routing.host"), ROUTING… in QGeoRoutingManagerEngineNokia()
H A Dqplacemanagerengine_nokiav2.cpp204 …, m_uriProvider(new QGeoUriProvider(this, parameters, QStringLiteral("here.places.host"), PLACES_H… in QPlaceManagerEngineNokiaV2()