26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_STYLEDOCKWIDGET_H 27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_STYLEDOCKWIDGET_H 31 #include "../../../se.h" 32 #include "../InterfaceController.h" 34 #include "../Config.h" 37 #include <QDockWidget> 42 namespace map {
class AbstractLayer; }
44 namespace se {
class Symbolizer; }
53 class PolygonSymbolizerProperty;
54 class LineSymbolizerProperty;
55 class PointSymbolizerProperty;
56 class TextSymbolizerProperty;
57 class RasterSymbolizerWidget;
58 class StyleControllerWidget;
100 void setTabStatus(
bool status);
141 void onPolygonSymbolizerChanged();
142 void onLineSymbolizerChanged();
143 void onPointSymbolizerChanged();
144 void onRasterSymbolizerChanged();
145 void onRasterContrastChanged(
bool remove);
146 void onTextSymbolizerChanged();
148 void onUpdateLayer();
150 void onChangeVisibleState(
bool visible);
158 void repaintMapDisplay();
179 #endif // __TERRALIB_QT_WIDGETS_SE_INTERNAL_STYLEDOCKWIDGET_H
A widget used to define the text symbolizer properties, such as:
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...
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr