QGIS API Documentation 3.30.0-'s-Hertogenbosch (f186b8efe0)
|
Misc painting enums and functions. More...
#include <qgspainting.h>
Static Public Member Functions | |
static Qgis::BlendMode | getBlendModeEnum (QPainter::CompositionMode blendMode) |
Returns a BlendMode corresponding to a QPainter::CompositionMode. More... | |
static QPainter::CompositionMode | getCompositionMode (Qgis::BlendMode blendMode) |
Returns a QPainter::CompositionMode corresponding to a BlendMode. More... | |
static bool | isClippingMode (Qgis::BlendMode mode) |
Returns true if mode is a clipping blend mode. More... | |
|
static |
Returns a BlendMode corresponding to a QPainter::CompositionMode.
Definition at line 80 of file qgspainting.cpp.
|
static |
Returns a QPainter::CompositionMode corresponding to a BlendMode.
Definition at line 20 of file qgspainting.cpp.
|
static |
Returns true
if mode is a clipping blend mode.
Definition at line 139 of file qgspainting.cpp.