Home
last modified time | relevance | path

Searched refs:MapStyle (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeomapsource.cpp51 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 Dgeomapsource.h51 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 Dqdeclarativegeomaptype_p.h87 Q_ENUMS(MapStyle)
89 Q_PROPERTY(MapStyle style READ style CONSTANT)
98 enum MapStyle { enum
116 MapStyle style() const;
H A Dqdeclarativegeomaptype.cpp84 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 Dqgeomaptype_p.h64 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 Dqgeomaptype.cpp48 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 Dqgeomaptype_p_p.h65 …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 Dplugins.qmltypes717 name: "MapStyle"
733 Property { name: "style"; type: "MapStyle"; isReadonly: true }