MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / removeChildX

Method removeChildX

qcustomplot/qcustomplot.cpp:11396–11400  ·  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

11394 Note that this function does not change the parent setting in \a pos.
11395*/
11396void QCPItemAnchor::removeChildX(QCPItemPosition *pos)
11397{
11398 if (!mChildrenX.remove(pos))
11399 qDebug() << Q_FUNC_INFO << "provided pos isn't child" << reinterpret_cast<quintptr>(pos);
11400}
11401
11402/*! \internal
11403

Callers 2

~QCPItemPositionMethod · 0.80
setParentAnchorXMethod · 0.80

Calls 1

removeMethod · 0.60

Tested by

no test coverage detected