A dialog used to build a SelectedChannelWidget element. More...
#include <SelectedChannelWidget.h>
Signals | |
void | selectedChannelChanged () |
Public Member Functions | |
te::se::SelectedChannel * | getSelectedChannel () 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::ContrastEnhancementWidget * | m_contrastWidget |
Constrast Widget form. More... | |
te::se::SelectedChannel * | m_se |
SE Selected Channel element. More... | |
std::auto_ptr< Ui::SelectedChannelWidgetForm > | m_ui |
Dialog form. More... | |
A dialog used to build a SelectedChannelWidget element.
Definition at line 64 of file SelectedChannelWidget.h.
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.
te::se::SelectedChannel* te::qt::widgets::SelectedChannelWidget::getSelectedChannel | ( | ) | const |
|
protected |
Internal method to initialize the widget (e.g.: color, combos, icons, etc.)
|
protectedslot |
|
protectedslot |
|
signal |
void te::qt::widgets::SelectedChannelWidget::setChannelNames | ( | const QStringList & | list | ) |
void te::qt::widgets::SelectedChannelWidget::setSelectedChannel | ( | te::se::SelectedChannel * | sc | ) |
|
protected |
Updates the widget form based on internal fill element.
|
private |
Constrast Widget form.
Definition at line 114 of file SelectedChannelWidget.h.
|
private |
SE Selected Channel element.
Definition at line 116 of file SelectedChannelWidget.h.
|
private |
Dialog form.
Definition at line 113 of file SelectedChannelWidget.h.