... More...
#include <ListWidget.h>
Public Member Functions | |
| Ui::ListWidgetForm * | getForm () const |
| std::vector< std::string > | getValues () |
| ListWidget (QWidget *parent=0, Qt::WindowFlags f=0) | |
| void | setLabel (std::string value) |
| ~ListWidget () | |
Protected Slots | |
| void | onAddToolButtonPressed () |
| void | onDownToolButtonPressed () |
| void | onEditToolButtonPressed () |
| void | onListPressed (QListWidgetItem *item) |
| void | onRemoveToolButtonPressed () |
| void | onUpToolButtonPressed () |
Private Attributes | |
| std::auto_ptr< Ui::ListWidgetForm > | m_ui |
...
Definition at line 53 of file ListWidget.h.
| te::qt::widgets::ListWidget::ListWidget | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Definition at line 36 of file ListWidget.cpp.
References m_ui, onAddToolButtonPressed(), onDownToolButtonPressed(), onEditToolButtonPressed(), onListPressed(), onRemoveToolButtonPressed(), and onUpToolButtonPressed().
| te::qt::widgets::ListWidget::~ListWidget | ( | ) |
Definition at line 62 of file ListWidget.cpp.
| Ui::ListWidgetForm * te::qt::widgets::ListWidget::getForm | ( | ) | const |
Definition at line 66 of file ListWidget.cpp.
| std::vector< std::string > te::qt::widgets::ListWidget::getValues | ( | ) |
Definition at line 76 of file ListWidget.cpp.
|
protectedslot |
|
protectedslot |
Definition at line 146 of file ListWidget.cpp.
Referenced by ListWidget().
|
protectedslot |
Definition at line 114 of file ListWidget.cpp.
References TR_QT_WIDGETS.
Referenced by ListWidget().
|
protectedslot |
Definition at line 164 of file ListWidget.cpp.
Referenced by ListWidget().
|
protectedslot |
Definition at line 102 of file ListWidget.cpp.
Referenced by ListWidget().
|
protectedslot |
Definition at line 129 of file ListWidget.cpp.
Referenced by ListWidget().
| void te::qt::widgets::ListWidget::setLabel | ( | std::string | value | ) |
Definition at line 71 of file ListWidget.cpp.
|
private |
Definition at line 85 of file ListWidget.h.
Referenced by ListWidget().