MCPcopy Create free account
hub / github.com/LUX-Core/lux / removeChildX

Method removeChildX

src/qt/qcustomplot.cpp:11385–11389  ·  view source on GitHub ↗

! \internal Removes \a pos from the childX list of this anchor. Note that this function does not change the parent setting in \a pos. */

Source from the content-addressed store, hash-verified

11383 Note that this function does not change the parent setting in \a pos.
11384*/
11385void QCPItemAnchor::removeChildX(QCPItemPosition *pos)
11386{
11387 if (!mChildrenX.remove(pos))
11388 qDebug() << Q_FUNC_INFO << "provided pos isn't child" << reinterpret_cast<quintptr>(pos);
11389}
11390
11391/*! \internal
11392

Callers 2

~QCPItemPositionMethod · 0.80
setParentAnchorXMethod · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected