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

Method startEditing

src/tools/tool_base.cpp:496–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494
495
496void MapEditorToolBase::startEditing()
497{
498 Q_ASSERT(!editingInProgress());
499 setEditingInProgress(true);
500}
501
502
503void MapEditorToolBase::startEditing(Object* object)

Callers

nothing calls this directly

Calls 5

emptyMethod · 0.45
setMapMethod · 0.45
takeRenderablesMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected