26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_GRAPHICPROPERTY_H 
   27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_GRAPHICPROPERTY_H 
   30 #include "../Config.h" 
   34 #include <QtGui/QWidget> 
   48       class GraphicPropertyItem;
 
   49       class WellKnownMarkPropertyItem;
 
   50       class GlyphMarkPropertyItem;
 
   51       class LocalImagePropertyItem;
 
   93           void onGraphicPropertyChanged();
 
   95           void onWellKnownMarkChanged();
 
   97           void onGlyphMarkChanged();
 
   99           void onLocalImageChanged();
 
  104           void graphicChanged();
 
  121 #endif //__TERRALIB_QT_WIDGETS_SE_INTERNAL_GRAPHICPROPERTY_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A widget used to define the general properties of a se object. 
 
A widget used to define a glyph object. 
 
A widget used to define the mark se properties. 
 
te::qt::widgets::LocalImagePropertyItem * m_li
 
A widget used to define the general properties of a se object. 
 
A widget used to define a local image graphic for a se symbolizer. 
 
te::qt::widgets::GlyphMarkPropertyItem * m_gp
 
te::se::Graphic * m_graphic
 
te::qt::widgets::WellKnownMarkPropertyItem * m_mp
 
A Graphic is a graphic symbol with an inherent shape, color(s), and possibly size. 
 
te::qt::widgets::GraphicPropertyItem * m_graphp