26 #ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_CONTRASTWIZARDPAGE_H 
   27 #define __TERRALIB_QT_WIDGETS_RP_INTERNAL_CONTRASTWIZARDPAGE_H 
   30 #include "../../../maptools/AbstractLayer.h" 
   31 #include "../../../rp/Contrast.h" 
   32 #include "../Config.h" 
   38 #include <QtGui/QWizardPage> 
   41 namespace Ui { 
class ContrastWizardPageForm; }
 
   49       class RasterHistogramDialog;
 
   50       class RasterNavigatorWidget;
 
   67           bool isComplete() 
const;
 
   88           void fillContrastTypes();
 
   99           void onContrastTypeComboBoxActivated(
int index);
 
  103           std::auto_ptr<Ui::ContrastWizardPageForm> 
m_ui;
 
  104           std::auto_ptr<te::qt::widgets::RasterNavigatorWidget> 
m_navigator;
 
  114 #endif  // __TERRALIB_QT_WIDGETS_RP_INTERNAL_CONTRASTWIZARDPAGE_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This class is GUI used to define the contrast parameters for the RP constast operation. 
 
Contrast output parameters. 
 
std::auto_ptr< te::qt::widgets::RasterNavigatorWidget > m_navigator
 
std::auto_ptr< Ui::ContrastWizardPageForm > m_ui
 
te::map::AbstractLayerPtr m_layer
 
Contrast input parameters. 
 
std::auto_ptr< te::qt::widgets::RasterHistogramDialog > m_histogramDlg
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr