QGIS/python/PyQt6/core/auto_generated/qgsmaskpaintdevice.sip.in
Julien Cabieces bb3c36a69b Initialize sip bindings for PyQt6
use exactly the ones from PyQt5 so we can study the difference when
generating for PyQt6
2023-12-08 03:38:42 +10:00

57 lines
1.7 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgsmaskpaintdevice.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsMaskPaintDevice: QPaintDevice
{
%Docstring(signature="appended")
Mask painter device that can be used to register everything painted into a QPainterPath
used later as clip path
.. versionadded:: 3.26
%End
%TypeHeaderCode
#include "qgsmaskpaintdevice.h"
%End
public:
QgsMaskPaintDevice( bool usePathStroker = false );
%Docstring
!
Constructor
If ``usePathStroker`` is ``True``, path will be considered with a stroke regarding QPainter
pen configuration
%End
virtual QPaintEngine *paintEngine() const;
virtual int metric( PaintDeviceMetric metric ) const;
QPainterPath maskPainterPath() const;
%Docstring
Returns the mask painter path painted on this paint device
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgsmaskpaintdevice.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/