QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
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 "qgis_gui.h"
20#include "qgspainteffect.h"
21
22#include <QComboBox>
23
29
30class GUI_EXPORT QgsEffectDrawModeComboBox : public QComboBox
31{
32 Q_OBJECT
33
34 public:
35 QgsEffectDrawModeComboBox( QWidget *parent SIP_TRANSFERTHIS = nullptr );
36
42
48};
49
50#endif //QGSEFFECTDRAWMODECOMBOBOX_H
void setDrawMode(QgsPaintEffect::DrawMode drawMode)
Sets the currently selected draw mode for the combo box.
QgsPaintEffect::DrawMode drawMode() const
Returns the currently selected draw mode for the combo box.
QgsEffectDrawModeComboBox(QWidget *parent SIP_TRANSFERTHIS=nullptr)
DrawMode
Drawing modes for effects.
#define SIP_TRANSFERTHIS
Definition qgis_sip.h:53