This class is used to define a component for viewing overlaid layers.  
 More...
#include <RasterHistogramWidget.h>
This class is used to define a component for viewing overlaid layers. 
Definition at line 63 of file RasterHistogramWidget.h.
 
      
        
          | te::qt::widgets::RasterHistogramWidget::RasterHistogramWidget  | 
          ( | 
          QWidget *  | 
          parent = 0,  | 
        
        
           | 
           | 
          Qt::WindowFlags  | 
          f = 0  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | te::qt::widgets::RasterHistogramWidget::~RasterHistogramWidget  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | void te::qt::widgets::RasterHistogramWidget::clear  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | void te::qt::widgets::RasterHistogramWidget::drawHistogram  | 
          ( | 
          int  | 
          band | ) | 
           | 
        
      
 
 
      
        
          | Ui::RasterHistogramWidgetForm* te::qt::widgets::RasterHistogramWidget::getForm  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
  
  
      
        
          | void te::qt::widgets::RasterHistogramWidget::maxValueSelected  | 
          ( | 
          int  | 
          value,  | 
         
        
           | 
           | 
          int  | 
          band  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
signal   | 
  
 
 
  
  
      
        
          | void te::qt::widgets::RasterHistogramWidget::minValueSelected  | 
          ( | 
          int  | 
          value,  | 
         
        
           | 
           | 
          int  | 
          band  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
signal   | 
  
 
 
  
  
      
        
          | void te::qt::widgets::RasterHistogramWidget::onApplyToolButtonClicked  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
  
  
      
        
          | void te::qt::widgets::RasterHistogramWidget::onLeftPointSelected  | 
          ( | 
          const QPointF &  | 
          point | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
  
  
      
        
          | void te::qt::widgets::RasterHistogramWidget::onRigthPointSelected  | 
          ( | 
          const QPointF &  | 
          point | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
      
        
          | void te::qt::widgets::RasterHistogramWidget::setChartInputColor  | 
          ( | 
          int  | 
          red,  | 
        
        
           | 
           | 
          int  | 
          green,  | 
        
        
           | 
           | 
          int  | 
          blue  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | void te::qt::widgets::RasterHistogramWidget::setInputRaster  | 
          ( | 
          te::rst::Raster *  | 
          raster | ) | 
           | 
        
      
 
 
      
        
          | void te::qt::widgets::RasterHistogramWidget::setMaximumValueEnabled  | 
          ( | 
          bool  | 
          enable | ) | 
           | 
        
      
 
 
      
        
          | void te::qt::widgets::RasterHistogramWidget::setMinimumValueEnabled  | 
          ( | 
          bool  | 
          enable | ) | 
           | 
        
      
 
 
      
        
          | void te::qt::widgets::RasterHistogramWidget::setOutputRaster  | 
          ( | 
          te::rst::Raster *  | 
          raster | ) | 
           | 
        
      
 
 
      
        
          | void te::qt::widgets::RasterHistogramWidget::updateMaximumValueLabel  | 
          ( | 
          QString  | 
          value | ) | 
           | 
        
      
 
 
      
        
          | void te::qt::widgets::RasterHistogramWidget::updateMaximumValueLine  | 
          ( | 
          int  | 
          value,  | 
        
        
           | 
           | 
          bool  | 
          replot = false  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | void te::qt::widgets::RasterHistogramWidget::updateMinimumValueLabel  | 
          ( | 
          QString  | 
          value | ) | 
           | 
        
      
 
 
      
        
          | void te::qt::widgets::RasterHistogramWidget::updateMinimumValueLine  | 
          ( | 
          int  | 
          value,  | 
        
        
           | 
           | 
          bool  | 
          replot = false  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
  
  
      
        
          | QwtPlotMarker* te::qt::widgets::RasterHistogramWidget::m_maxValueLine | 
         
       
   | 
  
private   | 
  
 
 
  
  
      
        
          | QwtPlotMarker* te::qt::widgets::RasterHistogramWidget::m_minValueLine | 
         
       
   | 
  
private   | 
  
 
 
  
  
      
        
          | std::auto_ptr<te::rst::Raster> te::qt::widgets::RasterHistogramWidget::m_outputRaster | 
         
       
   | 
  
private   | 
  
 
 
  
  
      
        
          | std::auto_ptr<Ui::RasterHistogramWidgetForm> te::qt::widgets::RasterHistogramWidget::m_ui | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: