QGIS/python/PyQt6/gui/auto_generated/effects/qgseffectdrawmodecombobox.sip.in
Denis Rouzaud 2562958772 sipify
2024-12-07 05:16:00 +10:00

46 lines
1.6 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/effects/qgseffectdrawmodecombobox.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/
class QgsEffectDrawModeComboBox : QComboBox
{
%Docstring(signature="appended")
A combo box allowing selection of paint effect draw modes
%End
%TypeHeaderCode
#include "qgseffectdrawmodecombobox.h"
%End
public:
QgsEffectDrawModeComboBox( QWidget *parent /TransferThis/ = 0 );
QgsPaintEffect::DrawMode drawMode() const;
%Docstring
Returns the currently selected draw mode for the combo box
:return: current draw mode
%End
void setDrawMode( QgsPaintEffect::DrawMode drawMode );
%Docstring
Sets the currently selected draw mode for the combo box
:param drawMode: selected draw mode
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/effects/qgseffectdrawmodecombobox.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/