26 #ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_CONTRASTWIZARD_H 
   27 #define __TERRALIB_QT_WIDGETS_RP_INTERNAL_CONTRASTWIZARD_H 
   30 #include "../../../maptools/AbstractLayer.h" 
   31 #include "../Config.h" 
   37 #include <QtGui/QWizard> 
   45       class ContrastWizardPage;
 
   46       class LayerSearchWizardPage;
 
   47       class RasterInfoWizardPage;
 
   64           virtual bool validateCurrentPage();
 
   66           void setList(std::list<te::map::AbstractLayerPtr>& layerList);
 
   92 #endif  // __TERRALIB_QT_WIDGETS_RP_INTERNAL_CONTRASTWIZARD_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::auto_ptr< te::qt::widgets::ContrastWizardPage > m_contrastPage
 
This class is GUI used to define the contrast wizard for the RP constast operation. 
 
te::map::AbstractLayerPtr m_outputLayer
 
std::auto_ptr< te::qt::widgets::LayerSearchWizardPage > m_layerSearchPage
 
std::auto_ptr< te::qt::widgets::RasterInfoWizardPage > m_rasterInfoPage
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr