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

Method removeGraph

3rdparty/qcustomplot/qcustomplot.cpp:14456–14459  ·  view source on GitHub ↗

! Removes the specified \a graph from the plot and deletes it. If necessary, the corresponding legend item is also removed from the default legend (QCustomPlot::legend). If any other graphs in the plot have a channel fill set towards the removed graph, the channel fill property of those graphs is reset to \c nullptr (no channel fill). Returns true on success. \see clearGraphs */

Source from the content-addressed store, hash-verified

14454 \see clearGraphs
14455*/
14456bool QCustomPlot::removeGraph(QCPGraph *graph)
14457{
14458 return removePlottable(graph);
14459}
14460
14461/*! \overload
14462

Callers

nothing calls this directly

Calls 3

removeFromLegendMethod · 0.80
sizeMethod · 0.45
containsMethod · 0.45

Tested by

no test coverage detected