... More...
#include <DoubleInputListWidget.h>
Signals | |
| void | itemChanged () |
Public Member Functions | |
| void | clearInputValues () |
| void | clearOutputValues () |
| DoubleInputListWidget (QWidget *parent=0, Qt::WindowFlags f=0) | |
| Ui::DoubleInputListWidgetForm * | getForm () const |
| std::vector< int > | getOutputDataValues () |
| std::vector< std::string > | getOutputValues () |
| void | setFirstInputValues (const std::vector< std::string > &values) |
| void | setFirstLayerLabel (const QString &value) |
| void | setOutputLabel (const QString &value) |
| void | setOutputValues (const std::vector< std::string > &values, const int &id) |
| void | setSecondInputValues (const std::vector< std::string > &values) |
| void | setSecondLayerLabel (const QString &value) |
| void | setVisibledOrderButtons (bool state) |
| ~DoubleInputListWidget () | |
Protected Slots | |
| void | onAddAllToolButtonPressed () |
| void | onAddToolButtonPressed () |
| void | onDownToolButtonPressed () |
| void | onFirstInputListItemSelectionChanged () |
| void | onOutputListItemSelectionChanged () |
| void | onRemoveAllToolButtonPressed () |
| void | onRemoveToolButtonPressed () |
| void | onSecondInputListItemSelectionChanged () |
| void | onUpToolButtonPressed () |
Private Attributes | |
| std::unique_ptr< Ui::DoubleInputListWidgetForm > | m_ui |
...
Definition at line 53 of file DoubleInputListWidget.h.
| te::qt::widgets::DoubleInputListWidget::DoubleInputListWidget | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Definition at line 33 of file DoubleInputListWidget.cpp.
References m_ui, onAddAllToolButtonPressed(), onAddToolButtonPressed(), onDownToolButtonPressed(), onFirstInputListItemSelectionChanged(), onOutputListItemSelectionChanged(), onRemoveAllToolButtonPressed(), onRemoveToolButtonPressed(), onSecondInputListItemSelectionChanged(), onUpToolButtonPressed(), and ~DoubleInputListWidget().
|
default |
Referenced by DoubleInputListWidget().
| void te::qt::widgets::DoubleInputListWidget::clearInputValues | ( | ) |
Definition at line 194 of file DoubleInputListWidget.cpp.
References m_ui.
| void te::qt::widgets::DoubleInputListWidget::clearOutputValues | ( | ) |
Definition at line 203 of file DoubleInputListWidget.cpp.
References m_ui.
| Ui::DoubleInputListWidgetForm * te::qt::widgets::DoubleInputListWidget::getForm | ( | ) | const |
Definition at line 78 of file DoubleInputListWidget.cpp.
References m_ui.
| std::vector< int > te::qt::widgets::DoubleInputListWidget::getOutputDataValues | ( | ) |
Definition at line 177 of file DoubleInputListWidget.cpp.
References m_ui.
| std::vector< std::string > te::qt::widgets::DoubleInputListWidget::getOutputValues | ( | ) |
Definition at line 163 of file DoubleInputListWidget.cpp.
References m_ui.
|
signal |
|
protectedslot |
Definition at line 256 of file DoubleInputListWidget.cpp.
References itemChanged(), and m_ui.
Referenced by DoubleInputListWidget().
|
protectedslot |
Definition at line 217 of file DoubleInputListWidget.cpp.
References itemChanged(), and m_ui.
Referenced by DoubleInputListWidget().
|
protectedslot |
Definition at line 366 of file DoubleInputListWidget.cpp.
References m_ui.
Referenced by DoubleInputListWidget().
|
protectedslot |
Definition at line 435 of file DoubleInputListWidget.cpp.
References m_ui, and onSecondInputListItemSelectionChanged().
Referenced by DoubleInputListWidget(), and onUpToolButtonPressed().
|
protectedslot |
Definition at line 462 of file DoubleInputListWidget.cpp.
References m_ui.
Referenced by DoubleInputListWidget().
|
protectedslot |
Definition at line 330 of file DoubleInputListWidget.cpp.
References itemChanged(), and m_ui.
Referenced by DoubleInputListWidget().
|
protectedslot |
Definition at line 293 of file DoubleInputListWidget.cpp.
References itemChanged(), and m_ui.
Referenced by DoubleInputListWidget().
|
protectedslot |
Definition at line 449 of file DoubleInputListWidget.cpp.
References m_ui.
Referenced by DoubleInputListWidget(), and onFirstInputListItemSelectionChanged().
|
protectedslot |
Definition at line 400 of file DoubleInputListWidget.cpp.
References m_ui, and onFirstInputListItemSelectionChanged().
Referenced by DoubleInputListWidget().
| void te::qt::widgets::DoubleInputListWidget::setFirstInputValues | ( | const std::vector< std::string > & | values | ) |
Definition at line 102 of file DoubleInputListWidget.cpp.
References m_ui.
| void te::qt::widgets::DoubleInputListWidget::setFirstLayerLabel | ( | const QString & | value | ) |
Definition at line 84 of file DoubleInputListWidget.cpp.
References m_ui.
| void te::qt::widgets::DoubleInputListWidget::setOutputLabel | ( | const QString & | value | ) |
Definition at line 96 of file DoubleInputListWidget.cpp.
References m_ui.
| void te::qt::widgets::DoubleInputListWidget::setOutputValues | ( | const std::vector< std::string > & | values, |
| const int & | id | ||
| ) |
Definition at line 142 of file DoubleInputListWidget.cpp.
References m_ui.
| void te::qt::widgets::DoubleInputListWidget::setSecondInputValues | ( | const std::vector< std::string > & | values | ) |
Definition at line 122 of file DoubleInputListWidget.cpp.
References m_ui.
| void te::qt::widgets::DoubleInputListWidget::setSecondLayerLabel | ( | const QString & | value | ) |
Definition at line 90 of file DoubleInputListWidget.cpp.
References m_ui.
| void te::qt::widgets::DoubleInputListWidget::setVisibledOrderButtons | ( | bool | state | ) |
Definition at line 211 of file DoubleInputListWidget.cpp.
References m_ui.
|
private |
Definition at line 114 of file DoubleInputListWidget.h.
Referenced by clearInputValues(), clearOutputValues(), DoubleInputListWidget(), getForm(), getOutputDataValues(), getOutputValues(), onAddAllToolButtonPressed(), onAddToolButtonPressed(), onDownToolButtonPressed(), onFirstInputListItemSelectionChanged(), onOutputListItemSelectionChanged(), onRemoveAllToolButtonPressed(), onRemoveToolButtonPressed(), onSecondInputListItemSelectionChanged(), onUpToolButtonPressed(), setFirstInputValues(), setFirstLayerLabel(), setOutputLabel(), setOutputValues(), setSecondInputValues(), setSecondLayerLabel(), and setVisibledOrderButtons().