-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
459 additions
and
255 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,48 @@ | ||
/************************************************************************ | ||
* This file has been generated automatically from * | ||
* * | ||
* src/gui/effects/qgseffectdrawmodecombobox.h * | ||
* * | ||
* Do not edit manually ! Edit header and run scripts/sipify.pl again * | ||
************************************************************************/ | ||
|
||
|
||
|
||
/** \ingroup gui | ||
* \class QgsEffectDrawModeComboBox | ||
* \brief A combo box allowing selection of paint effect draw modes | ||
* | ||
* \note Added in version 2.9 | ||
*/ | ||
|
||
class QgsEffectDrawModeComboBox : QComboBox | ||
{ | ||
%TypeHeaderCode | ||
#include <qgseffectdrawmodecombobox.h> | ||
%Docstring | ||
A combo box allowing selection of paint effect draw modes | ||
|
||
.. versionadded:: 2.9 | ||
%End | ||
|
||
%TypeHeaderCode | ||
#include "qgseffectdrawmodecombobox.h" | ||
%End | ||
public: | ||
|
||
QgsEffectDrawModeComboBox( QWidget *parent /TransferThis/ = NULL ); | ||
QgsEffectDrawModeComboBox( QWidget *parent /TransferThis/ = 0 ); | ||
|
||
/** Returns the currently selected draw mode for the combo box | ||
* @returns current draw mode | ||
*/ | ||
QgsPaintEffect::DrawMode drawMode() const; | ||
%Docstring | ||
Returns the currently selected draw mode for the combo box | ||
:return: current draw mode | ||
:rtype: QgsPaintEffect.DrawMode | ||
%End | ||
|
||
/** Sets the currently selected draw mode for the combo box | ||
* @param drawMode selected draw mode | ||
*/ | ||
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 * | ||
************************************************************************/ |
Oops, something went wrong.