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

Method removeChildY

src/qt/qcustomplot.cpp:11413–11417  ·  view source on GitHub ↗

! \internal Removes \a pos from the childY 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

11411 Note that this function does not change the parent setting in \a pos.
11412*/
11413void QCPItemAnchor::removeChildY(QCPItemPosition *pos)
11414{
11415 if (!mChildrenY.remove(pos))
11416 qDebug() << Q_FUNC_INFO << "provided pos isn't child" << reinterpret_cast<quintptr>(pos);
11417}
11418
11419
11420////////////////////////////////////////////////////////////////////////////////////////////////////

Callers 2

~QCPItemPositionMethod · 0.80
setParentAnchorYMethod · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected