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

Method hasItem

qcustomplot/qcustomplot.cpp:13955–13958  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

13953 \see item
13954*/
13955bool QCustomPlot::hasItem(QCPAbstractItem *item) const
13956{
13957 return mItems.contains(item);
13958}
13959
13960/*!
13961 Returns the layer with the specified \a name. If there is no layer with the specified name, 0 is

Callers

nothing calls this directly

Calls 2

containsMethod · 0.80
itemMethod · 0.80

Tested by

no test coverage detected