This class is used to define the FROM object of select operation. More...
#include <DataSetWidget.h>
  
 Public Slots | |
| void | onAddDataSetPushButtonClicked () | 
| void | onDataSetComboBoxActivated (const QString &value) | 
| void | onRemoveDataSetPushButtonClicked () | 
Signals | |
| void | itemChanged () | 
Public Member Functions | |
| DataSetWidget (QWidget *parent=0, Qt::WindowFlags f=0) | |
| void | getDataSetNames (std::vector< std::pair< std::string, std::string > > &list) | 
| Ui::DataSetWidgetForm * | getForm () const | 
| te::da::From * | getFrom () | 
| void | setDataSetNames (const std::vector< std::string > &names) | 
| void | setDataSetNames (std::vector< std::pair< std::string, std::string > > &list) | 
| void | setFrom (const te::da::From *from) | 
| ~DataSetWidget () | |
Private Attributes | |
| std::auto_ptr < Ui::DataSetWidgetForm >  | m_ui | 
This class is used to define the FROM object of select operation.
Definition at line 58 of file DataSetWidget.h.
| te::qt::widgets::DataSetWidget::DataSetWidget | ( | QWidget * | parent = 0,  | 
        
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
Definition at line 36 of file DataSetWidget.cpp.
References m_ui, onAddDataSetPushButtonClicked(), onDataSetComboBoxActivated(), and onRemoveDataSetPushButtonClicked().
| te::qt::widgets::DataSetWidget::~DataSetWidget | ( | ) | 
Definition at line 52 of file DataSetWidget.cpp.
| void te::qt::widgets::DataSetWidget::getDataSetNames | ( | std::vector< std::pair< std::string, std::string > > & | list | ) | 
Definition at line 147 of file DataSetWidget.cpp.
| Ui::DataSetWidgetForm * te::qt::widgets::DataSetWidget::getForm | ( | ) | const | 
Definition at line 56 of file DataSetWidget.cpp.
| te::da::From * te::qt::widgets::DataSetWidget::getFrom | ( | ) | 
Definition at line 61 of file DataSetWidget.cpp.
      
  | 
  signal | 
      
  | 
  slot | 
Definition at line 183 of file DataSetWidget.cpp.
Referenced by DataSetWidget().
      
  | 
  slot | 
Definition at line 166 of file DataSetWidget.cpp.
Referenced by DataSetWidget().
      
  | 
  slot | 
Definition at line 228 of file DataSetWidget.cpp.
Referenced by DataSetWidget().
| void te::qt::widgets::DataSetWidget::setDataSetNames | ( | const std::vector< std::string > & | names | ) | 
Definition at line 98 of file DataSetWidget.cpp.
| void te::qt::widgets::DataSetWidget::setDataSetNames | ( | std::vector< std::pair< std::string, std::string > > & | list | ) | 
Definition at line 114 of file DataSetWidget.cpp.
| void te::qt::widgets::DataSetWidget::setFrom | ( | const te::da::From * | from | ) | 
Definition at line 79 of file DataSetWidget.cpp.
References te::da::FromItem::getAlias(), and te::da::DataSetName::getName().
      
  | 
  private | 
Definition at line 98 of file DataSetWidget.h.
Referenced by DataSetWidget().