| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeoserviceprovider.cpp | 85 QDeclarativeGeoServiceProvider::QDeclarativeGeoServiceProvider(QObject *parent) in QDeclarativeGeoServiceProvider() function in QDeclarativeGeoServiceProvider 95 QDeclarativeGeoServiceProvider::~QDeclarativeGeoServiceProvider() in ~QDeclarativeGeoServiceProvider() 110 void QDeclarativeGeoServiceProvider::setName(const QString &name) in setName() 126 bool QDeclarativeGeoServiceProvider::parametersReady() { in parametersReady() 137 void QDeclarativeGeoServiceProvider::tryAttach() in tryAttach() 156 QString QDeclarativeGeoServiceProvider::name() const in name() 170 QStringList QDeclarativeGeoServiceProvider::availableServiceProviders() in availableServiceProviders() 178 void QDeclarativeGeoServiceProvider::componentComplete() in componentComplete() 185 this, &QDeclarativeGeoServiceProvider::tryAttach); in componentComplete() 259 bool QDeclarativeGeoServiceProvider::supportsGeocoding(const GeocodingFeatures &feature) const in supportsGeocoding() [all …]
|
| H A D | qdeclarativegeoserviceprovider_p.h | 67 class Q_LOCATION_PRIVATE_EXPORT QDeclarativeGeoServiceProvider : public QObject, public QQmlParserS… 88 explicit QDeclarativeGeoServiceProvider(QObject *parent = nullptr); 89 ~QDeclarativeGeoServiceProvider(); 214 Q_DISABLE_COPY(QDeclarativeGeoServiceProvider) 220 Q_PROPERTY(QDeclarativeGeoServiceProvider::MappingFeatures mapping 223 Q_PROPERTY(QDeclarativeGeoServiceProvider::RoutingFeatures routing 226 Q_PROPERTY(QDeclarativeGeoServiceProvider::GeocodingFeatures geocoding 229 Q_PROPERTY(QDeclarativeGeoServiceProvider::PlacesFeatures places 232 Q_PROPERTY(QDeclarativeGeoServiceProvider::NavigationFeatures navigation 240 QDeclarativeGeoServiceProvider::MappingFeatures mappingRequirements() const; [all …]
|
| H A D | qdeclarativegeocodemodel_p.h | 76 …Q_PROPERTY(QDeclarativeGeoServiceProvider *plugin READ plugin WRITE setPlugin NOTIFY pluginChanged) 127 void setPlugin(QDeclarativeGeoServiceProvider *plugin); 128 QDeclarativeGeoServiceProvider *plugin() const; 188 QDeclarativeGeoServiceProvider *plugin_;
|
| H A D | qdeclarativegeomap_p.h | 68 class QDeclarativeGeoServiceProvider; variable 78 …Q_PROPERTY(QDeclarativeGeoServiceProvider *plugin READ plugin WRITE setPlugin NOTIFY pluginChanged) 112 void setPlugin(QDeclarativeGeoServiceProvider *plugin); 113 QDeclarativeGeoServiceProvider *plugin() const; 212 void pluginChanged(QDeclarativeGeoServiceProvider *plugin); 292 QDeclarativeGeoServiceProvider *m_plugin;
|
| H A D | qdeclarativegeoroutemodel_p.h | 81 …Q_PROPERTY(QDeclarativeGeoServiceProvider *plugin READ plugin WRITE setPlugin NOTIFY pluginChanged) 130 void setPlugin(QDeclarativeGeoServiceProvider *plugin); 131 QDeclarativeGeoServiceProvider *plugin() const; 179 QDeclarativeGeoServiceProvider *plugin_;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativeplaceicon_p.h | 70 …Q_PROPERTY(QDeclarativeGeoServiceProvider *plugin READ plugin WRITE setPlugin NOTIFY pluginChanged) 74 …QDeclarativePlaceIcon(const QPlaceIcon &src, QDeclarativeGeoServiceProvider *plugin, QObject *pare… 84 void setPlugin(QDeclarativeGeoServiceProvider *plugin); 85 QDeclarativeGeoServiceProvider *plugin() const; 98 QDeclarativeGeoServiceProvider *m_plugin;
|
| H A D | qdeclarativesearchmodelbase_p.h | 70 …Q_PROPERTY(QDeclarativeGeoServiceProvider *plugin READ plugin WRITE setPlugin NOTIFY pluginChanged) 92 QDeclarativeGeoServiceProvider *plugin() const; 93 void setPlugin(QDeclarativeGeoServiceProvider *plugin); 132 virtual void initializePlugin(QDeclarativeGeoServiceProvider *plugin); 147 QDeclarativeGeoServiceProvider *m_plugin;
|
| H A D | qdeclarativesearchresultmodel_p.h | 59 class QDeclarativeGeoServiceProvider; variable 72 …Q_PROPERTY(QDeclarativeGeoServiceProvider *favoritesPlugin READ favoritesPlugin WRITE setFavorites… 114 QDeclarativeGeoServiceProvider *favoritesPlugin() const; 115 void setFavoritesPlugin(QDeclarativeGeoServiceProvider *plugin); 146 virtual void initializePlugin(QDeclarativeGeoServiceProvider *plugin) override; 181 QDeclarativeGeoServiceProvider *m_favoritesPlugin;
|
| H A D | qdeclarativecategory_p.h | 74 …Q_PROPERTY(QDeclarativeGeoServiceProvider *plugin READ plugin WRITE setPlugin NOTIFY pluginChanged) 85 …QDeclarativeCategory(const QPlaceCategory &category, QDeclarativeGeoServiceProvider *plugin, QObje… 100 void setPlugin(QDeclarativeGeoServiceProvider *plugin); 101 QDeclarativeGeoServiceProvider *plugin() const; 142 QDeclarativeGeoServiceProvider *m_plugin;
|
| H A D | qdeclarativesupportedcategoriesmodel_p.h | 85 …Q_PROPERTY(QDeclarativeGeoServiceProvider *plugin READ plugin WRITE setPlugin NOTIFY pluginChanged) 117 void setPlugin(QDeclarativeGeoServiceProvider *plugin); 118 QDeclarativeGeoServiceProvider *plugin() const; 153 QDeclarativeGeoServiceProvider *m_plugin;
|
| H A D | qdeclarativeplace_p.h | 81 …Q_PROPERTY(QDeclarativeGeoServiceProvider *plugin READ plugin WRITE setPlugin NOTIFY pluginChanged) 112 … QDeclarativePlace(const QPlace &src, QDeclarativeGeoServiceProvider *plugin, QObject *parent = 0); 127 void setPlugin(QDeclarativeGeoServiceProvider *plugin); 128 QDeclarativeGeoServiceProvider *plugin() const; 184 Q_INVOKABLE void initializeFavorite(QDeclarativeGeoServiceProvider *plugin); 242 QDeclarativeGeoServiceProvider *m_plugin;
|
| H A D | qdeclarativeplaceicon.cpp | 87 QDeclarativePlaceIcon::QDeclarativePlaceIcon(const QPlaceIcon &icon, QDeclarativeGeoServiceProvider… in QDeclarativePlaceIcon() 174 QDeclarativeGeoServiceProvider *QDeclarativePlaceIcon::plugin() const in plugin() 179 void QDeclarativePlaceIcon::setPlugin(QDeclarativeGeoServiceProvider *plugin) in setPlugin()
|
| H A D | qdeclarativesupplier_p.h | 76 …explicit QDeclarativeSupplier(const QPlaceSupplier &src, QDeclarativeGeoServiceProvider *plugin, Q… 84 void setSupplier(const QPlaceSupplier &src, QDeclarativeGeoServiceProvider *plugin = 0);
|
| H A D | qdeclarativesearchmodelbase.cpp | 66 QDeclarativeGeoServiceProvider *QDeclarativeSearchModelBase::plugin() const in plugin() 74 void QDeclarativeSearchModelBase::setPlugin(QDeclarativeGeoServiceProvider *plugin) in setPlugin() 330 void QDeclarativeSearchModelBase::initializePlugin(QDeclarativeGeoServiceProvider *plugin) in initializePlugin()
|
| H A D | qdeclarativecategory.cpp | 86 QDeclarativeGeoServiceProvider *plugin, in QDeclarativeCategory() 113 void QDeclarativeCategory::setPlugin(QDeclarativeGeoServiceProvider *plugin) in setPlugin() 136 QDeclarativeGeoServiceProvider *QDeclarativeCategory::plugin() const in plugin()
|
| H A D | qdeclarativesupplier.cpp | 77 QDeclarativeGeoServiceProvider *plugin, in QDeclarativeSupplier() 106 void QDeclarativeSupplier::setSupplier(const QPlaceSupplier &src, QDeclarativeGeoServiceProvider *p… in setSupplier()
|
| H A D | qdeclarativesupportedcategoriesmodel.cpp | 263 void QDeclarativeSupportedCategoriesModel::setPlugin(QDeclarativeGeoServiceProvider *plugin) in setPlugin() 295 …connect(m_plugin, &QDeclarativeGeoServiceProvider::attached, this, &QDeclarativeSupportedCategorie… in setPlugin() 296 …connect(m_plugin, &QDeclarativeGeoServiceProvider::attached, this, &QDeclarativeSupportedCategorie… in setPlugin() 307 QDeclarativeGeoServiceProvider *QDeclarativeSupportedCategoriesModel::plugin() const in plugin()
|
| H A D | qdeclarativeplace.cpp | 197 QDeclarativePlace::QDeclarativePlace(const QPlace &src, QDeclarativeGeoServiceProvider *plugin, QOb… in QDeclarativePlace() 227 void QDeclarativePlace::setPlugin(QDeclarativeGeoServiceProvider *plugin) in setPlugin() 255 QDeclarativeGeoServiceProvider *QDeclarativePlace::plugin() const in plugin() 1066 void QDeclarativePlace::initializeFavorite(QDeclarativeGeoServiceProvider *plugin) in initializeFavorite()
|
| H A D | qdeclarativesearchsuggestionmodel_p.h | 58 class QDeclarativeGeoServiceProvider; variable
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/ |
| H A D | qdeclarativenavigator_p.h | 59 class QDeclarativeGeoServiceProvider; variable 77 …Q_PROPERTY(QDeclarativeGeoServiceProvider *plugin READ plugin WRITE setPlugin NOTIFY pluginChanged) 122 void setPlugin(QDeclarativeGeoServiceProvider * plugin); 123 QDeclarativeGeoServiceProvider *plugin() const;
|
| H A D | qdeclarativenavigator_p_p.h | 62 class QDeclarativeGeoServiceProvider; variable 195 QDeclarativeGeoServiceProvider *m_plugin = nullptr;
|
| H A D | qdeclarativenavigator.cpp | 234 QDeclarativeGeoServiceProvider *QDeclarativeNavigator::plugin() const in plugin() 404 void QDeclarativeNavigator::setPlugin(QDeclarativeGeoServiceProvider *plugin) in setPlugin() 415 connect(d_ptr->m_plugin, &QDeclarativeGeoServiceProvider::attached, in setPlugin()
|
| H A D | qgeotiledmaplabs_p.h | 60 class QDeclarativeGeoServiceProvider; variable
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/ |
| H A D | plugins.qmltypes | 309 Property { name: "plugin"; type: "QDeclarativeGeoServiceProvider"; isPointer: true } 435 Property { name: "plugin"; type: "QDeclarativeGeoServiceProvider"; isPointer: true } 465 Parameter { name: "plugin"; type: "QDeclarativeGeoServiceProvider"; isPointer: true } 817 Property { name: "plugin"; type: "QDeclarativeGeoServiceProvider"; isPointer: true } 992 name: "QDeclarativeGeoServiceProvider" 1178 Property { name: "mapping"; type: "QDeclarativeGeoServiceProvider::MappingFeatures" } 1179 Property { name: "routing"; type: "QDeclarativeGeoServiceProvider::RoutingFeatures" } 1180 Property { name: "geocoding"; type: "QDeclarativeGeoServiceProvider::GeocodingFeatures" } 1181 Property { name: "places"; type: "QDeclarativeGeoServiceProvider::PlacesFeatures" } 1182 Property { name: "navigation"; type: "QDeclarativeGeoServiceProvider::NavigationFeatures" } [all …]
|
| H A D | location.cpp | 100 qmlRegisterType<QDeclarativeGeoServiceProvider >(uri, major, minor, "Plugin"); in registerTypes() 188 qmlRegisterType<QDeclarativeGeoServiceProvider, 11>(uri, major, minor, "Plugin"); in registerTypes()
|