26 #ifndef __TERRALIB_QT_WIDGETS_CHARTS_INTERNAL_CHARTLAYERWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_CHARTS_INTERNAL_CHARTLAYERWIDGET_H 
   30 #include "../../../maptools/AbstractLayer.h" 
   31 #include "../Config.h" 
   38 #include <QtGui/QWidget> 
   41 namespace Ui { 
class ChartLayerWidgetForm; }
 
   46   namespace map { 
class Chart; }
 
   53       class ColorPickerToolButton;
 
  107           void listAttributes();
 
  120           void onAddToolButtonClicked();
 
  127           void onRemoveToolButtonClicked();
 
  134           void onItemClicked(
int row, 
int column);
 
  138           std::auto_ptr<Ui::ChartLayerWidgetForm> 
m_ui;             
 
  148 #endif  // __TERRALIB_QT_WIDGETS_SE_INTERNAL_CHARTLAYERWIDGET_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::map< std::string, QColor > m_chartMap
Chart Map. 
 
ColorPickerToolButton * m_colorPicker
The color picker used to customise the color of several chart parameters. 
 
A widget used to build a grouping. 
 
te::map::AbstractLayerPtr m_layer
TerraLib layer auto ptr. 
 
This class represents the informations needed to build map charts. 
 
Custom tool button used to pick a color. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
std::auto_ptr< Ui::ChartLayerWidgetForm > m_ui
Widget form. 
 
A wdiget used to customize a chart's style parameters.