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

Method EditLineTool

src/tools/edit_line_tool.cpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73namespace OpenOrienteering {
74
75EditLineTool::EditLineTool(MapEditorController* editor, QAction* tool_action)
76 : EditTool(editor, EditLine, tool_action)
77 , highlight_renderables(new MapRenderables(map()))
78{
79 // nothing
80}
81
82EditLineTool::~EditLineTool()
83{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected