Home
last modified time | relevance | path

Searched refs:QPlaceMatchRequest (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacematchrequest.cpp124 const QString QPlaceMatchRequest::AlternativeId(QLatin1String("alternativeId"));
129 QPlaceMatchRequest::QPlaceMatchRequest() in QPlaceMatchRequest() function in QPlaceMatchRequest
137 QPlaceMatchRequest::QPlaceMatchRequest(const QPlaceMatchRequest &other) in QPlaceMatchRequest() function in QPlaceMatchRequest
145 QPlaceMatchRequest::~QPlaceMatchRequest() in ~QPlaceMatchRequest()
153 QPlaceMatchRequest &QPlaceMatchRequest::operator= (const QPlaceMatchRequest & other) in operator =()
165 bool QPlaceMatchRequest::operator== (const QPlaceMatchRequest &other) const in operator ==()
167 Q_D(const QPlaceMatchRequest); in operator ==()
175 bool QPlaceMatchRequest::operator!= (const QPlaceMatchRequest &other) const in operator !=()
177 Q_D(const QPlaceMatchRequest); in operator !=()
185 QList<QPlace> QPlaceMatchRequest::places() const in places()
[all …]
H A Dqplacematchrequest.h47 class Q_LOCATION_EXPORT QPlaceMatchRequest
52 QPlaceMatchRequest();
53 QPlaceMatchRequest(const QPlaceMatchRequest &other);
56 QPlaceMatchRequest &operator=(const QPlaceMatchRequest &other);
58 bool operator==(const QPlaceMatchRequest &other) const;
59 bool operator!=(const QPlaceMatchRequest &other) const;
61 ~QPlaceMatchRequest();
H A Dqplacematchreply.cpp47 QPlaceMatchRequest request;
122 QPlaceMatchRequest QPlaceMatchReply::request() const in request()
131 void QPlaceMatchReply::setRequest(const QPlaceMatchRequest &request) in setRequest()
H A Dqplacematchreply.h56 QPlaceMatchRequest request() const;
60 void setRequest(const QPlaceMatchRequest &request);
H A Dqplacemanagerengine.h46 class QPlaceMatchRequest; variable
90 virtual QPlaceMatchReply *matchingPlaces(const QPlaceMatchRequest &request);
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/qplacematchrequest/
H A Dtst_qplacematchrequest.cpp58 QPlaceMatchRequest request; in constructorTest()
74 QPlaceMatchRequest copy(request); in constructorTest()
82 QPlaceMatchRequest request; in placesTest()
103 QPlaceMatchRequest request; in resultsTest()
131 QPlaceMatchRequest request; in parametersTest()
143 QPlaceMatchRequest request; in clearTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacematchreply/
H A Dtst_qplacematchreply.cpp47 void setRequest(const QPlaceMatchRequest &request) { in setRequest()
87 QPlaceMatchRequest request; in requestTest()
103 reply->setRequest(QPlaceMatchRequest()); in requestTest()
104 QCOMPARE(reply->request(), QPlaceMatchRequest()); in requestTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/placemanager_utils/
H A Dplacemanager_utils.h59 class QPlaceMatchRequest; variable
123 const QPlaceMatchRequest &request,
215 bool doMatch(const QPlaceMatchRequest &request,
H A Dplacemanager_utils.cpp251 const QPlaceMatchRequest &request, in doMatch()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/
H A Drequesthandler.h303 QPlaceMatchRequest request; in matchPlaces()
306 parameters.insert(QPlaceMatchRequest::AlternativeId, "x_id_here"); in matchPlaces()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/
H A Dplaces-backend.qdoc130 …aceManager::matchingPlaces() of the destination manager accept the QPlaceMatchRequest::Alternative…
132 This indicates that the identifiers of places in the QPlaceMatchRequest should be matched against t…
142 …anager might implement QPlaceManager::matchingPlaces() to accept a QPlaceMatchRequest with a param…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesearchresultmodel.cpp795 QPlaceMatchRequest request; in queryFinished()
803 …params.insert(QPlaceMatchRequest::AlternativeId, QVariant(QString::fromLatin1("x_id_") + m_plugin-… in queryFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager/
H A Dtst_qplacemanager.cpp128 QPlaceMatchRequest 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/src/location/doc/src/
H A Dplaces.qdoc407 …In order to perform the matching, we create a QPlaceMatchRequest and assign it the search results …
408 …The QPlaceMatchRequest will be used on the destination manager to return corresponding places. We…
410 …the key is QPlaceMatchRequest::AlternativeId to indicate we are matching by alternative id, the va…