26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_HISTOGRAMSTYLEWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_HISTOGRAMSTYLEWIDGET_H 
   30 #include "../Config.h" 
   33 #include <QtGui/QWidget> 
   38 namespace Ui { 
class HistogramStyleWidgetForm; }
 
   87           void onFillPushButtonClicked();
 
   88           void onStrokePushButtonClicked();
 
   92           std::auto_ptr<Ui::HistogramStyleWidgetForm>  
m_ui;              
 
   99 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_HISTOGRAMSTYLEWIDGET_H 
std::auto_ptr< Ui::HistogramStyleWidgetForm > m_ui
The widget form. 
 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
HistogramStyle * m_histogramStyle
The histogram's chart style that will be configured by this widget. 
 
A widget used to adjust a histogram's style.