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

Method setInvalidated

qcustomplot/qcustomplot.cpp:613–616  ·  view source on GitHub ↗

! Sets the invalidated flag to \a invalidated. This mechanism is used internally in conjunction with isolated replotting of \ref QCPLayer instances (in \ref QCPLayer::lmBuffered mode). If \ref QCPLayer::replot is called on a buffered layer, i.e. an isolated repaint of only that layer (and its dedicated paint buffer) is requested, QCustomPlot will decide depending on the invalidated flag

Source from the content-addressed store, hash-verified

611 Under normal circumstances, it is not necessary to manually call this method.
612*/
613void QCPAbstractPaintBuffer::setInvalidated(bool invalidated)
614{
615 mInvalidated = invalidated;
616}
617
618/*!
619 Sets the the device pixel ratio to \a ratio. This is useful to render on high-DPI output devices.

Callers 7

setModeMethod · 0.80
replotMethod · 0.80
addChildMethod · 0.80
removeChildMethod · 0.80
removeLayerMethod · 0.80
moveLayerMethod · 0.80
setupPaintBuffersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected