A Symbology Enconding visitor that configures a given chart based on symbolizer elements. More...
#include "../../../se/Visitor.h"#include "../Config.h"#include "ChartDisplayWidget.h"#include "Enums.h"#include <boost/noncopyable.hpp>Go to the source code of this file.
Classes | |
| class | te::qt::widgets::ChartConfigurer | 
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);   More... | |
Namespaces | |
| te | |
| URI C++ Library.  | |
| te::map | |
| Namespace for the Map Tools module of TerraLib.  | |
| te::qt | |
| Namespace for the Qt module of TerraLib.  | |
| te::qt::widgets | |
| Namespace for the Qt Widgets module of TerraLib.  | |
| te::se | |
| Namespace for the Symbology Encoding module of TerraLib.  | |
A Symbology Enconding visitor that configures a given chart based on symbolizer elements.
Definition in file ChartConfigurer.h.