26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_POINTSYMBOLIZERWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_POINTSYMBOLIZERWIDGET_H 
   30 #include "../Config.h" 
   33 #include <QtGui/QWidget> 
   40     class PointSymbolizer;
 
   49       class GraphicSelectorWidget;
 
  103           void onGraphicChanged();
 
  108           void symbolizerChanged();
 
  120 #endif  // __TERRALIB_QT_WIDGETS_SE_INTERNAL_POINTSYMBOLIZERWIDGET_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A Symbolizer describes how a feature is to appear on a map. 
 
te::se::PointSymbolizer * m_symb
Point symbolizer element that will be configured by this widget. 
 
GraphicSelectorWidget * m_graphicSelector
Graphic selector use to select the point symbolizer graphic element. 
 
A PointSymbolizer specifies the rendering of a graphic Symbolizer at a point. 
 
A widget used to select a graphic element. 
 
A widget used to build a point symbolizer element.