QGIS API Documentation  2.6.0-Brighton
 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.

Constructor & Destructor Documentation

QgsBlendModeComboBox::QgsBlendModeComboBox ( QWidget *  parent = 0)
QgsBlendModeComboBox::~QgsBlendModeComboBox ( )
virtual

Member Function Documentation

QPainter::CompositionMode QgsBlendModeComboBox::blendMode ( )

Function to read the selected blend mode as QPainter::CompositionMode.

Function to read the selected blend mode.

void QgsBlendModeComboBox::setBlendMode ( QPainter::CompositionMode  blendMode)

Function to set the selected blend mode from QPainter::CompositionMode.

Function to set the selected blend mode.

void QgsBlendModeComboBox::updateModes ( )
slot

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