29 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_POLYGONSYMBOLIZERPROPERTY_H 
   30 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_POLYGONSYMBOLIZERPROPERTY_H 
   33 #include "../Config.h" 
   44     class PolygonSymbolizer;
 
   52       class BasicFillPropertyItem;
 
   53       class BasicStrokePropertyItem;
 
   54       class GraphicProperty;
 
  106           void onStrokeChanged();
 
  108           void onFillChanged();
 
  110           void onPolyGraphicChanged();
 
  115           void symbolizerChanged();
 
  131 #endif //__TERRALIB_QT_WIDGETS_SE_INTERNAL_POLYGONSYMBOLIZERPROPERTY_H 
A PolygonSymbolizer is used to draw a polygon (or other area-type geometries), including filling its ...
 
A Symbolizer describes how a feature is to appear on a map.