| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/ |
| H A D | qplacematchrequest.cpp | 124 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 D | qplacematchrequest.h | 47 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 D | qplacematchreply.cpp | 47 QPlaceMatchRequest request; 122 QPlaceMatchRequest QPlaceMatchReply::request() const in request() 131 void QPlaceMatchReply::setRequest(const QPlaceMatchRequest &request) in setRequest()
|
| H A D | qplacematchreply.h | 56 QPlaceMatchRequest request() const; 60 void setRequest(const QPlaceMatchRequest &request);
|
| H A D | qplacemanagerengine.h | 46 class QPlaceMatchRequest; variable 90 virtual QPlaceMatchReply *matchingPlaces(const QPlaceMatchRequest &request);
|
| H A D | qplacemanager.h | 99 QPlaceMatchReply *matchingPlaces(const QPlaceMatchRequest &request) const;
|
| H A D | qplacemanagerengine.cpp | 329 QPlaceMatchReply * QPlaceManagerEngine::matchingPlaces(const QPlaceMatchRequest &request) in matchingPlaces()
|
| H A D | qplacemanager.cpp | 382 QPlaceMatchReply *QPlaceManager::matchingPlaces(const QPlaceMatchRequest &request) const in matchingPlaces()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacematchrequest/ |
| H A D | tst_qplacematchrequest.cpp | 58 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 D | tst_qplacematchreply.cpp | 47 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 D | placemanager_utils.h | 59 class QPlaceMatchRequest; variable 123 const QPlaceMatchRequest &request, 215 bool doMatch(const QPlaceMatchRequest &request,
|
| H A D | placemanager_utils.cpp | 251 const QPlaceMatchRequest &request, in doMatch()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/ |
| H A D | requesthandler.h | 303 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 D | places-backend.qdoc | 130 …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 D | qdeclarativesearchresultmodel.cpp | 795 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 D | tst_qplacemanager.cpp | 128 QPlaceMatchRequest request; in testMatchUnsupported()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager_unsupported/ |
| H A D | tst_qplacemanager_unsupported.cpp | 217 QPlaceMatchReply *reply = m_manager->matchingPlaces(QPlaceMatchRequest()); in testMatchUnsupported()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/ |
| H A D | places.qdoc | 407 …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…
|