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

Method SetMapStyleToDefault

qt/draw_widget.cpp:743–747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741}
742
743void DrawWidget::SetMapStyleToDefault()
744{
745 auto const style = m_framework.GetMapStyle();
746 SetMapStyle(MapStyleIsDark(style) ? MapStyle::MapStyleDefaultDark : MapStyle::MapStyleDefaultLight);
747}
748
749void DrawWidget::SetMapStyleToVehicle()
750{

Callers 1

SetLayerEnabledMethod · 0.80

Calls 2

MapStyleIsDarkFunction · 0.85
GetMapStyleMethod · 0.45

Tested by

no test coverage detected