Home
last modified time | relevance | path

Searched refs:QPlaceMatchReply (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacematchreply.cpp81 QPlaceMatchReply::QPlaceMatchReply(QObject *parent) in QPlaceMatchReply() function in QPlaceMatchReply
89 QPlaceMatchReply::~QPlaceMatchReply() in ~QPlaceMatchReply()
96 QPlaceReply::Type QPlaceMatchReply::type() const in type()
104 QList<QPlace> QPlaceMatchReply::places() const in places()
106 Q_D(const QPlaceMatchReply); in places()
113 void QPlaceMatchReply::setPlaces(const QList<QPlace> &places) in setPlaces()
115 Q_D(QPlaceMatchReply); in setPlaces()
122 QPlaceMatchRequest QPlaceMatchReply::request() const in request()
124 Q_D(const QPlaceMatchReply); in request()
131 void QPlaceMatchReply::setRequest(const QPlaceMatchRequest &request) in setRequest()
[all …]
H A Dqplacematchreply.h46 class Q_LOCATION_EXPORT QPlaceMatchReply : public QPlaceReply
50 explicit QPlaceMatchReply(QObject *parent = nullptr);
51 ~QPlaceMatchReply();
62 Q_DISABLE_COPY(QPlaceMatchReply)
63 Q_DECLARE_PRIVATE(QPlaceMatchReply)
H A Dqplacemanagerengine.h45 class QPlaceMatchReply; variable
90 virtual QPlaceMatchReply *matchingPlaces(const QPlaceMatchRequest &request);
H A Dunsupportedreplies_p.h204 class Q_LOCATION_PRIVATE_EXPORT QPlaceMatchReplyUnsupported : public QPlaceMatchReply
210 : QPlaceMatchReply(parent) in QPlaceMatchReplyUnsupported()
H A Dqplacemanager.h99 QPlaceMatchReply *matchingPlaces(const QPlaceMatchRequest &request) const;
H A Dqplacemanagerengine.cpp329 QPlaceMatchReply * QPlaceManagerEngine::matchingPlaces(const QPlaceMatchRequest &request) in matchingPlaces()
H A Dqplacemanager.cpp382 QPlaceMatchReply *QPlaceManager::matchingPlaces(const QPlaceMatchRequest &request) const in matchingPlaces()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacematchreply/
H A Dtst_qplacematchreply.cpp36 class TestMatchReply : public QPlaceMatchReply
40 TestMatchReply(QObject *parent) : QPlaceMatchReply(parent) {} in TestMatchReply()
44 QPlaceMatchReply::setPlaces(places); in setPlaces()
48 QPlaceMatchReply::setRequest(request); in setRequest()
72 QPlaceMatchReply *reply = new TestMatchReply(this); in constructorTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesearchresultmodel.cpp817 QPlaceMatchReply *matchReply = qobject_cast<QPlaceMatchReply *>(reply); in queryFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager/
H A Dtst_qplacemanager.cpp129 QPlaceMatchReply *reply = placeManager->matchingPlaces(request); in testMatchUnsupported()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager_unsupported/
H A Dtst_qplacemanager_unsupported.cpp217 QPlaceMatchReply *reply = m_manager->matchingPlaces(QPlaceMatchRequest()); in testMatchUnsupported()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/placemanager_utils/
H A Dplacemanager_utils.cpp255 QPlaceMatchReply *reply = manager->matchingPlaces(request); in doMatch()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/
H A Drequesthandler.h532 QPlaceMatchReply *matchReply;