MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / removeChildY

Method removeChildY

3rdparty/qcustomplot/qcustomplot.cpp:12140–12144  ·  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

12138 Note that this function does not change the parent setting in \a pos.
12139*/
12140void QCPItemAnchor::removeChildY(QCPItemPosition *pos)
12141{
12142 if (!mChildrenY.remove(pos))
12143 qDebug() << Q_FUNC_INFO << "provided pos isn't child" << reinterpret_cast<quintptr>(pos);
12144}
12145
12146
12147////////////////////////////////////////////////////////////////////////////////////////////////////

Callers 2

~QCPItemPositionMethod · 0.80
setParentAnchorYMethod · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected