te::qt::widgets::DoubleListWidget Class Reference

... More...

#include <DoubleListWidget.h>

Inheritance diagram for te::qt::widgets::DoubleListWidget:

Signals

void itemChanged ()
 

Public Member Functions

void clearInputValues ()
 
void clearOutputValues ()
 
 DoubleListWidget (QWidget *parent=0, Qt::WindowFlags f=0)
 
Ui::DoubleListWidgetForm * getForm () const
 
std::vector< int > getOutputDataValues ()
 
std::vector< std::string > getOutputValues ()
 
void setFixedOutputValues (std::vector< std::string > values, std::string iconName)
 
void setInputDataValues (std::vector< std::string > values, std::vector< int > ids)
 
void setInputValues (std::vector< std::string > values)
 
void setLeftLabel (const QString &value)
 
void setOutputDataValues (std::vector< std::string > values, std::vector< int > ids)
 
void setOutputValues (std::vector< std::string > values)
 
void setRightLabel (const QString &value)
 
void setVisibledOrderButtons (bool state)
 
 ~DoubleListWidget ()
 

Protected Slots

void onAddAllToolButtonPressed ()
 
void onAddToolButtonPressed ()
 
void onDownToolButtonPressed ()
 
void onLeftListItemSelectionChanged ()
 
void onRemoveAllToolButtonPressed ()
 
void onRemoveToolButtonPressed ()
 
void onRightListItemSelectionChanged ()
 
void onUpToolButtonPressed ()
 

Private Attributes

std::auto_ptr< Ui::DoubleListWidgetForm > m_ui
 

Detailed Description

...

Definition at line 53 of file DoubleListWidget.h.

Constructor & Destructor Documentation

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

Member Function Documentation

void te::qt::widgets::DoubleListWidget::clearInputValues ( )
void te::qt::widgets::DoubleListWidget::clearOutputValues ( )
Ui::DoubleListWidgetForm* te::qt::widgets::DoubleListWidget::getForm ( ) const
std::vector<int> te::qt::widgets::DoubleListWidget::getOutputDataValues ( )
std::vector<std::string> te::qt::widgets::DoubleListWidget::getOutputValues ( )
void te::qt::widgets::DoubleListWidget::itemChanged ( )
signal
void te::qt::widgets::DoubleListWidget::onAddAllToolButtonPressed ( )
protectedslot
void te::qt::widgets::DoubleListWidget::onAddToolButtonPressed ( )
protectedslot
void te::qt::widgets::DoubleListWidget::onDownToolButtonPressed ( )
protectedslot
void te::qt::widgets::DoubleListWidget::onLeftListItemSelectionChanged ( )
protectedslot
void te::qt::widgets::DoubleListWidget::onRemoveAllToolButtonPressed ( )
protectedslot
void te::qt::widgets::DoubleListWidget::onRemoveToolButtonPressed ( )
protectedslot
void te::qt::widgets::DoubleListWidget::onRightListItemSelectionChanged ( )
protectedslot
void te::qt::widgets::DoubleListWidget::onUpToolButtonPressed ( )
protectedslot
void te::qt::widgets::DoubleListWidget::setFixedOutputValues ( std::vector< std::string >  values,
std::string  iconName 
)
void te::qt::widgets::DoubleListWidget::setInputDataValues ( std::vector< std::string >  values,
std::vector< int >  ids 
)
void te::qt::widgets::DoubleListWidget::setInputValues ( std::vector< std::string >  values)
void te::qt::widgets::DoubleListWidget::setLeftLabel ( const QString &  value)
void te::qt::widgets::DoubleListWidget::setOutputDataValues ( std::vector< std::string >  values,
std::vector< int >  ids 
)
void te::qt::widgets::DoubleListWidget::setOutputValues ( std::vector< std::string >  values)
void te::qt::widgets::DoubleListWidget::setRightLabel ( const QString &  value)
void te::qt::widgets::DoubleListWidget::setVisibledOrderButtons ( bool  state)

Member Data Documentation

std::auto_ptr<Ui::DoubleListWidgetForm> te::qt::widgets::DoubleListWidget::m_ui
private

Definition at line 113 of file DoubleListWidget.h.


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