Home
last modified time | relevance | path

Searched refs:QDeclarativeGeoServiceProvider (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoserviceprovider.cpp85 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 Dqdeclarativegeoserviceprovider_p.h67 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 Dqdeclarativegeocodemodel_p.h76 …Q_PROPERTY(QDeclarativeGeoServiceProvider *plugin READ plugin WRITE setPlugin NOTIFY pluginChanged)
127 void setPlugin(QDeclarativeGeoServiceProvider *plugin);
128 QDeclarativeGeoServiceProvider *plugin() const;
188 QDeclarativeGeoServiceProvider *plugin_;
H A Dqdeclarativegeomap_p.h68 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 Dqdeclarativegeoroutemodel_p.h81 …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 Dqdeclarativeplaceicon_p.h70 …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 Dqdeclarativesearchmodelbase_p.h70 …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 Dqdeclarativesearchresultmodel_p.h59 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 Dqdeclarativecategory_p.h74 …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 Dqdeclarativesupportedcategoriesmodel_p.h85 …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 Dqdeclarativeplace_p.h81 …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 Dqdeclarativeplaceicon.cpp87 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 Dqdeclarativesupplier_p.h76 …explicit QDeclarativeSupplier(const QPlaceSupplier &src, QDeclarativeGeoServiceProvider *plugin, Q…
84 void setSupplier(const QPlaceSupplier &src, QDeclarativeGeoServiceProvider *plugin = 0);
H A Dqdeclarativesearchmodelbase.cpp66 QDeclarativeGeoServiceProvider *QDeclarativeSearchModelBase::plugin() const in plugin()
74 void QDeclarativeSearchModelBase::setPlugin(QDeclarativeGeoServiceProvider *plugin) in setPlugin()
330 void QDeclarativeSearchModelBase::initializePlugin(QDeclarativeGeoServiceProvider *plugin) in initializePlugin()
H A Dqdeclarativecategory.cpp86 QDeclarativeGeoServiceProvider *plugin, in QDeclarativeCategory()
113 void QDeclarativeCategory::setPlugin(QDeclarativeGeoServiceProvider *plugin) in setPlugin()
136 QDeclarativeGeoServiceProvider *QDeclarativeCategory::plugin() const in plugin()
H A Dqdeclarativesupplier.cpp77 QDeclarativeGeoServiceProvider *plugin, in QDeclarativeSupplier()
106 void QDeclarativeSupplier::setSupplier(const QPlaceSupplier &src, QDeclarativeGeoServiceProvider *p… in setSupplier()
H A Dqdeclarativesupportedcategoriesmodel.cpp263 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 Dqdeclarativeplace.cpp197 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 Dqdeclarativesearchsuggestionmodel_p.h58 class QDeclarativeGeoServiceProvider; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqdeclarativenavigator_p.h59 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 Dqdeclarativenavigator_p_p.h62 class QDeclarativeGeoServiceProvider; variable
195 QDeclarativeGeoServiceProvider *m_plugin = nullptr;
H A Dqdeclarativenavigator.cpp234 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 Dqgeotiledmaplabs_p.h60 class QDeclarativeGeoServiceProvider; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes309 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 Dlocation.cpp100 qmlRegisterType<QDeclarativeGeoServiceProvider >(uri, major, minor, "Plugin"); in registerTypes()
188 qmlRegisterType<QDeclarativeGeoServiceProvider, 11>(uri, major, minor, "Plugin"); in registerTypes()

12