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

Method endFrame

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

* @brief Releases the active QPainter binding. */

Source from the content-addressed store, hash-verified

371 * @brief Releases the active QPainter binding.
372 */
373void Widgets::PainterContext::endFrame()
374{
375 m_painter = nullptr;
376 m_width = 0.0;
377 m_height = 0.0;
378}
379
380/**
381 * @brief Updates the project directory used to resolve relative drawImage paths.

Callers 1

renderFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected