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

Method RotatePatternTool

src/tools/rotate_pattern_tool.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50namespace OpenOrienteering {
51
52RotatePatternTool::RotatePatternTool(MapEditorController* editor, QAction* tool_action)
53: MapEditorToolBase(QCursor(QPixmap(QString::fromLatin1(":/images/cursor-rotate.png")), 1, 1), Other, editor, tool_action)
54{
55 // Nothing else here, but there is initImpl().
56}
57
58
59RotatePatternTool::~RotatePatternTool() = default;

Callers

nothing calls this directly

Calls 2

QPixmapClass · 0.85
QCursorClass · 0.70

Tested by

no test coverage detected