Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ parent
Method
parent
src/backend/worksheet/TreeModel.cpp:79–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
TreeItem* TreeItem::parent() {
80
return parentItem;
81
}
82
83
bool TreeItem::removeChildren(int position, int count) {
84
if (position < 0 || position + count > childItems.size())
Callers
13
cartesianPlotMouseHoverZoomSelectionMode
Method · 0.45
swapVisible
Method · 0.45
mapParentToPlotArea
Method · 0.45
mapPlotAreaToParent
Method · 0.45
updateTeXImage
Method · 0.45
swapVisible
Method · 0.45
mousePressEvent
Method · 0.45
mouseMoveEvent
Method · 0.45
mouseMoveSelectionMode
Method · 0.45
wheelEvent
Method · 0.45
navigateNextPrevCurve
Method · 0.45
hoverMoveEvent
Method · 0.45
Calls
2
childNumber
Method · 0.80
isValid
Method · 0.45
Tested by
no test coverage detected