26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_CHARTSTYLEWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_CHARTSTYLEWIDGET_H 
   30 #include "../Config.h" 
   33 #include <QtGui/QDialog> 
   38 namespace Ui { 
class chartStyleWidgetForm; }
 
   47     class ColorPickerToolButton;
 
   74           ChartStyleWidget(QWidget* parent = 0, Qt::WindowFlags f = 0, QString title = 
"", QString PropertyX = 
"", QString PropertyY = 
"");
 
   99           void onTitleLineEditFinish();
 
  100           void onlabelXEditFinish();
 
  101           void onlabelYEditFinish();
 
  102           void onTitleStylePushButtonClicked();
 
  103           void onLabelStylePushButtonClicked();
 
  104           void onGridCheckBoxToggled(
int state);
 
  105           void onColorChanged(
const QColor& color);
 
  109           std::auto_ptr<Ui::chartStyleWidgetForm>  
m_ui;            
 
  117 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_CHARTSTYLEWIDGET_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
ColorPickerToolButton * m_colorPicker
The color picker used to customise the color of several chart parameters. 
 
ChartStyle * m_chartStyle
The display's style that will be configured by this dialog. 
 
std::auto_ptr< Ui::chartStyleWidgetForm > m_ui
The widget form. 
 
Custom tool button used to pick a color.