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

Method AntialiasingOff

qt/qt_common/map_widget.cpp:196–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void MapWidget::AntialiasingOff()
197{
198 auto engine = m_framework.GetDrapeEngine();
199 if (engine != nullptr)
200 engine->SetPosteffectEnabled(df::PostprocessRenderer::Antialiasing, false);
201}
202
203void MapWidget::ScaleChanged(int action)
204{

Callers

nothing calls this directly

Calls 2

GetDrapeEngineMethod · 0.80
SetPosteffectEnabledMethod · 0.80

Tested by

no test coverage detected