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

Method ScaleTool

src/tools/scale_tool.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43namespace OpenOrienteering {
44
45ScaleTool::ScaleTool(MapEditorController* editor, QAction* tool_action)
46: MapEditorToolBase { scaledToScreen(QCursor{ QPixmap(QString::fromLatin1(":/images/cursor-scale.png")), 1, 1 }), Other, editor, tool_action }
47{
48 // nothing else
49}
50
51
52ScaleTool::~ScaleTool() = default;

Callers

nothing calls this directly

Calls 1

QPixmapClass · 0.85

Tested by

no test coverage detected