MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / markDirty

Method markDirty

app/src/UI/Widgets/Plot3D.cpp:586–593  ·  view source on GitHub ↗

* @brief Marks all plot layers as dirty and requests a repaint. */

Source from the content-addressed store, hash-verified

584 * @brief Marks all plot layers as dirty and requests a repaint.
585 */
586void Widgets::Plot3D::markDirty()
587{
588 m_dirtyGrid = true;
589 m_dirtyData = true;
590 m_dirtyBackground = true;
591 m_dirtyCameraIndicator = true;
592 update();
593}
594
595/**
596 * @brief Marks projection-dependent layers dirty without touching the background.

Callers 2

updatePaintNodeMethod · 0.80
updatePaintNodeMethod · 0.80

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected