| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/ |
| H A D | qplacecontentreply.cpp | 76 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 D | qplacecontentreply.h | 47 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 D | unsupportedreplies_p.h | 85 class Q_LOCATION_PRIVATE_EXPORT QPlaceContentReplyUnsupported : public QPlaceContentReply 91 : QPlaceContentReply(parent) in QPlaceContentReplyUnsupported()
|
| H A D | qplacemanager.h | 74 QPlaceContentReply *getPlaceContent(const QPlaceContentRequest &request) const;
|
| H A D | qplacemanagerengine.h | 64 virtual QPlaceContentReply *getPlaceContent(const QPlaceContentRequest &request);
|
| H A D | qplacemanagerengine.cpp | 151 QPlaceContentReply *QPlaceManagerEngine::getPlaceContent(const QPlaceContentRequest &request) in getPlaceContent()
|
| H A D | qplacemanager.cpp | 210 QPlaceContentReply *QPlaceManager::getPlaceContent(const QPlaceContentRequest &request) const in getPlaceContent()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/ |
| H A D | qplacecontentreplyimpl.cpp | 51 : QPlaceContentReply(engine), m_engine(engine) in QPlaceContentReplyImpl() 73 QPlaceContentReply::setError(error_, errorString); in setError()
|
| H A D | qplacecontentreplyimpl.h | 48 class QPlaceContentReplyImpl : public QPlaceContentReply
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qplacemanagerengine_nokiav2.h | 47 class QPlaceContentReply; variable 76 QPlaceContentReply *getPlaceContent(const QPlaceContentRequest &request) override;
|
| H A D | qplacemanagerengine_nokiav2.cpp | 262 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 D | qdeclarativeplacecontentmodel_p.h | 129 QPlaceContentReply *m_reply;
|
| H A D | qdeclarativeplacecontentmodel.cpp | 303 QPlaceContentReply *reply = m_reply; in fetchFinished()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/ |
| H A D | requesthandler.h | 251 QPlaceContentReply *contentReply = manager->getPlaceContent(request); in content() 525 QPlaceContentReply *contentReply;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/ |
| H A D | qplacemanagerengine_test.h | 116 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 D | tst_qplacemanager_unsupported.cpp | 146 QPlaceContentReply *reply = m_manager->getPlaceContent(QPlaceContentRequest()); in testGetPlaceContent()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/placemanager_utils/ |
| H A D | placemanager_utils.cpp | 239 QPlaceContentReply *reply = manager->getPlaceContent(request); in doFetchContent()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/places_semiauto/ |
| H A D | tst_places.cpp | 641 QPlaceContentReply *contentReply = placeManager->getPlaceContent(request); in content()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/ |
| H A D | places.qdoc | 271 It is important to note that the results in the QPlaceContentReply,
|