Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeomapsource.cpp91 QGeoMapType::MapStyle GeoMapSource::mapStyle(const QString &styleString) in mapStyle() argument
94 if (styleString.compare(mapStyle.name, Qt::CaseInsensitive) == 0) in mapStyle()
98 QGeoMapType::MapStyle style = static_cast<QGeoMapType::MapStyle>(styleString.toInt()); in mapStyle()
H A Dgeomapsource.h59 static QGeoMapType::MapStyle mapStyle(const QString &styleString);