MCPcopy Create free account
hub / github.com/KDE/labplot / remove

Method remove

src/backend/core/AbstractAspect.cpp:680–683  ·  view source on GitHub ↗

* \brief Remove me from my parent's list of children. */

Source from the content-addressed store, hash-verified

678 * \brief Remove me from my parent's list of children.
679 */
680void AbstractAspect::remove() {
681 if (parentAspect())
682 parentAspect()->removeChild(this);
683}
684
685void AbstractAspect::moveUp() {
686 auto* parent = parentAspect();

Callers 15

removeSharedStringMethod · 0.45
setPropertyMethod · 0.45
setPropertyMethod · 0.45
setPropertyMethod · 0.45
setAreaWidgetsMethod · 0.45
xcb_add_propFunction · 0.45
removeDockWidgetMethod · 0.45
removePerspectivesMethod · 0.45
deleteSelectedMethod · 0.45
loadMenuSelectedMethod · 0.45
curveSelectionChangedMethod · 0.45

Calls 1

removeChildMethod · 0.45

Tested by

no test coverage detected