Home
last modified time | relevance | path

Searched refs:style_ (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomaptype.cpp80 return d_ptr->style_; in style()
124 : style_(QGeoMapType::NoMap), mobile_(false), night_(false), mapId_(0) in QGeoMapTypePrivate()
129 : QSharedData(other), style_(other.style_), name_(other.name_), description_(other.description_), in QGeoMapTypePrivate()
140 : style_(style), name_(name), description_(description), mobile_(mobile), night_(night), in QGeoMapTypePrivate()
151 return pluginName_ == other.pluginName_ && style_ == other.style_ && name_ == other.name_ && in operator ==()
H A Dqgeomaptype_p_p.h76 QGeoMapType::MapStyle style_; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_manager.cpp24 AnnotationManager::AnnotationManager(Style& style_) in AnnotationManager() argument
25 : style(style_) { in AnnotationManager()
30 void AnnotationManager::setStyle(Style& style_) { in setStyle() argument
31 style = style_; in setStyle()