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

Method save

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

* @brief Pushes the current QPainter state onto its stack. */

Source from the content-addressed store, hash-verified

785 * @brief Pushes the current QPainter state onto its stack.
786 */
787void Widgets::PainterContext::save()
788{
789 if (!active())
790 return;
791
792 m_painter->save();
793}
794
795/**
796 * @brief Pops the QPainter state stack.

Callers 15

drawLineFunction · 0.80
beforeDrawFunction · 0.80
afterDatasetsDrawFunction · 0.80
beforeDatasetsDrawFunction · 0.80
paintFunction · 0.80
paintFunction · 0.80
OeFunction · 0.80
TeFunction · 0.80
EeFunction · 0.80
IeFunction · 0.80
NeFunction · 0.80
drawBackgroundMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected