QGIS API Documentation
3.24.2-Tisler (13c1a02865)
|
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 1273 of file qgsrendercontext.h.
|
inline |
Constructor for QgsScopedQPainterState.
Saves the specified painter state.
Definition at line 1282 of file qgsrendercontext.h.
|
inline |
Restores the painter back to its original state.
Definition at line 1291 of file qgsrendercontext.h.