26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_SYMBOLPREVIEWWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_SYMBOLPREVIEWWIDGET_H 
   30 #include "../Config.h" 
   33 #include <QtGui/QWidget> 
   92           void updatePreview(
Symbol* symbol);
 
  101           void updatePreview(
const std::vector<te::se::Symbolizer*>& symbolizers);
 
  123 #endif  // __TERRALIB_QT_WIDGETS_SE_INTERNAL_SYMBOLPREVIEWWIDGET_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. 
 
This class represents a symbol. TODO: More description! 
 
QSize m_size
Preview size. 
 
te::gm::Geometry * m_geom
Geometry used to draw the preview. 
 
QLabel * m_previewLabel
Qt element that will be used to visualize preview result. 
 
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards. 
 
A widget used to preview symbol elements.