Home
last modified time | relevance | path

Searched refs:QGeoServiceProviderFactory (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoserviceproviderfactory.h49 class Q_LOCATION_EXPORT QGeoServiceProviderFactory
52 virtual ~QGeoServiceProviderFactory() {} in ~QGeoServiceProviderFactory()
68 Q_DECLARE_INTERFACE(QGeoServiceProviderFactory,
71 class Q_LOCATION_EXPORT QGeoServiceProviderFactoryV2 : public QGeoServiceProviderFactory
H A Dqgeoserviceproviderfactory.cpp79 QGeoCodingManagerEngine *QGeoServiceProviderFactory::createGeocodingManagerEngine(const QVariantMap… in createGeocodingManagerEngine()
105 QGeoMappingManagerEngine *QGeoServiceProviderFactory::createMappingManagerEngine(const QVariantMap … in createMappingManagerEngine()
129 QGeoRoutingManagerEngine *QGeoServiceProviderFactory::createRoutingManagerEngine(const QVariantMap … in createRoutingManagerEngine()
154 QPlaceManagerEngine *QGeoServiceProviderFactory::createPlaceManagerEngine(const QVariantMap &parame… in createPlaceManagerEngine()
H A Dqgeoserviceprovider_p.h64 class QGeoServiceProviderFactory; variable
87 QGeoServiceProviderFactory *factory;
H A Dqgeoserviceprovider.cpp890 factory = qobject_cast<QGeoServiceProviderFactory *>(instance); in loadPlugin()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dqtlocation-geoservices.qdoc76 A plugin implementer needs to subclass QGeoServiceProviderFactory and as
79 Subclassing QGeoServiceProviderFactory will only involves overriding of one of the following
83 \li \l QGeoServiceProviderFactory::createGeocodingManagerEngine()
84 \li \l QGeoServiceProviderFactory::createRoutingManagerEngine()
85 \li \l QGeoServiceProviderFactory::createPlaceManagerEngine()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodingmanagerplugins/
H A Dqgeoserviceproviderplugin_test.h37 class QGeoServiceProviderFactoryTest: public QObject, public QGeoServiceProviderFactory
40 Q_INTERFACES(QGeoServiceProviderFactory)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/placesplugin_unsupported/
H A Dqgeoserviceproviderplugin_test.h36 class QGeoServiceProviderFactoryTest : public QObject, public QGeoServiceProviderFactory
39 Q_INTERFACES(QGeoServiceProviderFactory)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutingmanagerplugins/
H A Dqgeoserviceproviderplugin_test.h37 class QGeoServiceProviderFactoryTest: public QObject, public QGeoServiceProviderFactory
40 Q_INTERFACES(QGeoServiceProviderFactory)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeoserviceproviderpluginosm.h48 class QGeoServiceProviderFactoryOsm: public QObject, public QGeoServiceProviderFactory
51 Q_INTERFACES(QGeoServiceProviderFactory)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/itemsoverlay/
H A Dqgeoserviceproviderpluginitemsoverlay.h45 class QGeoServiceProviderFactoryItemsOverlay: public QObject, public QGeoServiceProviderFactory
48 Q_INTERFACES(QGeoServiceProviderFactory)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeoserviceproviderpluginmapbox.h45 class QGeoServiceProviderFactoryMapbox: public QObject, public QGeoServiceProviderFactory
48 Q_INTERFACES(QGeoServiceProviderFactory)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqgeoserviceproviderpluginmapboxgl.h46 class QGeoServiceProviderFactoryMapboxGL: public QObject, public QGeoServiceProviderFactory
49 Q_INTERFACES(QGeoServiceProviderFactory)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoserviceproviderplugin_nokia.h47 class QGeoServiceProviderFactoryNokia : public QObject, public QGeoServiceProviderFactory
50 Q_INTERFACES(QGeoServiceProviderFactory)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeoserviceproviderfactory_esri.h48 class GeoServiceProviderFactoryEsri: public QObject, public QGeoServiceProviderFactory
51 Q_INTERFACES(QGeoServiceProviderFactory)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.11.046 - QGeoServiceProvider/QGeoServiceProviderFactory