QGIS API Documentation
3.20.0-Odense (decaadbb31)
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
#include "qgis_gui.h"
22
31
class
GUI_EXPORT
QgsEffectDrawModeComboBox
:
public
QComboBox
32
{
33
Q_OBJECT
34
35
public
:
36
37
QgsEffectDrawModeComboBox
( QWidget *parent
SIP_TRANSFERTHIS
=
nullptr
);
38
43
QgsPaintEffect::DrawMode
drawMode()
const
;
44
49
void
setDrawMode(
QgsPaintEffect::DrawMode
drawMode );
50
51
};
52
53
#endif
//QGSEFFECTDRAWMODECOMBOBOX_H
QgsEffectDrawModeComboBox
A combo box allowing selection of paint effect draw modes.
Definition:
qgseffectdrawmodecombobox.h:32
QgsPaintEffect::DrawMode
DrawMode
Drawing modes for effects.
Definition:
qgspainteffect.h:104
SIP_TRANSFERTHIS
#define SIP_TRANSFERTHIS
Definition:
qgis_sip.h:53
qgspainteffect.h
Generated on Sun Jun 20 2021 10:45:59 for QGIS API Documentation by
1.9.1