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

Method AntialiasingOn

qt/qt_common/map_widget.cpp:189–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189void MapWidget::AntialiasingOn()
190{
191 auto engine = m_framework.GetDrapeEngine();
192 if (engine != nullptr)
193 engine->SetPosteffectEnabled(df::PostprocessRenderer::Antialiasing, true);
194}
195
196void MapWidget::AntialiasingOff()
197{

Callers

nothing calls this directly

Calls 2

GetDrapeEngineMethod · 0.80
SetPosteffectEnabledMethod · 0.80

Tested by

no test coverage detected