Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplaceicon.cpp83 : QObject(parent), m_plugin(0), m_parameters(new QQmlPropertyMap(this)) in QDeclarativePlaceIcon()
91 m_plugin = 0; in QDeclarativePlaceIcon()
93 m_plugin = plugin; in QDeclarativePlaceIcon()
112 if (m_plugin) in icon()
176 return m_plugin; in plugin()
181 if (m_plugin == plugin) in setPlugin()
184 m_plugin = plugin; in setPlugin()
187 if (!m_plugin) in setPlugin()
190 if (m_plugin->isAttached()) { in setPlugin()
193 connect(m_plugin, SIGNAL(attached()), in setPlugin()
[all …]
H A Dqdeclarativecategory.cpp81 : QObject(parent), m_icon(0), m_plugin(0), m_reply(0), m_complete(false), m_status(Ready) in QDeclarativeCategory()
88 : QObject(parent), m_category(category), m_icon(0), m_plugin(plugin), m_reply(0), in QDeclarativeCategory()
102 m_icon->setPlugin(m_plugin); in componentComplete()
115 if (m_plugin == plugin) in setPlugin()
118 m_plugin = plugin; in setPlugin()
123 m_icon->setPlugin(m_plugin); in setPlugin()
125 if (!m_plugin) in setPlugin()
128 if (m_plugin->isAttached()) { in setPlugin()
131 connect(m_plugin, SIGNAL(attached()), in setPlugin()
138 return m_plugin; in plugin()
[all …]
H A Dqdeclarativesearchmodelbase.cpp55 : QAbstractListModel(parent), m_plugin(0), m_reply(0), m_complete(false), m_status(Null) in QDeclarativeSearchModelBase()
68 return m_plugin; in plugin()
76 if (m_plugin == plugin) in setPlugin()
208 if (!m_plugin) { in update()
214 QGeoServiceProvider *serviceProvider = m_plugin->sharedGeoServiceProvider(); in update()
218 .arg(m_plugin->name())); in update()
226 .arg(m_plugin->name()).arg(serviceProvider->errorString())); in update()
333 if (plugin != m_plugin) { in initializePlugin()
334 if (m_plugin) in initializePlugin()
335 disconnect(m_plugin, SIGNAL(nameChanged(QString)), this, SLOT(pluginNameChanged())); in initializePlugin()
[all …]
H A Dqdeclarativesupportedcategoriesmodel.cpp139 : QAbstractItemModel(parent), m_response(0), m_plugin(0), m_hierarchical(true), in QDeclarativeSupportedCategoriesModel()
156 …if (m_plugin) // do not try to load or change status when trying to update in componentComplete() … in componentComplete()
265 if (m_plugin == plugin) in setPlugin()
269 if (m_plugin) { in setPlugin()
270 disconnect(m_plugin, nullptr, this, nullptr); in setPlugin()
271 QGeoServiceProvider *serviceProvider = m_plugin->sharedGeoServiceProvider(); in setPlugin()
287 m_plugin = plugin; in setPlugin()
290 if (m_plugin) { in setPlugin()
291 if (m_plugin->isAttached()) { in setPlugin()
295 …connect(m_plugin, &QDeclarativeGeoServiceProvider::attached, this, &QDeclarativeSupportedCategorie… in setPlugin()
[all …]
H A Dqdeclarativeplace.cpp188 m_contactDetails(new QDeclarativeContactDetails(this)), m_reply(0), m_plugin(0), in QDeclarativePlace()
201 m_contactDetails(new QDeclarativeContactDetails(this)), m_reply(0), m_plugin(plugin), in QDeclarativePlace()
229 if (m_plugin == plugin) in setPlugin()
232 m_plugin = plugin; in setPlugin()
236 if (m_plugin->isAttached()) { in setPlugin()
239 connect(m_plugin, SIGNAL(attached()), in setPlugin()
246 QGeoServiceProvider *serviceProvider = m_plugin->sharedGeoServiceProvider(); in pluginReady()
250 .arg(m_plugin->name()).arg(serviceProvider->errorString())); in pluginReady()
257 return m_plugin; in plugin()
336 m_supplier->setSupplier(m_src.supplier(), m_plugin); in setPlace()
[all …]
H A Dqdeclarativesearchresultmodel.cpp713 if (m_plugin) { in initializePlugin()
714 QGeoServiceProvider *serviceProvider = m_plugin->sharedGeoServiceProvider(); in initializePlugin()
797 if (!m_plugin) { in queryFinished()
803 …sert(QPlaceMatchRequest::AlternativeId, QVariant(QString::fromLatin1("x_id_") + m_plugin->name())); in queryFinished()
H A Dqdeclarativeplaceicon_p.h98 QDeclarativeGeoServiceProvider *m_plugin; variable
H A Dqdeclarativesearchmodelbase_p.h147 QDeclarativeGeoServiceProvider *m_plugin; variable
H A Dqdeclarativecategory_p.h142 QDeclarativeGeoServiceProvider *m_plugin; variable
H A Dqdeclarativesupportedcategoriesmodel_p.h153 QDeclarativeGeoServiceProvider *m_plugin; variable
H A Dqdeclarativeplace_p.h242 QDeclarativeGeoServiceProvider *m_plugin; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqdeclarativenavigator.cpp230 if (d_ptr->m_plugin && d_ptr->m_plugin->isAttached()) in componentComplete()
236 return d_ptr->m_plugin; in plugin()
406 if (d_ptr->m_plugin) in setPlugin()
409 d_ptr->m_plugin = plugin; in setPlugin()
412 if (d_ptr->m_plugin->isAttached()) { in setPlugin()
415 connect(d_ptr->m_plugin, &QDeclarativeGeoServiceProvider::attached, in setPlugin()
426 if (!d_ptr->m_plugin) in setActive()
476 if (!d_ptr->m_completed || !d_ptr->m_plugin->isAttached()) in ensureEngine()
479 QGeoServiceProvider *serviceProvider = d_ptr->m_plugin->sharedGeoServiceProvider(); in ensureEngine()
H A Dqdeclarativenavigator_p_p.h195 QDeclarativeGeoServiceProvider *m_plugin = nullptr; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomap.cpp179 m_plugin(0), in QDeclarativeGeoMap()
403 QGeoServiceProvider *provider = m_plugin->sharedGeoServiceProvider(); in pluginReady()
524 if (m_plugin) { in setPlugin()
528 m_plugin = plugin; in setPlugin()
529 emit pluginChanged(m_plugin); in setPlugin()
531 if (m_plugin->isAttached()) { in setPlugin()
534 connect(m_plugin, SIGNAL(attached()), in setPlugin()
653 if (m_activeMapType && m_plugin->name().toLatin1() == m_activeMapType->mapType().pluginName()) { in mappingManagerInitialized()
742 return m_plugin; in plugin()
2253 if (mapType->mapType().pluginName() == m_plugin->name().toLatin1()) { in setActiveMapType()
H A Dqdeclarativegeomap_p.h292 QDeclarativeGeoServiceProvider *m_plugin;