26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_HISTOGRAMDATAWIDGET_H    27 #define __TERRALIB_QT_WIDGETS_INTERNAL_HISTOGRAMDATAWIDGET_H    30 #include "../Config.h"    31 #include "../../../maptools/AbstractLayer.h"    39 namespace Ui { 
class HistogramDataWidgetForm; }
    85           Ui::HistogramDataWidgetForm* getForm();
   101           void setHistogramProperty(
int propId);
   108           std::string getSummaryFunction();
   112           void onPropertyComboBoxIndexChanged(QString text);
   114           void onReadAllCheckBoxStateChanged(
int state);
   118           std::unique_ptr<Ui::HistogramDataWidgetForm>  
m_ui;        
   125 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_HISTOGRAMDATAWIDGET_H 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr