Searched refs:mapId_ (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeotilespec.cpp | 102 d->mapId_ = mapId; in setMapId() 107 return d->mapId_; in mapId() 148 : mapId_(0), in QGeoTileSpecPrivate() 157 mapId_(other.mapId_), in QGeoTileSpecPrivate() 165 mapId_(mapId), in QGeoTileSpecPrivate() 179 mapId_ = other.mapId_; in operator =() 193 if (mapId_ != rhs.mapId_) in operator ==() 218 if (mapId_ < rhs.mapId_) in operator <() 220 if (mapId_ > rhs.mapId_) in operator <()
|
| H A D | qgeomaptype.cpp | 105 return d_ptr->mapId_; in mapId() 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() 141 …mapId_(mapId), pluginName_(pluginName), cameraCapabilities_(cameraCapabilities), metadata_(metadat… in QGeoMapTypePrivate() 153 mapId_ == other.mapId_ && cameraCapabilities_ == other.cameraCapabilities_ && in operator ==()
|
| H A D | qgeotilespec_p_p.h | 69 int mapId_; variable
|
| H A D | qgeomaptype_p_p.h | 81 int mapId_; variable
|