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

Method clear

qcustomplot/qcustomplot.cpp:684–687  ·  view source on GitHub ↗

inherits documentation from base class */

Source from the content-addressed store, hash-verified

682
683/* inherits documentation from base class */
684void QCPPaintBufferPixmap::clear(const QColor &color)
685{
686 mBuffer.fill(color);
687}
688
689/* inherits documentation from base class */
690void QCPPaintBufferPixmap::reallocateBuffer()

Callers 15

replotMethod · 0.60
enforceTypeMethod · 0.60
getSectionSizesMethod · 0.60
simplifyMethod · 0.60
trimTicksMethod · 0.60
setTickLabelsMethod · 0.60
drawMethod · 0.60
clearCacheMethod · 0.60
~QCustomPlotMethod · 0.60
setOpenGlMethod · 0.60
setupPaintBuffersMethod · 0.60
setupOpenGlMethod · 0.60

Calls 7

elementCountFunction · 0.85
fillMethod · 0.80
dataMethod · 0.80
setMarginGroupMethod · 0.80
atMethod · 0.80
setBarsGroupMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected