Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomaptype.cpp95 return d_ptr->mobile_; in mobile()
124 : style_(QGeoMapType::NoMap), mobile_(false), night_(false), mapId_(0) in QGeoMapTypePrivate()
130mobile_(other.mobile_), night_(other.night_), mapId_(other.mapId_), pluginName_(other.pluginName_), in QGeoMapTypePrivate()
140 : style_(style), name_(name), description_(description), mobile_(mobile), night_(night), in QGeoMapTypePrivate()
152 … description_ == other.description_ && mobile_ == other.mobile_ && night_ == other.night_ && in operator ==()
H A Dqgeomaptype_p_p.h79 bool mobile_; variable