| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/ |
| H A D | qplace.cpp | 124 QPlace::QPlace() in QPlace() function in QPlace 132 QPlace::QPlace(const QSharedDataPointer<QPlacePrivate> &dd): d_ptr(dd) in QPlace() function in QPlace 139 QSharedDataPointer<QPlacePrivate> &QPlace::d() in d() 147 QPlace::QPlace(const QPlace &other) in QPlace() function in QPlace 155 QPlace::~QPlace() in ~QPlace() 163 QPlace &QPlace::operator= (const QPlace & other) in operator =() 172 inline QPlacePrivate *QPlace::d_func() in d_func() 177 inline const QPlacePrivate *QPlace::d_func() const in d_func() 186 bool QPlace::operator== (const QPlace &other) const in operator ==() 196 bool QPlace::operator!= (const QPlace &other) const in operator !=() [all …]
|
| H A D | qplace.h | 58 class Q_LOCATION_EXPORT QPlace 61 QPlace(); 62 QPlace(const QPlace &other); 63 ~QPlace(); 65 QPlace &operator=(const QPlace &other); 67 bool operator==(const QPlace &other) const; 68 bool operator!=(const QPlace &other) const; 123 QPlace(const QSharedDataPointer<QPlacePrivate> &dd); 134 Q_DECLARE_TYPEINFO(QPlace, Q_MOVABLE_TYPE); 138 Q_DECLARE_METATYPE(QPlace)
|
| H A D | qplacedetailsreply.cpp | 46 QPlace result; 93 QPlace QPlaceDetailsReply::place() const in place() 102 void QPlaceDetailsReply::setPlace(const QPlace &place) in setPlace()
|
| H A D | qplacematchreply.cpp | 46 QList<QPlace> places; 104 QList<QPlace> QPlaceMatchReply::places() const in places() 113 void QPlaceMatchReply::setPlaces(const QList<QPlace> &places) in setPlaces()
|
| H A D | qplacematchrequest.cpp | 57 QList<QPlace> places; 185 QList<QPlace> QPlaceMatchRequest::places() const in places() 196 void QPlaceMatchRequest::setPlaces(const QList<QPlace> places) in setPlaces() 211 QList<QPlace> places; in setResults()
|
| H A D | qplacemanagerengine.cpp | 183 QPlaceIdReply *QPlaceManagerEngine::savePlace(const QPlace &place) in savePlace() 319 QPlace QPlaceManagerEngine::compatiblePlace(const QPlace &original) const in compatiblePlace() 322 return QPlace(); in compatiblePlace()
|
| H A D | qplacemanager.h | 80 QPlaceIdReply *savePlace(const QPlace &place); 97 QPlace compatiblePlace(const QPlace &place);
|
| H A D | qplacemanagerengine.h | 70 virtual QPlaceIdReply *savePlace(const QPlace &place); 88 virtual QPlace compatiblePlace(const QPlace &original) const;
|
| H A D | qplacedetailsreply.h | 55 QPlace place() const; 58 void setPlace(const QPlace &place);
|
| H A D | qplaceresult.h | 63 QPlace place() const; 64 void setPlace(const QPlace &place);
|
| H A D | qplacematchreply.h | 55 QList<QPlace> places() const; 59 void setPlaces(const QList<QPlace> &results);
|
| H A D | qplacematchrequest.h | 63 QList<QPlace> places() const; 64 void setPlaces(const QList<QPlace> places);
|
| H A D | qplacemanager.cpp | 242 QPlaceIdReply *QPlaceManager::savePlace(const QPlace &place) in savePlace() 372 QPlace QPlaceManager::compatiblePlace(const QPlace &original) in compatiblePlace()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/placemanager_utils/ |
| H A D | placemanager_utils.h | 54 class QPlace; variable 70 const QPlace &place, 74 static void doSavePlaces(QPlaceManager *manager, QList<QPlace> &places); 77 static void doSavePlaces(QPlaceManager *manager, const QList<QPlace *> &places); 84 QList<QPlace> *results, 92 static bool doRemovePlace(QPlaceManager *manager, const QPlace &place, 97 QPlace *place, 124 QList<QPlace> *places, 130 static bool compare(const QList<QPlace> &actualResults, 131 const QList<QPlace> &expectedResults); [all …]
|
| H A D | placemanager_utils.cpp | 48 const QPlace &place, in doSavePlace() 71 void PlaceManagerUtils::doSavePlaces(QPlaceManager *manager, QList<QPlace> &places) in doSavePlaces() 75 foreach (QPlace place, places) { in doSavePlaces() 84 void PlaceManagerUtils::doSavePlaces(QPlaceManager *manager, const QList<QPlace *> &places) in doSavePlaces() 89 foreach (QPlace *place, places) { in doSavePlaces() 113 QList<QPlace> *results, QPlaceReply::Error expectedError) in doSearch() 144 const QPlace &place, in doRemovePlace() 159 QString placeId, QPlace *place, in doFetchDetails() 252 QList<QPlace> *places, in doMatch() 350 bool PlaceManagerUtils::compare(const QList<QPlace> &actualResults, in compare() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacematchrequest/ |
| H A D | tst_qplacematchrequest.cpp | 62 QPlace place1; in constructorTest() 65 QPlace place2; in constructorTest() 68 QList<QPlace> places; in constructorTest() 85 QPlace place1; in placesTest() 88 QPlace place2; in placesTest() 91 QList<QPlace> places; in placesTest() 97 request.setPlaces(QList<QPlace>()); in placesTest() 106 QPlace place1; in resultsTest() 111 QPlace place2; in resultsTest() 147 QPlace place1; in clearTest() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplace/ |
| H A D | tst_qplace.cpp | 78 QPlace testObj; in constructorTest() 87 QPlace *testObjPtr = new QPlace(testObj); in constructorTest() 97 QPlace testObj; in nameTest() 105 QPlace testObj; in placeIdTest() 114 QPlace testObj; in totalContentCountTest() 133 QPlace testObj; in ratingTest() 143 QPlace testObj; in locationTest() 153 QPlace testPlace; in detailsFetchedTest() 163 QPlace place; in imageContentTest() 213 QPlace place; in reviewContentTest() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/ |
| H A D | requesthandler.h | 119 QPlace place; in details() 130 QPlace place; in images() 157 QPlace place; in savePlace() 178 QPlace place; in removePlace() 244 QPlace place; in content() 273 QPlace place; in icon() 287 QPlace place = manager->compatiblePlace(result.place()); in saveBetweenManagers() 349 QPlace place; in handleDetailsReply() 497 foreach (const QPlace place, matchReply->places()) { in matchHandler() 498 if (place != QPlace()) in matchHandler() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacematchreply/ |
| H A D | tst_qplacematchreply.cpp | 43 void setPlaces(const QList<QPlace> &places) { in setPlaces() 89 QPlace place1; in requestTest() 92 QPlace place2; in requestTest() 95 QList<QPlace> places; in requestTest()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplaceresult/ |
| H A D | tst_qplaceresult.cpp | 70 QPlace place; in initialSubObject() 108 QPlace place; in constructorTest() 220 QCOMPARE(result.place(), QPlace()); in place() 222 QPlace place; in place() 227 result.setPlace(QPlace()); in place() 228 QCOMPARE(result.place(), QPlace()); in place()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacesearchreply/ |
| H A D | tst_qplacesearchreply.cpp | 111 QPlace winterfell; in resultsTest() 113 QPlace casterlyRock; in resultsTest() 115 QPlace stormsEnd; in resultsTest()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativeplace_p.h | 80 Q_PROPERTY(QPlace place READ place WRITE setPlace) 112 … QDeclarativePlace(const QPlace &src, QDeclarativeGeoServiceProvider *plugin, QObject *parent = 0); 134 QPlace place(); 135 void setPlace(const QPlace &src); 238 QPlace m_src;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/ |
| H A D | qplacemanagerengine_test.h | 91 class QPlaceAlt : public QPlace 94 QPlaceAlt() : QPlace(QSharedDataPointer<QPlacePrivate>(new QPlacePrivateDefaultAlt())) in QPlaceAlt() 267 QPlace place; in QPlaceManagerEngineTest() 466 foreach (const QPlace &place, m_places) { in search() 479 for (const QPlace &place : qAsConst(m_places)) { in search() 525 QPlaceIdReply *savePlace(const QPlace &place) override in savePlace() 536 QPlace p = place; in savePlace() 709 QPlace compatiblePlace(const QPlace &original) const override in compatiblePlace() 711 QPlace place; in compatiblePlace() 718 QHash<QString, QPlace> m_places;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager_unsupported/ |
| H A D | tst_qplacemanager_unsupported.cpp | 167 QPlaceIdReply *reply = m_manager->savePlace(QPlace()); in testSavePlace() 206 QPlace place; in compatiblePlace() 211 QPlace compatPlace = m_manager->compatiblePlace(place); in compatiblePlace() 212 QCOMPARE(compatPlace, QPlace()); in compatiblePlace()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacedetailsreply/ |
| H A D | tst_qplacedetailsreply.cpp | 42 void setPlace(const QPlace &place) { QPlaceDetailsReply::setPlace(place); } in setPlace() 79 QPlace place; in placeTest()
|