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

Method OnDebugStyle

qt/mainwindow.cpp:714–719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

712}
713
714void MainWindow::OnDebugStyle()
715{
716 bool const checked = m_pDrawDebugRectAction->isChecked();
717 m_pDrawWidget->GetFramework().EnableDebugRectRendering(checked);
718 m_pDrawWidget->RefreshDrawingRules();
719}
720
721void MainWindow::OnGetStatistics()
722{

Callers

nothing calls this directly

Calls 3

RefreshDrawingRulesMethod · 0.80
isCheckedMethod · 0.45

Tested by

no test coverage detected