26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_SELECTEDCHANNELWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_SELECTEDCHANNELWIDGET_H 
   30 #include "../Config.h" 
   33 #include <QtGui/QWidget> 
   41 namespace Ui { 
class SelectedChannelWidgetForm; }
 
   48     class SelectedChannel;
 
   56       class ContrastEnhancementWidget;
 
   89           void setChannelNames(
const QStringList& list);
 
  101           void onChannelNameChanged(QString value);
 
  103           void onContrastEnhancementChanged();
 
  108           void selectedChannelChanged();
 
  113           std::auto_ptr<Ui::SelectedChannelWidgetForm> 
m_ui;             
 
  123 #endif  // __TERRALIB_QT_WIDGETS_SE_INTERNAL_SELECTEDCHANNELWIDGET_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
te::se::SelectedChannel * m_se
SE Selected Channel element. 
 
A dialog used to build a SelectedChannelWidget element. 
 
std::auto_ptr< Ui::SelectedChannelWidgetForm > m_ui
Dialog form. 
 
A selected channel to be display. 
 
te::qt::widgets::ContrastEnhancementWidget * m_contrastWidget
Constrast Widget form. 
 
A dialog used to build a ContrastEnhancementWidget element.