MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / hasItem

Method hasItem

3rdparty/qcustomplot/qcustomplot.cpp:14650–14653  ·  view source on GitHub ↗

! Returns whether this QCustomPlot contains the \a item. \see item */

Source from the content-addressed store, hash-verified

14648 \see item
14649*/
14650bool QCustomPlot::hasItem(QCPAbstractItem *item) const
14651{
14652 return mItems.contains(item);
14653}
14654
14655/*!
14656 Returns the layer with the specified \a name. If there is no layer with the specified name, \c

Callers

nothing calls this directly

Calls 2

itemMethod · 0.80
containsMethod · 0.45

Tested by

no test coverage detected