26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_COLORMAPWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_COLORMAPWIDGET_H 
   30 #include "../Config.h" 
   33 #include <QtGui/QWidget> 
   41 namespace Ui { 
class ColorMapWidgetForm; }
 
  101           std::string getCurrentBand();
 
  111           void buildCategorizationMap();
 
  113           void buildInterpolationMap();
 
  115           void buildRecodingMap();
 
  119           void onApplyPushButtonClicked();
 
  121           void onBandSelected(QString value);
 
  126           void applyPushButtonClicked();
 
  130           std::auto_ptr<Ui::ColorMapWidgetForm> 
m_ui;                 
 
  143 #endif  // __TERRALIB_QT_WIDGETS_SE_INTERNAL_COLORMAPWIDGET_H 
It models the concept of color bar. 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
It QWidget implementation of color bar. 
te::qt::widgets::colorbar::ColorBar * m_cbWidget
QWT widget for color bar. 
A ColorMap defines either the colors of a pallette-type raster source or the mapping of numeric pixel...
std::auto_ptr< Ui::ColorMapWidgetForm > m_ui
Dialog form. 
A dialog used to build a ColorMap element. 
te::color::ColorBar * m_cb
Terralib color bar objetc. 
te::rst::Raster * m_raster
TerraLib raster object. 
An abstract class for raster data strucutures. 
te::se::ColorMap * m_cm
SE Color Map element.