MCPcopy 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
79TreeItem* TreeItem::parent() {
80 return parentItem;
81}
82
83bool TreeItem::removeChildren(int position, int count) {
84 if (position < 0 || position + count > childItems.size())

Callers 13

swapVisibleMethod · 0.45
mapParentToPlotAreaMethod · 0.45
mapPlotAreaToParentMethod · 0.45
updateTeXImageMethod · 0.45
swapVisibleMethod · 0.45
mousePressEventMethod · 0.45
mouseMoveEventMethod · 0.45
wheelEventMethod · 0.45
navigateNextPrevCurveMethod · 0.45
hoverMoveEventMethod · 0.45

Calls 2

childNumberMethod · 0.80
isValidMethod · 0.45

Tested by

no test coverage detected