26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_RASTERSYMBOLIZERDIALOG_H    27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_RASTERSYMBOLIZERDIALOG_H    30 #include "../Config.h"    41 namespace Ui { 
class RasterSymbolizerDialogForm; }
    48     class RasterSymbolizer;
    64       class ChannelSelectionWidget;
    66       class OverlapBehaviorWidget;
    67       class ContrastEnhancementWidget;
    68       class ShadedReliefWidget;
    69       class ImageOutlineWidget;
    70       class HorizontalSliderWidget;
    71       class RasterSymbolizerWidget;
   120           void onOpacityClicked();
   121           void onChannelSelectionClicked();
   122           void onColorMapClicked();
   123           void onContrastEnhancementClicked();
   124           void onImageOutlineClicked();
   125           void onOverlapBehaviorClicked();
   126           void onShadedReliefClicked();
   127           void onVisualClicked();
   135           std::unique_ptr<Ui::RasterSymbolizerDialogForm> 
m_ui;                   
   156 #endif  // __TERRALIB_QT_WIDGETS_SE_INTERNAL_RASTERSYMBOLIZERDIALOG_H 
A Symbolizer describes how a feature is to appear on a map. 
 
An abstract class for raster data strucutures. 
 
The RasterSymbolizer describes how to render raster/matrix-coverage data (e.g., satellite photos...
 
A ColorMap defines either the colors of a pallette-type raster source or the mapping of numeric pixel...