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

Method DrawPointTool

src/tools/draw_point_tool.cpp:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62namespace OpenOrienteering {
63
64DrawPointTool::DrawPointTool(MapEditorController* editor, QAction* tool_action)
65: MapEditorToolBase(QCursor(QPixmap(QString::fromLatin1(":/images/cursor-draw-point.png")), 11, 11), DrawPoint, editor, tool_action)
66, renderables(new MapRenderables(map()))
67{
68 // all done in initImpl()
69}
70
71DrawPointTool::~DrawPointTool()
72{

Callers

nothing calls this directly

Calls 2

QPixmapClass · 0.85
QCursorClass · 0.70

Tested by

no test coverage detected