Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ moveDown
Method
moveDown
src/backend/core/AbstractAspect.cpp:691–695 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
689
}
690
691
void AbstractAspect::moveDown() {
692
auto* parent = parentAspect();
693
if (parent)
694
parent->moveChild(this, 1);
695
}
696
697
/*!
698
* returns the list of all parent aspects (folders and sub-folders)
Callers
nothing calls this directly
Calls
1
moveChild
Method · 0.80
Tested by
no test coverage detected