Home
last modified time | relevance | path

Searched refs:mapAndSourceItemSet_ (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapquickitem.cpp147 mapAndSourceItemSet_(false), updatingGeometry_(false), matrix_(nullptr) in QDeclarativeGeoMapQuickItem()
217 if (!mapAndSourceItemSet_ || updatingGeometry_ || in geometryChanged()
383 mapAndSourceItemSet_ = false; in updatePolish()
389 mapAndSourceItemSet_ = false; in updatePolish()
393 if (!mapAndSourceItemSet_ && quickMap() && map() && sourceItem_) { in updatePolish()
394 mapAndSourceItemSet_ = true; in updatePolish()
H A Dqdeclarativegeomapquickitem_p.h126 bool mapAndSourceItemSet_; variable