|
| 1 | +/************************************************************************ |
| 2 | + * This file has been generated automatically from * |
| 3 | + * * |
| 4 | + * src/gui/effects/qgseffectdrawmodecombobox.h * |
| 5 | + * * |
| 6 | + * Do not edit manually ! Edit header and run scripts/sipify.pl again * |
| 7 | + ************************************************************************/ |
| 8 | + |
| 9 | + |
1 | 10 |
|
2 |
| -/** \ingroup gui |
3 |
| - * \class QgsEffectDrawModeComboBox |
4 |
| - * \brief A combo box allowing selection of paint effect draw modes |
5 |
| - * |
6 |
| - * \note Added in version 2.9 |
7 |
| - */ |
8 | 11 |
|
9 | 12 | class QgsEffectDrawModeComboBox : QComboBox
|
10 | 13 | {
|
11 |
| -%TypeHeaderCode |
12 |
| -#include <qgseffectdrawmodecombobox.h> |
| 14 | +%Docstring |
| 15 | + A combo box allowing selection of paint effect draw modes |
| 16 | + |
| 17 | +.. versionadded:: 2.9 |
13 | 18 | %End
|
14 | 19 |
|
| 20 | +%TypeHeaderCode |
| 21 | +#include "qgseffectdrawmodecombobox.h" |
| 22 | +%End |
15 | 23 | public:
|
16 | 24 |
|
17 |
| - QgsEffectDrawModeComboBox( QWidget *parent /TransferThis/ = NULL ); |
| 25 | + QgsEffectDrawModeComboBox( QWidget *parent /TransferThis/ = 0 ); |
18 | 26 |
|
19 |
| - /** Returns the currently selected draw mode for the combo box |
20 |
| - * @returns current draw mode |
21 |
| - */ |
22 | 27 | QgsPaintEffect::DrawMode drawMode() const;
|
| 28 | +%Docstring |
| 29 | + Returns the currently selected draw mode for the combo box |
| 30 | + :return: current draw mode |
| 31 | + :rtype: QgsPaintEffect.DrawMode |
| 32 | +%End |
23 | 33 |
|
24 |
| - /** Sets the currently selected draw mode for the combo box |
25 |
| - * @param drawMode selected draw mode |
26 |
| - */ |
27 | 34 | void setDrawMode( QgsPaintEffect::DrawMode drawMode );
|
| 35 | +%Docstring |
| 36 | + Sets the currently selected draw mode for the combo box |
| 37 | + \param drawMode selected draw mode |
| 38 | +%End |
28 | 39 |
|
29 | 40 | };
|
30 | 41 |
|
| 42 | +/************************************************************************ |
| 43 | + * This file has been generated automatically from * |
| 44 | + * * |
| 45 | + * src/gui/effects/qgseffectdrawmodecombobox.h * |
| 46 | + * * |
| 47 | + * Do not edit manually ! Edit header and run scripts/sipify.pl again * |
| 48 | + ************************************************************************/ |
0 commit comments