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

Method OnRoutePointSelected

qt/mainwindow.cpp:903–907  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

901}
902
903void MainWindow::OnRoutePointSelected(RouteMarkType type)
904{
905 m_routing->setCurrent(type);
906 m_pDrawWidget->SetRoutePointAddMode(type);
907}
908
909void MainWindow::OnFollowRoute()
910{

Callers

nothing calls this directly

Calls 2

SetRoutePointAddModeMethod · 0.80
setCurrentMethod · 0.45

Tested by

no test coverage detected