|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
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. | |
| 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 65 of file qgsmaskpaintdevice.cpp.
| QPainterPath QgsMaskPaintDevice::maskPainterPath | ( | ) | const |
Returns the mask painter path painted on this paint device.
Definition at line 121 of file qgsmaskpaintdevice.cpp.
|
override |
Definition at line 75 of file qgsmaskpaintdevice.cpp.
|
override |
Definition at line 70 of file qgsmaskpaintdevice.cpp.