Home
last modified time | relevance | path

Searched refs:m_place (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplacecontentmodel.cpp52 : QAbstractListModel(parent), m_place(0), m_type(type), m_batchSize(1), m_contentCount(-1), in QDeclarativePlaceContentModel()
66 return m_place; in place()
74 if (m_place != place) { in setPlace()
79 m_place = place; in setPlace()
160 … new QDeclarativeSupplier(content.supplier(), m_place->plugin(), this)); in initializeCollection()
229 if (!m_place) in canFetchMore()
246 if (!m_place) in fetchMore()
252 if (!m_place->plugin()) in fetchMore()
255 QDeclarativeGeoServiceProvider *plugin = m_place->plugin(); in fetchMore()
268 request.setPlaceId(m_place->place().placeId()); in fetchMore()
[all …]
H A Dqdeclarativeplacecontentmodel_p.h124 QDeclarativePlace *m_place;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/
H A Dtst_qmlinterface.cpp79 QPlace m_place; member in tst_qmlinterface
136 m_place.setName(QStringLiteral("Test Place")); in tst_qmlinterface()
137 m_place.setPlaceId(QStringLiteral("test-place-id")); in tst_qmlinterface()
138 m_place.setAttribution(QStringLiteral("Place data by Foo")); in tst_qmlinterface()
139 m_place.setCategories(m_categories); in tst_qmlinterface()
140 m_place.setLocation(m_location); in tst_qmlinterface()
141 m_place.setRatings(m_ratings); in tst_qmlinterface()
142 m_place.setIcon(m_icon); in tst_qmlinterface()
143 m_place.setSupplier(m_supplier); in tst_qmlinterface()
144 m_place.setVisibility(QLocation::PrivateVisibility); in tst_qmlinterface()
[all …]