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

Method restore

app/src/UI/Widgets/PainterContext.cpp:798–804  ·  view source on GitHub ↗

* @brief Pops the QPainter state stack. */

Source from the content-addressed store, hash-verified

796 * @brief Pops the QPainter state stack.
797 */
798void Widgets::PainterContext::restore()
799{
800 if (!active())
801 return;
802
803 m_painter->restore();
804}
805
806/**
807 * @brief Translates the painter origin by (x, y).

Callers 5

renderWeatherOverlayMethod · 0.45
paintMethod · 0.45
drawYAxisMethod · 0.45
fillTextMethod · 0.45
renderWithShadowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected