QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
src
gui
symbology-ng
qgsvectorcolorbrewercolorrampv2dialog.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgsvectorcolorbrewercolorrampv2dialog.h
3
---------------------
4
begin : November 2009
5
copyright : (C) 2009 by Martin Dobias
6
email : wonder dot sk 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 QGSVECTORCOLORBREWERCOLORRAMPV2DIALOG_H
17
#define QGSVECTORCOLORBREWERCOLORRAMPV2DIALOG_H
18
19
#include <QDialog>
20
21
#include "ui_qgsvectorcolorbrewercolorrampv2dialogbase.h"
22
23
class
QgsVectorColorBrewerColorRampV2
;
24
28
class
GUI_EXPORT
QgsVectorColorBrewerColorRampV2Dialog
:
public
QDialog
,
private
Ui::QgsVectorColorBrewerColorRampV2DialogBase
29
{
30
Q_OBJECT
31
32
public
:
33
QgsVectorColorBrewerColorRampV2Dialog
(
QgsVectorColorBrewerColorRampV2
* ramp,
QWidget
* parent =
nullptr
);
34
35
public
slots:
36
void
setSchemeName();
37
void
setColors();
38
39
void
populateVariants();
40
41
protected
:
42
43
void
updatePreview();
44
45
QgsVectorColorBrewerColorRampV2
*
mRamp
;
46
};
47
48
#endif
QWidget
QgsVectorColorBrewerColorRampV2Dialog
Definition:
qgsvectorcolorbrewercolorrampv2dialog.h:28
QgsVectorColorBrewerColorRampV2Dialog::mRamp
QgsVectorColorBrewerColorRampV2 * mRamp
Definition:
qgsvectorcolorbrewercolorrampv2dialog.h:45
QgsVectorColorBrewerColorRampV2
Definition:
qgsvectorcolorrampv2.h:325
QDialog
Generated on Sun Jun 24 2018 11:42:48 for QGIS API Documentation by
1.8.13