... More...
#include <DoubleListWidget.h>
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 |
...
Definition at line 53 of file DoubleListWidget.h.
| te::qt::widgets::DoubleListWidget::DoubleListWidget | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Definition at line 34 of file DoubleListWidget.cpp.
References m_ui, onAddAllToolButtonPressed(), onAddToolButtonPressed(), onLeftListPressed(), onRemoveAllToolButtonPressed(), onRemoveToolButtonPressed(), and onRightListPressed().
| te::qt::widgets::DoubleListWidget::~DoubleListWidget | ( | ) |
Definition at line 59 of file DoubleListWidget.cpp.
| 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 |
Definition at line 63 of file DoubleListWidget.cpp.
Referenced by te::qt::widgets::ConstraintWidget::ConstraintWidget(), and te::qt::widgets::IndexWidget::IndexWidget().
| std::vector< std::string > te::qt::widgets::DoubleListWidget::getOutputValues | ( | ) |
Definition at line 119 of file DoubleListWidget.cpp.
Referenced by te::attributefill::VectorToVectorDialog::onSelectAttrToolButtonPressed().
|
signal |
|
protectedslot |
Definition at line 168 of file DoubleListWidget.cpp.
Referenced by DoubleListWidget().
|
protectedslot |
Definition at line 143 of file DoubleListWidget.cpp.
Referenced by DoubleListWidget().
|
protectedslot |
Definition at line 241 of file DoubleListWidget.cpp.
Referenced by DoubleListWidget().
|
protectedslot |
Definition at line 217 of file DoubleListWidget.cpp.
Referenced by DoubleListWidget().
|
protectedslot |
Definition at line 192 of file DoubleListWidget.cpp.
Referenced by DoubleListWidget().
|
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 | ) |
Definition at line 68 of file DoubleListWidget.cpp.
Referenced by te::qt::widgets::ConstraintWidget::ConstraintWidget(), te::qt::widgets::IndexWidget::IndexWidget(), and te::attributefill::VectorToVectorDialog::onSelectAttrToolButtonPressed().
| void te::qt::widgets::DoubleListWidget::setLeftLabel | ( | std::string | value | ) |
Definition at line 109 of file DoubleListWidget.cpp.
Referenced by te::attributefill::VectorToVectorDialog::onSelectAttrToolButtonPressed(), and te::sa::SkaterDialog::SkaterDialog().
| void te::qt::widgets::DoubleListWidget::setOutputValues | ( | std::vector< std::string > | values | ) |
Definition at line 83 of file DoubleListWidget.cpp.
Referenced by te::attributefill::VectorToVectorDialog::onSelectAttrToolButtonPressed().
| void te::qt::widgets::DoubleListWidget::setRightLabel | ( | std::string | value | ) |
Definition at line 114 of file DoubleListWidget.cpp.
Referenced by te::attributefill::VectorToVectorDialog::onSelectAttrToolButtonPressed(), and te::sa::SkaterDialog::SkaterDialog().
|
private |
Definition at line 102 of file DoubleListWidget.h.
Referenced by DoubleListWidget().