Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ moveChild
Method
moveChild
src/backend/core/AbstractAspect.cpp:602–604 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
600
}
601
602
void AbstractAspect::moveChild(AbstractAspect* child, int steps) {
603
exec(new AspectChildMoveCmd(d, child, steps));
604
}
605
606
/**
607
* \brief Remove all child Aspects.
Callers
6
moveUp
Method · 0.80
moveDown
Method · 0.80
execMoveInFrontOf
Method · 0.80
execMoveBehind
Method · 0.80
zValueAfterAddMoveRemove
Method · 0.80
zValueAfterAddMoveRemove
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected