Home
last modified time | relevance | path

Searched refs:detailsFetched (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplace_p.h97 Q_PROPERTY(bool detailsFetched READ detailsFetched NOTIFY detailsFetchedChanged)
158 bool detailsFetched() const;
H A Dqdeclarativeplace.cpp359 if (previous.detailsFetched() != m_src.detailsFetched()) { in setPlace()
603 bool QDeclarativePlace::detailsFetched() const in detailsFetched() function in QDeclarativePlace
605 return m_src.detailsFetched(); in detailsFetched()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplace_p.h93 virtual bool detailsFetched() const = 0;
140 virtual bool detailsFetched() const override;
H A Dqplace.cpp450 bool QPlace::detailsFetched() const in detailsFetched() function in QPlace
452 return d_ptr->detailsFetched(); in detailsFetched()
779 bool QPlacePrivateDefault::detailsFetched() const in detailsFetched() function in QPlacePrivateDefault
H A Dqplace.h103 bool detailsFetched() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dplace-definition.qdocinc16 QPlace::detailsFetched() function can be queried to see if all available
H A Dplaces.qdoc171 Place::detailsFetched property which indicates whether all availalable details
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplace/
H A Dtst_qplace.cpp154 QVERIFY2(testPlace.detailsFetched() == false, "Wrong default value"); in detailsFetchedTest()
156 QVERIFY2(testPlace.detailsFetched() == true, "Wrong value returned"); in detailsFetchedTest()
158 QVERIFY2(testPlace.detailsFetched() == false, "Wrong value returned"); in detailsFetchedTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/views/
H A DSearchResultDelegate.qml136 if (!place.detailsFetched)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/
H A Drequesthandler.h121 if (!place.detailsFetched()) { in details()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/declarative/
H A Dplaces.qml342 if (!place.detailsFetched)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/places_semiauto/
H A Dtst_places.cpp412 QVERIFY(place.detailsFetched()); in details()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_place.qml267 compare(emptyPlace.detailsFetched, false);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes1343 Property { name: "detailsFetched"; type: "bool"; isReadonly: true }