|
QGIS API Documentation
2.8.2-Wien
|
A combobox which lets the user select blend modes from a predefined list. More...
#include <qgsblendmodecombobox.h>
Public Slots | |
| void | updateModes () |
Public Member Functions | |
| QgsBlendModeComboBox (QWidget *parent=0) | |
| virtual | ~QgsBlendModeComboBox () |
| QPainter::CompositionMode | blendMode () |
| Function to read the selected blend mode as QPainter::CompositionMode. | |
| void | setBlendMode (QPainter::CompositionMode blendMode) |
| Function to set the selected blend mode from QPainter::CompositionMode. | |
A combobox which lets the user select blend modes from a predefined list.
Definition at line 28 of file qgsblendmodecombobox.h.
| QgsBlendModeComboBox::QgsBlendModeComboBox | ( | QWidget * | parent = 0 | ) |
Definition at line 27 of file qgsblendmodecombobox.cpp.
|
virtual |
Definition at line 32 of file qgsblendmodecombobox.cpp.
| QPainter::CompositionMode QgsBlendModeComboBox::blendMode | ( | ) |
Function to read the selected blend mode as QPainter::CompositionMode.
Function to read the selected blend mode.
Definition at line 102 of file qgsblendmodecombobox.cpp.
| void QgsBlendModeComboBox::setBlendMode | ( | QPainter::CompositionMode | blendMode | ) |
Function to set the selected blend mode from QPainter::CompositionMode.
Function to set the selected blend mode.
Definition at line 108 of file qgsblendmodecombobox.cpp.
|
slot |
Definition at line 65 of file qgsblendmodecombobox.cpp.
1.8.1.2