Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenOrienteering/mapper
/ activateAngleHelperWhileEditing
Method
activateAngleHelperWhileEditing
src/tools/tool_base.cpp:623–627 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
621
622
623
void MapEditorToolBase::activateAngleHelperWhileEditing(bool enable)
624
{
625
angle_helper->setActive(enable);
626
reapplyConstraintHelpers();
627
}
628
629
void MapEditorToolBase::activateSnapHelperWhileEditing(bool enable)
630
{
Callers
nothing calls this directly
Calls
1
setActive
Method · 0.45
Tested by
no test coverage detected