... More...
#include <ParameterTableWidget.h>
  
 Public Member Functions | |
| void | add (const std::string &name, const std::string &value) | 
| Ui::ParameterTableWidgetForm * | getForm () const | 
| std::map< std::string,  std::string >  | getMap () const | 
| ParameterTableWidget (QWidget *parent=0, Qt::WindowFlags f=0) | |
| ~ParameterTableWidget () | |
Protected Slots | |
| void | addToolButtonPressed () | 
| void | editToolButtonPressed () | 
| void | removeToolButtonPressed () | 
Private Attributes | |
| std::auto_ptr < Ui::ParameterTableWidgetForm >  | m_ui | 
...
Definition at line 53 of file ParameterTableWidget.h.
| te::qt::widgets::ParameterTableWidget::ParameterTableWidget | ( | QWidget * | parent = 0,  | 
        
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
Definition at line 37 of file ParameterTableWidget.cpp.
References addToolButtonPressed(), editToolButtonPressed(), m_ui, and removeToolButtonPressed().
| te::qt::widgets::ParameterTableWidget::~ParameterTableWidget | ( | ) | 
Definition at line 52 of file ParameterTableWidget.cpp.
| void te::qt::widgets::ParameterTableWidget::add | ( | const std::string & | name, | 
| const std::string & | value | ||
| ) | 
Definition at line 61 of file ParameterTableWidget.cpp.
      
  | 
  protectedslot | 
Definition at line 113 of file ParameterTableWidget.cpp.
Referenced by ParameterTableWidget().
      
  | 
  protectedslot | 
Definition at line 149 of file ParameterTableWidget.cpp.
Referenced by ParameterTableWidget().
| Ui::ParameterTableWidgetForm * te::qt::widgets::ParameterTableWidget::getForm | ( | ) | const | 
Definition at line 56 of file ParameterTableWidget.cpp.
| std::map< std::string, std::string > te::qt::widgets::ParameterTableWidget::getMap | ( | ) | const | 
Definition at line 92 of file ParameterTableWidget.cpp.
References TE_TR.
      
  | 
  protectedslot | 
Definition at line 138 of file ParameterTableWidget.cpp.
Referenced by ParameterTableWidget().
      
  | 
  private | 
Definition at line 79 of file ParameterTableWidget.h.
Referenced by ParameterTableWidget().