27 #include "../../../se/PointSymbolizer.h" 
   32 #include <QGridLayout> 
   39     m_symb(new te::se::PointSymbolizer)
 
   45   QGridLayout* layout = 
new QGridLayout(
this);
 
   46   layout->setContentsMargins(0, 0, 0, 0);
 
   74   return m_symb->
clone();
 
   82   m_graphicSelector->setGraphic(g);
 
   87   m_symb->setGraphic(m_graphicSelector->getGraphic());
 
   88   emit symbolizerChanged();
 
A Symbolizer describes how a feature is to appear on a map. 
 
A PointSymbolizer specifies the rendering of a graphic Symbolizer at a point. 
 
A Graphic is a graphic symbol with an inherent shape, color(s), and possibly size. 
 
Symbolizer * clone() const 
It creates a new copy of this object. 
 
virtual Symbolizer * clone() const =0
It creates a new copy of this object. 
 
void setGraphic(Graphic *graphic)