Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ moveUp
Method
moveUp
src/backend/core/AbstractAspect.cpp:685–689 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
683
}
684
685
void AbstractAspect::moveUp() {
686
auto* parent = parentAspect();
687
if (parent)
688
parent->moveChild(this, -1);
689
}
690
691
void AbstractAspect::moveDown() {
692
auto* parent = parentAspect();
Callers
nothing calls this directly
Calls
1
moveChild
Method · 0.80
Tested by
no test coverage detected