| QGIS API Documentation 3.30.0-'s-Hertogenbosch (f186b8efe0)
    | 
A class to manager painter saving and restoring required for effect drawing. More...
#include <qgspainteffect.h>
| Public Member Functions | |
| QgsEffectPainter (QgsRenderContext &renderContext) | |
| QgsEffectPainter constructor.  More... | |
| QgsEffectPainter (QgsRenderContext &renderContext, QgsPaintEffect *effect) | |
| QgsEffectPainter constructor alternative if no painter translation is needed.  More... | |
| ~QgsEffectPainter () | |
| void | setEffect (QgsPaintEffect *effect) | 
| Sets the effect to be painted.  More... | |
A class to manager painter saving and restoring required for effect drawing.
Definition at line 395 of file qgspainteffect.h.
| QgsEffectPainter::QgsEffectPainter | ( | QgsRenderContext & | renderContext | ) | 
QgsEffectPainter constructor.
| renderContext | the QgsRenderContext object | 
Definition at line 279 of file qgspainteffect.cpp.
| QgsEffectPainter::QgsEffectPainter | ( | QgsRenderContext & | renderContext, | 
| QgsPaintEffect * | effect | ||
| ) | 
QgsEffectPainter constructor alternative if no painter translation is needed.
| renderContext | the QgsRenderContext object | 
| effect | the QgsPaintEffect object | 
Definition at line 287 of file qgspainteffect.cpp.
| QgsEffectPainter::~QgsEffectPainter | ( | ) | 
Definition at line 304 of file qgspainteffect.cpp.
| void QgsEffectPainter::setEffect | ( | QgsPaintEffect * | effect | ) | 
Sets the effect to be painted.
| effect | the QgsPaintEffect object | 
Definition at line 296 of file qgspainteffect.cpp.