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

Method SetMapStyleToVehicle

qt/draw_widget.cpp:749–753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

747}
748
749void DrawWidget::SetMapStyleToVehicle()
750{
751 auto const style = m_framework.GetMapStyle();
752 SetMapStyle(MapStyleIsDark(style) ? MapStyle::MapStyleVehicleDark : MapStyle::MapStyleVehicleLight);
753}
754
755void DrawWidget::SetMapStyleToOutdoors()
756{

Callers

nothing calls this directly

Calls 2

MapStyleIsDarkFunction · 0.85
GetMapStyleMethod · 0.45

Tested by

no test coverage detected