QGIS/python/PyQt6/gui/auto_generated/effects/qgseffectdrawmodecombobox.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

50 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.pl again *
************************************************************************/
class QgsEffectDrawModeComboBox : QComboBox
{
%Docstring(signature="appended")
A combo box allowing selection of paint effect draw modes
.. versionadded:: 2.9
%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.pl again *
************************************************************************/