26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_STYLEDOCKWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_STYLEDOCKWIDGET_H 
   30 #include "../../../se.h" 
   31 #include "../Config.h" 
   34 #include <QDockWidget> 
   39   namespace map {
class AbstractLayer; }
 
   41   namespace se { 
class Symbolizer; }
 
   49       class PolygonSymbolizerProperty;
 
   50       class LineSymbolizerProperty;
 
   51       class PointSymbolizerProperty;
 
   52       class RasterSymbolizerWidget;
 
   53       class StyleControllerWidget;
 
   91           void setTabStatus(
bool status);
 
  105           void onPolygonSymbolizerChanged();
 
  106           void onLineSymbolizerChanged();
 
  107           void onPointSymbolizerChanged();
 
  108           void onRasterSymbolizerChanged();
 
  117           void repaintMapDisplay();
 
  137 #endif  // __TERRALIB_QT_WIDGETS_SE_INTERNAL_STYLEDOCKWIDGET_H 
The Style defines the styling that is to be applied to a geographic dataset (vector geometries or cov...
 
This is the base class for layers. 
 
A Symbolizer describes how a feature is to appear on a map. 
 
A Rule is used to attach property/scale conditions to and group the individual symbols used for rende...