Searched refs:MapStyle (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/ |
| H A D | geomapsource.cpp | 51 QGeoMapType::MapStyle style; 68 GeoMapSource::GeoMapSource(QGeoMapType::MapStyle style, const QString &name, in GeoMapSource() 91 QGeoMapType::MapStyle GeoMapSource::mapStyle(const QString &styleString) in mapStyle() 98 QGeoMapType::MapStyle style = static_cast<QGeoMapType::MapStyle>(styleString.toInt()); in mapStyle()
|
| H A D | geomapsource.h | 51 GeoMapSource(QGeoMapType::MapStyle style, const QString &name, 59 static QGeoMapType::MapStyle mapStyle(const QString &styleString);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeomaptype_p.h | 87 Q_ENUMS(MapStyle) 89 Q_PROPERTY(MapStyle style READ style CONSTANT) 98 enum MapStyle { enum 116 MapStyle style() const;
|
| H A D | qdeclarativegeomaptype.cpp | 84 QDeclarativeGeoMapType::MapStyle QDeclarativeGeoMapType::style() const in style() 86 return QDeclarativeGeoMapType::MapStyle(mapType_.style()); in style()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeomaptype_p.h | 64 enum MapStyle { // ### Qt6: change this to be a QFlags instead, or remove. enum 81 QGeoMapType(MapStyle style, const QString &name, const QString &description, bool mobile, 92 MapStyle style() const;
|
| H A D | qgeomaptype.cpp | 48 QGeoMapType::QGeoMapType(QGeoMapType::MapStyle style, const QString &name, in QGeoMapType() 78 QGeoMapType::MapStyle QGeoMapType::style() const in style() 135 QGeoMapTypePrivate::QGeoMapTypePrivate(QGeoMapType::MapStyle style, const QString &name, in QGeoMapTypePrivate()
|
| H A D | qgeomaptype_p_p.h | 65 …QGeoMapTypePrivate(QGeoMapType::MapStyle style, const QString &name, const QString &description, b… 76 QGeoMapType::MapStyle style_;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/ |
| H A D | plugins.qmltypes | 717 name: "MapStyle" 733 Property { name: "style"; type: "MapStyle"; isReadonly: true }
|