MCPcopy 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
217PathObject* Object::asPath()
218{
219 Q_ASSERT(type == Path);
220 return static_cast<PathObject*>(this);
221}
222
223const PathObject* Object::asPath() const
224{

Callers 15

initImplMethod · 0.80
fillBoundaryMethod · 0.80
snapToObjectMethod · 0.80
snapToDirectionMethod · 0.80
operator()Method · 0.80
finishCuttingAreaMethod · 0.80
updateHoverStateMethod · 0.80
findEditPointMethod · 0.80
dragMoveMethod · 0.80
mousePressEventMethod · 0.80
startAppendingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected