Searched refs:QPlaceMatchReply (Results 1 – 13 of 13) sorted by relevance
81 QPlaceMatchReply::QPlaceMatchReply(QObject *parent) in QPlaceMatchReply() function in QPlaceMatchReply89 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 …]
46 class Q_LOCATION_EXPORT QPlaceMatchReply : public QPlaceReply50 explicit QPlaceMatchReply(QObject *parent = nullptr);51 ~QPlaceMatchReply();62 Q_DISABLE_COPY(QPlaceMatchReply)63 Q_DECLARE_PRIVATE(QPlaceMatchReply)
45 class QPlaceMatchReply; variable90 virtual QPlaceMatchReply *matchingPlaces(const QPlaceMatchRequest &request);
204 class Q_LOCATION_PRIVATE_EXPORT QPlaceMatchReplyUnsupported : public QPlaceMatchReply210 : QPlaceMatchReply(parent) in QPlaceMatchReplyUnsupported()
99 QPlaceMatchReply *matchingPlaces(const QPlaceMatchRequest &request) const;
329 QPlaceMatchReply * QPlaceManagerEngine::matchingPlaces(const QPlaceMatchRequest &request) in matchingPlaces()
382 QPlaceMatchReply *QPlaceManager::matchingPlaces(const QPlaceMatchRequest &request) const in matchingPlaces()
36 class TestMatchReply : public QPlaceMatchReply40 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()
817 QPlaceMatchReply *matchReply = qobject_cast<QPlaceMatchReply *>(reply); in queryFinished()
129 QPlaceMatchReply *reply = placeManager->matchingPlaces(request); in testMatchUnsupported()
217 QPlaceMatchReply *reply = m_manager->matchingPlaces(QPlaceMatchRequest()); in testMatchUnsupported()
255 QPlaceMatchReply *reply = manager->matchingPlaces(request); in doMatch()
532 QPlaceMatchReply *matchReply;