| QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
    | 
A QGraphicsEffect subclass used for rendering layout items onto a scene with custom composition modes. More...
#include <qgslayouteffect.h>

| Public Member Functions | |
| Q_DECL_DEPRECATED | QgsLayoutEffect ()=default | 
| Constructor for QgsLayoutEffect. | |
| Q_DECL_DEPRECATED QPainter::CompositionMode | compositionMode () const | 
| Returns the composition (blending) mode used for rendering the item. | |
| Q_DECL_DEPRECATED void | setCompositionMode (QPainter::CompositionMode mode) | 
| Sets the composition (blending) mode used for rendering the item. | |
| Protected Member Functions | |
| void | draw (QPainter *painter) override | 
A QGraphicsEffect subclass used for rendering layout items onto a scene with custom composition modes.
Definition at line 36 of file qgslayouteffect.h.
| 
 | default | 
Constructor for QgsLayoutEffect.
| 
 | inline | 
Returns the composition (blending) mode used for rendering the item.
Definition at line 65 of file qgslayouteffect.h.
| 
 | overrideprotected | 
Definition at line 22 of file qgslayouteffect.cpp.
| void QgsLayoutEffect::setCompositionMode | ( | QPainter::CompositionMode | mode | ) | 
Sets the composition (blending) mode used for rendering the item.
Definition at line 53 of file qgslayouteffect.cpp.