Home
last modified time | relevance | path

Searched refs:mapId_ (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotilespec.cpp102 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 Dqgeomaptype.cpp105 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()
141mapId_(mapId), pluginName_(pluginName), cameraCapabilities_(cameraCapabilities), metadata_(metadat… in QGeoMapTypePrivate()
153 mapId_ == other.mapId_ && cameraCapabilities_ == other.cameraCapabilities_ && in operator ==()
H A Dqgeotilespec_p_p.h69 int mapId_; variable
H A Dqgeomaptype_p_p.h81 int mapId_; variable