MCPcopy Create free account
hub / github.com/comaps/comaps / SetMapStyleToOutdoors

Method SetMapStyleToOutdoors

qt/draw_widget.cpp:755–759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

753}
754
755void DrawWidget::SetMapStyleToOutdoors()
756{
757 auto const style = m_framework.GetMapStyle();
758 SetMapStyle(MapStyleIsDark(style) ? MapStyle::MapStyleOutdoorsDark : MapStyle::MapStyleOutdoorsLight);
759}
760
761m2::PointD DrawWidget::P2G(m2::PointD const & pt) const
762{

Callers 1

SetLayerEnabledMethod · 0.80

Calls 2

MapStyleIsDarkFunction · 0.85
GetMapStyleMethod · 0.45

Tested by

no test coverage detected