QGIS API Documentation  2.8.2-Wien
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Slots | Public Member Functions | List of all members
QgsBlendModeComboBox Class Reference

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.

Detailed Description

A combobox which lets the user select blend modes from a predefined list.

Definition at line 28 of file qgsblendmodecombobox.h.

Constructor & Destructor Documentation

QgsBlendModeComboBox::QgsBlendModeComboBox ( QWidget *  parent = 0)

Definition at line 27 of file qgsblendmodecombobox.cpp.

QgsBlendModeComboBox::~QgsBlendModeComboBox ( )
virtual

Definition at line 32 of file qgsblendmodecombobox.cpp.

Member Function Documentation

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.

void QgsBlendModeComboBox::updateModes ( )
slot

Definition at line 65 of file qgsblendmodecombobox.cpp.


The documentation for this class was generated from the following files: