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

Method isDrawTool

src/tools/tool.cpp:232–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232bool MapEditorTool::isDrawTool() const
233{
234 switch (tool_type)
235 {
236 case DrawPoint:
237 case DrawPath:
238 case DrawCircle:
239 case DrawRectangle:
240 case DrawFreehand:
241 case DrawText: return true;
242
243 default: return false;
244 }
245}
246
247void MapEditorTool::setStatusBarText(const QString& text)
248{

Callers 4

selectObjectsClickedMethod · 0.80
selectAllMethod · 0.80
invertSelectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected