Searched refs:detailsFetched (Results 1 – 14 of 14) sorted by relevance
97 Q_PROPERTY(bool detailsFetched READ detailsFetched NOTIFY detailsFetchedChanged)158 bool detailsFetched() const;
359 if (previous.detailsFetched() != m_src.detailsFetched()) { in setPlace()603 bool QDeclarativePlace::detailsFetched() const in detailsFetched() function in QDeclarativePlace605 return m_src.detailsFetched(); in detailsFetched()
93 virtual bool detailsFetched() const = 0;140 virtual bool detailsFetched() const override;
450 bool QPlace::detailsFetched() const in detailsFetched() function in QPlace452 return d_ptr->detailsFetched(); in detailsFetched()779 bool QPlacePrivateDefault::detailsFetched() const in detailsFetched() function in QPlacePrivateDefault
103 bool detailsFetched() const;
16 QPlace::detailsFetched() function can be queried to see if all available
171 Place::detailsFetched property which indicates whether all availalable details
154 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()
136 if (!place.detailsFetched)
121 if (!place.detailsFetched()) { in details()
342 if (!place.detailsFetched)
412 QVERIFY(place.detailsFetched()); in details()
267 compare(emptyPlace.detailsFetched, false);
1343 Property { name: "detailsFetched"; type: "bool"; isReadonly: true }