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

Method OnClearSelection

qt/mainwindow.cpp:607–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605}
606
607void MainWindow::OnClearSelection()
608{
609 m_pDrawWidget->GetFramework().GetDrapeApi().Clear();
610 m_pDrawWidget->SetSelectionMode({});
611
612 m_selection->setMainIcon({});
613}
614
615void MainWindow::OnSearchButtonClicked()
616{

Callers

nothing calls this directly

Calls 3

SetSelectionModeMethod · 0.80
setMainIconMethod · 0.80
ClearMethod · 0.45

Tested by

no test coverage detected