mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
53 lines
1.7 KiB
Plaintext
53 lines
1.7 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/qgsblendmodecombobox.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
class QgsBlendModeComboBox : QComboBox
|
|
{
|
|
%Docstring
|
|
A combobox which lets the user select blend modes from a predefined list
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsblendmodecombobox.h"
|
|
%End
|
|
public:
|
|
|
|
QgsBlendModeComboBox( QWidget *parent /TransferThis/ = 0 );
|
|
%Docstring
|
|
Constructor for QgsBlendModeComboBox
|
|
%End
|
|
|
|
QPainter::CompositionMode blendMode();
|
|
%Docstring
|
|
Function to read the selected blend mode as QPainter.CompositionMode
|
|
%End
|
|
void setBlendMode( QPainter::CompositionMode blendMode );
|
|
%Docstring
|
|
Function to set the selected blend mode from QPainter.CompositionMode
|
|
%End
|
|
public slots:
|
|
|
|
void updateModes();
|
|
%Docstring
|
|
Populates the blend mode combo box, and sets up mapping for
|
|
blend modes to combo box indexes
|
|
%End
|
|
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/qgsblendmodecombobox.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|