QGIS API Documentation 3.34.0-Prizren (ffbdd678812)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
QgsScopedRenderContextPainterSwap Class Reference

Scoped object for temporary replacement of a QgsRenderContext destination painter. More...

#include <qgsrendercontext.h>

Public Member Functions

 QgsScopedRenderContextPainterSwap (QgsRenderContext &context, QPainter *temporaryPainter)
 Constructor for QgsScopedRenderContextPainterSwap.
 
 ~QgsScopedRenderContextPainterSwap ()
 Returns the destination painter for the context back to the original QPainter object.
 
void reset ()
 Resets the destination painter for the context back to the original QPainter object.
 

Detailed Description

Scoped object for temporary replacement of a QgsRenderContext destination painter.

Temporarily swaps out the destination QPainter object for a QgsRenderContext for the lifetime of the object, before replacing it to the original painter on destruction.

Note
Not available in Python bindings
Since
QGIS 3.14

Definition at line 1274 of file qgsrendercontext.h.

Constructor & Destructor Documentation

◆ QgsScopedRenderContextPainterSwap()

QgsScopedRenderContextPainterSwap::QgsScopedRenderContextPainterSwap ( QgsRenderContext context,
QPainter *  temporaryPainter 
)
inline

Constructor for QgsScopedRenderContextPainterSwap.

Swaps the destination painter for context (set QgsRenderContext::setPainter() ) to temporaryPainter.

Definition at line 1284 of file qgsrendercontext.h.

◆ ~QgsScopedRenderContextPainterSwap()

QgsScopedRenderContextPainterSwap::~QgsScopedRenderContextPainterSwap ( )
inline

Returns the destination painter for the context back to the original QPainter object.

Definition at line 1306 of file qgsrendercontext.h.

Member Function Documentation

◆ reset()

void QgsScopedRenderContextPainterSwap::reset ( )
inline

Resets the destination painter for the context back to the original QPainter object.

Definition at line 1294 of file qgsrendercontext.h.


The documentation for this class was generated from the following file: