26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_SELECTEDCHANNELWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_SELECTEDCHANNELWIDGET_H 
   30 #include "../Config.h" 
   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 
A selected channel to be display.