te::qt::widgets::SelectedChannelWidget Class Reference

A dialog used to build a SelectedChannelWidget element. More...

#include <SelectedChannelWidget.h>

Inheritance diagram for te::qt::widgets::SelectedChannelWidget:

Signals

void selectedChannelChanged ()
 

Public Member Functions

te::se::SelectedChannelgetSelectedChannel () const
 
void setChannelNames (const QStringList &list)
 
void setSelectedChannel (te::se::SelectedChannel *sc)
 
Initializer Methods

Methods related to instantiation and destruction.

 SelectedChannelWidget (QWidget *parent=0, Qt::WindowFlags f=0)
 Constructs a SelectedChannelWidget dialog which is a child of parent, with widget flags set to f. More...
 
 ~SelectedChannelWidget ()
 Destructor. More...
 

Protected Slots

void onChannelNameChanged (QString value)
 
void onContrastEnhancementChanged ()
 

Protected Member Functions

void initialize ()
 Internal method to initialize the widget (e.g.: color, combos, icons, etc.) More...
 
void updateUi ()
 Updates the widget form based on internal fill element. More...
 

Private Attributes

te::qt::widgets::ContrastEnhancementWidgetm_contrastWidget
 Constrast Widget form. More...
 
te::se::SelectedChannelm_se
 SE Selected Channel element. More...
 
std::auto_ptr< Ui::SelectedChannelWidgetForm > m_ui
 Dialog form. More...
 

Detailed Description

A dialog used to build a SelectedChannelWidget element.

Definition at line 64 of file SelectedChannelWidget.h.

Constructor & Destructor Documentation

te::qt::widgets::SelectedChannelWidget::SelectedChannelWidget ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)

Constructs a SelectedChannelWidget dialog which is a child of parent, with widget flags set to f.

te::qt::widgets::SelectedChannelWidget::~SelectedChannelWidget ( )

Destructor.

Member Function Documentation

te::se::SelectedChannel* te::qt::widgets::SelectedChannelWidget::getSelectedChannel ( ) const
void te::qt::widgets::SelectedChannelWidget::initialize ( )
protected

Internal method to initialize the widget (e.g.: color, combos, icons, etc.)

void te::qt::widgets::SelectedChannelWidget::onChannelNameChanged ( QString  value)
protectedslot
void te::qt::widgets::SelectedChannelWidget::onContrastEnhancementChanged ( )
protectedslot
void te::qt::widgets::SelectedChannelWidget::selectedChannelChanged ( )
signal
void te::qt::widgets::SelectedChannelWidget::setChannelNames ( const QStringList &  list)
void te::qt::widgets::SelectedChannelWidget::setSelectedChannel ( te::se::SelectedChannel sc)
void te::qt::widgets::SelectedChannelWidget::updateUi ( )
protected

Updates the widget form based on internal fill element.

Member Data Documentation

te::qt::widgets::ContrastEnhancementWidget* te::qt::widgets::SelectedChannelWidget::m_contrastWidget
private

Constrast Widget form.

Definition at line 114 of file SelectedChannelWidget.h.

te::se::SelectedChannel* te::qt::widgets::SelectedChannelWidget::m_se
private

SE Selected Channel element.

Definition at line 116 of file SelectedChannelWidget.h.

std::auto_ptr<Ui::SelectedChannelWidgetForm> te::qt::widgets::SelectedChannelWidget::m_ui
private

Dialog form.

Definition at line 113 of file SelectedChannelWidget.h.


The documentation for this class was generated from the following file: