MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / gpsTemporaryPointClicked

Method gpsTemporaryPointClicked

src/gui/map/map_editor.cpp:3641–3645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3639}
3640
3641void MapEditorController::gpsTemporaryPointClicked()
3642{
3643 if (gps_marker_display->addPoint())
3644 gps_temporary_clear_act->setEnabled(true);
3645}
3646
3647void MapEditorController::gpsTemporaryPathClicked(bool enable)
3648{

Callers

nothing calls this directly

Calls 2

addPointMethod · 0.45
setEnabledMethod · 0.45

Tested by

no test coverage detected