16 #ifndef QGSVECTORGRADIENTCOLORRAMPV2DIALOG_H
17 #define QGSVECTORGRADIENTCOLORRAMPV2DIALOG_H
21 #include "ui_qgsvectorgradientcolorrampv2dialogbase.h"
33 void setColor1(
const QColor& color );
34 void setColor2(
const QColor& color );
36 void toggledStops(
bool on );
40 void stopDoubleClicked( QTreeWidgetItem* item,
int column );
41 void setItemStopColor(
const QColor& newColor );
44 void on_cboType_currentIndexChanged(
int index );
45 void on_btnInformation_pressed();
51 void setStopColor( QTreeWidgetItem* item, QColor color );
55 static const int StopColorRole = Qt::UserRole + 1;
56 static const int StopOffsetRole = Qt::UserRole + 2;