26 #ifndef __TERRALIB_QT_WIDGETS_CHARTS_INTERNAL_CHARTLAYERDIALOG_H 
   27 #define __TERRALIB_QT_WIDGETS_CHARTS_INTERNAL_CHARTLAYERDIALOG_H 
   30 #include "../../../maptools/AbstractLayer.h" 
   31 #include "../Config.h" 
   34 #include <QtGui/QDialog> 
   40 namespace Ui { 
class ChartLayerDialogForm; }
 
   45   namespace map { 
class Chart; }
 
   52       class ChartLayerWidget;
 
   92           void onPushButtonClicked();
 
   96           std::auto_ptr<Ui::ChartLayerDialogForm> 
m_ui;        
 
  104 #endif  // __TERRALIB_QT_WIDGETS_CHARTS_INTERNAL_CHARTLAYERDIALOG_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A widget used to build a grouping. 
 
te::qt::widgets::ChartLayerWidget * m_chartWidget
ChartLayer Widget used to configure the grouping operation. 
 
std::auto_ptr< Ui::ChartLayerDialogForm > m_ui
Dialog form. 
 
This class represents the informations needed to build map charts. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
A dialog used to build a chart. 
 
A wdiget used to customize a chart's style parameters.