QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
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 1156 of file qgsrendercontext.h.
|
inline |
Constructor for QgsScopedQPainterState.
Saves the specified painter state.
Definition at line 1165 of file qgsrendercontext.h.
|
inline |
Restores the painter back to its original state.
Definition at line 1174 of file qgsrendercontext.h.