QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
src
gui
effects
qgseffectdrawmodecombobox.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgseffectdrawmodecombobox.h
3
---------------------------
4
begin : March 2015
5
copyright : (C) 2015 by Nyall Dawson
6
email : nyall dot dawson at gmail dot com
7
***************************************************************************
8
* *
9
* This program is free software; you can redistribute it and/or modify *
10
* it under the terms of the GNU General Public License as published by *
11
* the Free Software Foundation; either version 2 of the License, or *
12
* (at your option) any later version. *
13
* *
14
***************************************************************************/
15
16
#ifndef QGSEFFECTDRAWMODECOMBOBOX_H
17
#define QGSEFFECTDRAWMODECOMBOBOX_H
18
19
#include <QComboBox>
20
#include "
qgspainteffect.h
"
21
29
class
GUI_EXPORT
QgsEffectDrawModeComboBox
:
public
QComboBox
30
{
31
Q_OBJECT
32
33
public
:
34
35
QgsEffectDrawModeComboBox
(
QWidget
* parent =
nullptr
);
36
40
QgsPaintEffect::DrawMode
drawMode()
const
;
41
45
void
setDrawMode(
QgsPaintEffect::DrawMode
drawMode );
46
47
};
48
49
#endif //QGSEFFECTDRAWMODECOMBOBOX_H
QWidget
QgsEffectDrawModeComboBox
A combo box allowing selection of paint effect draw modes.
Definition:
qgseffectdrawmodecombobox.h:29
qgspainteffect.h
QgsPaintEffect::DrawMode
DrawMode
Drawing modes for effects.
Definition:
qgspainteffect.h:58
QComboBox
Generated on Sun Jun 24 2018 11:42:48 for QGIS API Documentation by
1.8.13