26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_CHARTCONFIGURER_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_CHARTCONFIGURER_H 
   30 #include "../../../se/Visitor.h" 
   31 #include "../Config.h" 
   36 #include <boost/noncopyable.hpp> 
   41   namespace map { 
class AbstractLayer; }
 
  163 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_CHARTCONFIGURER_H 
A LineSymbolizer is used to style a stroke along a linear geometry type, such as a string of line seg...
 
The RasterSymbolizer describes how to render raster/matrix-coverage data (e.g., satellite photos...
 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A Fill specifies the pattern for filling an area geometry. 
 
The FeatureTypeStyle defines the styling that is to be applied to a dataset that can be viewed as a f...
 
This is the base class for layers. 
 
A wdiget used to display a chart. 
 
A widget used to display a set of charts. 
 
A Symbolizer describes how a feature is to appear on a map. 
 
A PolygonSymbolizer is used to draw a polygon (or other area-type geometries), including filling its ...
 
A Stroke specifies the appearance of a linear geometry. 
 
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 TextSymbolizer is used to render text labels according to various graphical parameters. 
 
A visitor interface for the SymbologyEncoding hierarchy. 
 
ChartDisplayWidget * m_chart
A pointer to the chart that will be configured. 
 
The Style defines the styling that is to be applied to a geographic dataset (vector geometries or cov...
 
A Graphic is a graphic symbol with an inherent shape, color(s), and possibly size. 
 
A Symbology Enconding visitor that configures a given chart based on symbolizers elements. If you want to use this visitor, use a command like:  te::qt::widgets::ChartConfigurer cc(chart); cc.config(symbolizer);