Searched refs:mobile_ (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeomaptype.cpp | 95 return d_ptr->mobile_; in mobile() 124 : style_(QGeoMapType::NoMap), mobile_(false), night_(false), mapId_(0) in QGeoMapTypePrivate() 130 …mobile_(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 D | qgeomaptype_p_p.h | 79 bool mobile_; variable
|