26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_COLORMAPWIDGET_H
27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_COLORMAPWIDGET_H
30 #include "../../../maptools/AbstractLayer.h"
31 #include "../../../se/Enums.h"
32 #include "../Config.h"
35 #include <QTableWidgetItem>
44 namespace Ui {
class ColorMapWidgetForm; }
69 class ColorCatalogWidget;
105 std::string getCurrentBand();
113 void updateUi(
bool loadColorBar =
false);
115 void buildCategorizationMap();
117 void buildInterpolationMap();
119 void buildRecodingMap();
121 std::vector<std::string> getValues();
127 void onApplyPushButtonClicked();
129 void onBandSelected(QString value);
131 void onTransformComboBoxCurrentIndexChanged(
int index);
133 void onTableWidgetItemDoubleClicked(QTableWidgetItem* item);
135 void onImportPushButtonClicked();
139 void applyPushButtonClicked();
143 std::auto_ptr<Ui::ColorMapWidgetForm>
m_ui;
156 #endif // __TERRALIB_QT_WIDGETS_SE_INTERNAL_COLORMAPWIDGET_H
An abstract class for raster data strucutures.
ColorMapTransformationType
Allowed color transformations type.
It models the concept of color bar.
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
A ColorMap defines either the colors of a pallette-type raster source or the mapping of numeric pixel...