| QGIS API Documentation
    3.16.0-Hannover (43b64b13f3)
    | 
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 396 of file qgspainteffect.h.
| QgsEffectPainter::QgsEffectPainter | ( | QgsRenderContext & | renderContext | ) | 
QgsEffectPainter constructor.
| renderContext | the QgsRenderContext object | 
Definition at line 306 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 314 of file qgspainteffect.cpp.
| QgsEffectPainter::~QgsEffectPainter | ( | ) | 
Definition at line 331 of file qgspainteffect.cpp.
| void QgsEffectPainter::setEffect | ( | QgsPaintEffect * | effect | ) | 
Sets the effect to be painted.
| effect | the QgsPaintEffect object | 
Definition at line 323 of file qgspainteffect.cpp.