All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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< std::string > getOutputValues ()
 
void setFixedOutputValues (std::vector< std::string > values, std::string iconName)
 
void setInputValues (std::vector< std::string > values)
 
void setLeftLabel (std::string value)
 
void setOutputValues (std::vector< std::string > values)
 
void setRightLabel (std::string value)
 
 ~DoubleListWidget ()
 

Protected Slots

void onAddAllToolButtonPressed ()
 
void onAddToolButtonPressed ()
 
void onLeftListPressed (QListWidgetItem *item)
 
void onRemoveAllToolButtonPressed ()
 
void onRemoveToolButtonPressed ()
 
void onRightListPressed (QListWidgetItem *item)
 

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 ( )

Definition at line 59 of file DoubleListWidget.cpp.

Member Function Documentation

void te::qt::widgets::DoubleListWidget::clearInputValues ( )

Definition at line 133 of file DoubleListWidget.cpp.

void te::qt::widgets::DoubleListWidget::clearOutputValues ( )

Definition at line 138 of file DoubleListWidget.cpp.

Ui::DoubleListWidgetForm * te::qt::widgets::DoubleListWidget::getForm ( ) const
std::vector< std::string > te::qt::widgets::DoubleListWidget::getOutputValues ( )
void te::qt::widgets::DoubleListWidget::itemChanged ( )
signal
void te::qt::widgets::DoubleListWidget::onAddAllToolButtonPressed ( )
protectedslot

Definition at line 168 of file DoubleListWidget.cpp.

Referenced by DoubleListWidget().

void te::qt::widgets::DoubleListWidget::onAddToolButtonPressed ( )
protectedslot

Definition at line 143 of file DoubleListWidget.cpp.

Referenced by DoubleListWidget().

void te::qt::widgets::DoubleListWidget::onLeftListPressed ( QListWidgetItem *  item)
protectedslot

Definition at line 241 of file DoubleListWidget.cpp.

Referenced by DoubleListWidget().

void te::qt::widgets::DoubleListWidget::onRemoveAllToolButtonPressed ( )
protectedslot

Definition at line 217 of file DoubleListWidget.cpp.

Referenced by DoubleListWidget().

void te::qt::widgets::DoubleListWidget::onRemoveToolButtonPressed ( )
protectedslot

Definition at line 192 of file DoubleListWidget.cpp.

Referenced by DoubleListWidget().

void te::qt::widgets::DoubleListWidget::onRightListPressed ( QListWidgetItem *  item)
protectedslot

Definition at line 250 of file DoubleListWidget.cpp.

Referenced by DoubleListWidget().

void te::qt::widgets::DoubleListWidget::setFixedOutputValues ( std::vector< std::string >  values,
std::string  iconName 
)

Definition at line 98 of file DoubleListWidget.cpp.

void te::qt::widgets::DoubleListWidget::setInputValues ( std::vector< std::string >  values)
void te::qt::widgets::DoubleListWidget::setLeftLabel ( std::string  value)
void te::qt::widgets::DoubleListWidget::setOutputValues ( std::vector< std::string >  values)
void te::qt::widgets::DoubleListWidget::setRightLabel ( std::string  value)

Member Data Documentation

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

Definition at line 102 of file DoubleListWidget.h.

Referenced by DoubleListWidget().


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