QGIS/python/PyQt6/gui/auto_generated/symbology/qgsmasksymbollayerwidget.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

60 lines
1.9 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/symbology/qgsmasksymbollayerwidget.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsMaskMarkerSymbolLayerWidget: QgsSymbolLayerWidget
{
%Docstring(signature="appended")
Symbol layer widget for the handling of :py:class:`QgsMaskMarkerSymbolLayer`.
.. versionadded:: 3.12
%End
%TypeHeaderCode
#include "qgsmasksymbollayerwidget.h"
%End
public:
QgsMaskMarkerSymbolLayerWidget( QgsVectorLayer *layer, QWidget *parent /TransferThis/ = 0 );
%Docstring
Constructor
:param layer: the layer where this symbol layer is applied
:param parent: the parent widget
%End
static QgsSymbolLayerWidget *create( QgsVectorLayer *layer ) /Factory/;
%Docstring
Static creation method
:param layer: the layer where this symbol layer is applied
%End
virtual void setSymbolLayer( QgsSymbolLayer *layer );
%Docstring
Update the current symbol layer displayed
%End
virtual QgsSymbolLayer *symbolLayer();
%Docstring
Returns the current symbol layer
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/symbology/qgsmasksymbollayerwidget.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/