Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenOrienteering/mapper
/ asPath
Method
asPath
src/core/objects/object.cpp:217–221 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
215
}
216
217
PathObject* Object::asPath()
218
{
219
Q_ASSERT(type == Path);
220
return static_cast<PathObject*>(this);
221
}
222
223
const PathObject* Object::asPath() const
224
{
Callers
15
initImpl
Method · 0.80
fillBoundary
Method · 0.80
snapToObject
Method · 0.80
snapToDirection
Method · 0.80
operator()
Method · 0.80
finishCuttingArea
Method · 0.80
updateHoverState
Method · 0.80
findEditPoint
Method · 0.80
dragMove
Method · 0.80
mousePressEvent
Method · 0.80
removeLastPointFromSelectedPath
Method · 0.80
startAppending
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected