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; }
 
   48       class PolygonSymbolizerProperty;
 
   49       class LineSymbolizerProperty;
 
   50       class PointSymbolizerProperty;
 
   51       class RasterSymbolizerWidget;
 
   52       class StyleControllerWidget;
 
   71           StyleDockWidget(
const QString& title, QWidget* parent = 0, Qt::WindowFlags flags = 0);
 
   90           void setTabStatus(
bool status);
 
  102           void onPolygonSymbolizerChanged();
 
  103           void onLineSymbolizerChanged();
 
  104           void onPointSymbolizerChanged();
 
  105           void onRasterSymbolizerChanged();
 
  112           void repaintMapDisplay();
 
  131 #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.