28 #include "../../../maptools/AbstractLayer.h" 
   29 #include "../../../se/Fill.h" 
   30 #include "../../../se/Graphic.h" 
   31 #include "../../../se/LineSymbolizer.h" 
   32 #include "../../../se/Mark.h" 
   33 #include "../../../se/PointSymbolizer.h" 
   34 #include "../../../se/PolygonSymbolizer.h" 
   35 #include "../../../se/Stroke.h" 
   36 #include "../../../se/Symbolizer.h" 
   37 #include "../../../se/Style.h" 
   38 #include "../../../se/Rule.h" 
   46 #include <qwt_plot_seriesitem.h> 
  121   int chartType = m_chart->getChart()->rtti();
 
  144   int chartType = m_chart->getChart()->rtti();
 
  167   int chartType = m_chart->getChart()->rtti();
 
A TextSymbolizer is used to render text labels according to various graphical parameters. 
 
Stroke * clone() const 
It creates a new copy of this object. 
 
const Fill * getFill() const 
Gets the Fill associates with the PolygonSymbolizer. 
 
const Graphic * getGraphic() const 
 
The Style defines the styling that is to be applied to a geographic dataset (vector geometries or cov...
 
This is the base class for layers. 
 
A PolygonSymbolizer is used to draw a polygon (or other area-type geometries), including filling its ...
 
A class used to define the style of a scatter's chart. 
 
A Symbolizer describes how a feature is to appear on a map. 
 
The CoverageStyle defines the styling that is to be applied to a subset of Coverage data...
 
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. 
 
A class used to define the style of a histogram's chart. 
 
Rule * getRule(std::size_t i) const 
 
const std::vector< Rule * > & getRules() const 
 
Graphic * clone() const 
It creates a new copy of this object. 
 
The FeatureTypeStyle defines the styling that is to be applied to a dataset that can be viewed as a f...
 
virtual te::se::Style * getStyle() const 
It returns the Style associated to the layer. 
 
const Stroke * getStroke() const 
Gets the Stroke associates with the PolygonSymbolizer. 
 
A class to represent a histogram chart. 
 
The RasterSymbolizer describes how to render raster/matrix-coverage data (e.g., satellite photos...
 
A Fill specifies the pattern for filling an area geometry. 
 
A class to represent a scatter's chart. 
 
const std::vector< Symbolizer * > & getSymbolizers() const 
 
const Stroke * getStroke() const 
 
Fill * clone() const 
It creates a new copy of this object. 
 
virtual ReturnType accept(VisitorType &guest) const =0
It call the visit method from the guest object. 
 
A Stroke specifies the appearance of a linear geometry. 
 
A LineSymbolizer is used to style a stroke along a linear geometry type, such as a string of line seg...
 
const Symbolizer * getSymbolizer(std::size_t i) const