QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Scoped object for saving and restoring a QPainter object's state. More...
#include <qgsrendercontext.h>
Public Member Functions | |
QgsScopedQPainterState (QPainter *painter) | |
Constructor for QgsScopedQPainterState. More... | |
~QgsScopedQPainterState () | |
Restores the painter back to its original state. More... | |
Scoped object for saving and restoring a QPainter object's state.
Temporarily saves the QPainter state for the lifetime of the object, before restoring it on destruction.
Definition at line 1336 of file qgsrendercontext.h.
|
inline |
Constructor for QgsScopedQPainterState.
Saves the specified painter state.
Definition at line 1345 of file qgsrendercontext.h.
|
inline |
Restores the painter back to its original state.
Definition at line 1354 of file qgsrendercontext.h.