Home
last modified time | relevance | path

Searched refs:QGeoCodingManager (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeocodingmanager.cpp80 QGeoCodingManager::QGeoCodingManager(QGeoCodingManagerEngine *engine, QObject *parent) in QGeoCodingManager() function in QGeoCodingManager
105 QGeoCodingManager::~QGeoCodingManager() in ~QGeoCodingManager()
117 QString QGeoCodingManager::managerName() const in managerName()
132 int QGeoCodingManager::managerVersion() const in managerVersion()
171 QGeoCodeReply *QGeoCodingManager::geocode(const QGeoAddress &address, const QGeoShape &bounds) in geocode()
213 QGeoCodeReply *QGeoCodingManager::reverseGeocode(const QGeoCoordinate &coordinate, const QGeoShape … in reverseGeocode()
247 QGeoCodeReply *QGeoCodingManager::geocode(const QString &address, in geocode()
267 void QGeoCodingManager::setLocale(const QLocale &locale) in setLocale()
276 QLocale QGeoCodingManager::locale() const in locale()
H A Dqgeocodingmanager.h54 class Q_LOCATION_EXPORT QGeoCodingManager : public QObject
58 ~QGeoCodingManager();
81 explicit QGeoCodingManager(QGeoCodingManagerEngine *engine, QObject *parent = nullptr);
84 Q_DISABLE_COPY(QGeoCodingManager)
H A Dqgeoserviceprovider_p.h60 class QGeoCodingManager; variable
97 QGeoCodingManager *geocodingManager;
H A Dqgeoserviceprovider.h49 class QGeoCodingManager; variable
155 QGeoCodingManager *geocodingManager() const;
H A Dqgeoserviceprovider.cpp449 QGeoCodingManager *QGeoServiceProvider::geocodingManager() const in geocodingManager()
451 QGeoCodingManager *mgr = d_ptr->manager<QGeoCodingManager, QGeoCodingManagerEngine>( in geocodingManager()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dmaps.qdoc208 \l{QGeoCodingManager::geocode()}{geocode()} method of the QGeoCodingManager
210 \l{QGeoCodingManager::reverseGeocode()}{reverseGeocode()} method is available
211 on the same class. Instances of QGeoCodingManager are available via
218 \li Provides a QGeoCodingManager instance ready for use.
220 \li \l{QGeoCodingManager}
237 \li Provides a QGeoCodingManager instance ready for use.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeocodemodel_p.h67 class QGeoCodingManager; variable
177 QGeoCodingManager *searchManager();
H A Dqdeclarativegeocodemodel.cpp163 QGeoCodingManager *geocodingManager = serviceProvider->geocodingManager(); in update()
294 QGeoCodingManager *geocodingManager = serviceProvider->geocodingManager(); in pluginReady()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodingmanager/
H A Dtst_qgeocodingmanager.h66 QGeoCodingManager *qgeocodingmanager;