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

Method SetSimplifiedColorScheme

libs/map/traffic_manager.cpp:545–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543}
544
545void TrafficManager::SetSimplifiedColorScheme(bool simplified)
546{
547 m_hasSimplifiedColorScheme = simplified;
548 m_drapeEngine.SafeCall(&df::DrapeEngine::SetSimplifiedTrafficColors, simplified);
549}
550
551std::string DebugPrint(TrafficManager::TrafficState state)
552{

Callers 1

Calls 1

SafeCallMethod · 0.80

Tested by

no test coverage detected