QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Mask painter device that can be used to register everything painted into a QPainterPath used later as clip path. More...
#include <qgsmaskpaintdevice.h>
Public Member Functions | |
QgsMaskPaintDevice (bool usePathStroker=false) | |
QPainterPath | maskPainterPath () const |
Returns the mask painter path painted on this paint device. More... | |
int | metric (PaintDeviceMetric metric) const override |
QPaintEngine * | paintEngine () const override |
Mask painter device that can be used to register everything painted into a QPainterPath used later as clip path.
Definition at line 63 of file qgsmaskpaintdevice.h.
QgsMaskPaintDevice::QgsMaskPaintDevice | ( | bool | usePathStroker = false | ) |
Constructor If usePathStroker is true
, path will be considered with a stroke regarding QPainter pen configuration
Definition at line 64 of file qgsmaskpaintdevice.cpp.
QPainterPath QgsMaskPaintDevice::maskPainterPath | ( | ) | const |
Returns the mask painter path painted on this paint device.
Definition at line 120 of file qgsmaskpaintdevice.cpp.
|
override |
Definition at line 74 of file qgsmaskpaintdevice.cpp.
|
override |
Definition at line 69 of file qgsmaskpaintdevice.cpp.