te::qt::widgets::ListWidget Class Reference

... More...

#include <ListWidget.h>

Inheritance diagram for te::qt::widgets::ListWidget:

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
 

Detailed Description

...

Definition at line 53 of file ListWidget.h.

Constructor & Destructor Documentation

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

Member Function Documentation

Ui::ListWidgetForm* te::qt::widgets::ListWidget::getForm ( ) const
std::vector<std::string> te::qt::widgets::ListWidget::getValues ( )
void te::qt::widgets::ListWidget::onAddToolButtonPressed ( )
protectedslot
void te::qt::widgets::ListWidget::onDownToolButtonPressed ( )
protectedslot
void te::qt::widgets::ListWidget::onEditToolButtonPressed ( )
protectedslot
void te::qt::widgets::ListWidget::onListPressed ( QListWidgetItem *  item)
protectedslot
void te::qt::widgets::ListWidget::onRemoveToolButtonPressed ( )
protectedslot
void te::qt::widgets::ListWidget::onUpToolButtonPressed ( )
protectedslot
void te::qt::widgets::ListWidget::setLabel ( std::string  value)

Member Data Documentation

std::auto_ptr<Ui::ListWidgetForm> te::qt::widgets::ListWidget::m_ui
private

Definition at line 85 of file ListWidget.h.


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