Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
496
void MapEditorToolBase::startEditing()
497
{
498
Q_ASSERT(!editingInProgress());
499
setEditingInProgress(true);
500
}
501
502
503
void MapEditorToolBase::startEditing(Object* object)
Callers
nothing calls this directly
Calls
5
empty
Method · 0.45
setMap
Method · 0.45
insertRenderablesOfObject
Method · 0.45
takeRenderables
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected