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

Method addItem

3rdparty/qcustomplot/qcustomplot.cpp:19432–19435  ·  view source on GitHub ↗

! Adds \a item to the legend, if it's not present already. The element is arranged according to the current fill order (\ref setFillOrder) and wrapping (\ref setWrap). Returns true on sucess, i.e. if the item wasn't in the list already and has been successfuly added. The legend takes ownership of the item. \see removeItem, item, hasItem */

Source from the content-addressed store, hash-verified

19430 \see removeItem, item, hasItem
19431*/
19432bool QCPLegend::addItem(QCPAbstractLegendItem *item)
19433{
19434 return addElement(item);
19435}
19436
19437/*! \overload
19438

Callers 6

addToLegendMethod · 0.80
MainWindowMethod · 0.80
enumerateFilesMethod · 0.80
populateListMethod · 0.80
refreshDevicesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected