Home
last modified time | relevance | path

Searched refs:QPlaceContentReply (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacecontentreply.cpp76 QPlaceContentReply::QPlaceContentReply(QObject *parent) in QPlaceContentReply() function in QPlaceContentReply
84 QPlaceContentReply::~QPlaceContentReply() in ~QPlaceContentReply()
91 QPlaceContent::Collection QPlaceContentReply::content() const in content()
93 Q_D(const QPlaceContentReply); in content()
100 QPlaceReply::Type QPlaceContentReply::type() const in type()
108 void QPlaceContentReply::setContent(const QPlaceContent::Collection &content) in setContent()
110 Q_D(QPlaceContentReply); in setContent()
120 int QPlaceContentReply::totalCount() const in totalCount()
122 Q_D(const QPlaceContentReply); in totalCount()
129 void QPlaceContentReply::setTotalCount(int total) in setTotalCount()
[all …]
H A Dqplacecontentreply.h47 class Q_LOCATION_EXPORT QPlaceContentReply : public QPlaceReply
52 explicit QPlaceContentReply(QObject *parent = nullptr);
53 virtual ~QPlaceContentReply();
74 Q_DISABLE_COPY(QPlaceContentReply)
75 Q_DECLARE_PRIVATE(QPlaceContentReply)
H A Dunsupportedreplies_p.h85 class Q_LOCATION_PRIVATE_EXPORT QPlaceContentReplyUnsupported : public QPlaceContentReply
91 : QPlaceContentReply(parent) in QPlaceContentReplyUnsupported()
H A Dqplacemanager.h74 QPlaceContentReply *getPlaceContent(const QPlaceContentRequest &request) const;
H A Dqplacemanagerengine.h64 virtual QPlaceContentReply *getPlaceContent(const QPlaceContentRequest &request);
H A Dqplacemanagerengine.cpp151 QPlaceContentReply *QPlaceManagerEngine::getPlaceContent(const QPlaceContentRequest &request) in getPlaceContent()
H A Dqplacemanager.cpp210 QPlaceContentReply *QPlaceManager::getPlaceContent(const QPlaceContentRequest &request) const in getPlaceContent()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplacecontentreplyimpl.cpp51 : QPlaceContentReply(engine), m_engine(engine) in QPlaceContentReplyImpl()
73 QPlaceContentReply::setError(error_, errorString); in setError()
H A Dqplacecontentreplyimpl.h48 class QPlaceContentReplyImpl : public QPlaceContentReply
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqplacemanagerengine_nokiav2.h47 class QPlaceContentReply; variable
76 QPlaceContentReply *getPlaceContent(const QPlaceContentRequest &request) override;
H A Dqplacemanagerengine_nokiav2.cpp262 QPlaceContentReply *QPlaceManagerEngineNokiaV2::getPlaceContent(const QPlaceContentRequest &request) in getPlaceContent()
322 QPlaceContentReply *reply = new QPlaceContentReplyImpl(request, networkReply, this); in getPlaceContent()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplacecontentmodel_p.h129 QPlaceContentReply *m_reply;
H A Dqdeclarativeplacecontentmodel.cpp303 QPlaceContentReply *reply = m_reply; in fetchFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/
H A Drequesthandler.h251 QPlaceContentReply *contentReply = manager->getPlaceContent(request); in content()
525 QPlaceContentReply *contentReply;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqplacemanagerengine_test.h116 class ContentReply : public QPlaceContentReply
124 : QPlaceContentReply(parent) in QPlaceContentReply() function
393 QPlaceContentReply *getPlaceContent(const QPlaceContentRequest &query) override in getPlaceContent()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager_unsupported/
H A Dtst_qplacemanager_unsupported.cpp146 QPlaceContentReply *reply = m_manager->getPlaceContent(QPlaceContentRequest()); in testGetPlaceContent()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/placemanager_utils/
H A Dplacemanager_utils.cpp239 QPlaceContentReply *reply = manager->getPlaceContent(request); in doFetchContent()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/places_semiauto/
H A Dtst_places.cpp641 QPlaceContentReply *contentReply = placeManager->getPlaceContent(request); in content()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dplaces.qdoc271 It is important to note that the results in the QPlaceContentReply,