! 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
| 611 | Under normal circumstances, it is not necessary to manually call this method. |
| 612 | */ |
| 613 | void 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. |
no outgoing calls
no test coverage detected