This class is a wizard page with the DoubleListWidget component, used to create the FIELD object of a select operation. More...
#include <FieldsWizardPage.h>
  
 Public Slots | |
| void | onItemChanged () | 
Public Member Functions | |
| FieldsWizardPage (QWidget *parent=0) | |
| te::da::Fields * | getFields () | 
| DoubleListWidget * | getWidget () const | 
| bool | isComplete () const | 
| void | setFields (const te::da::Fields *fields) | 
| virtual | ~FieldsWizardPage () | 
Private Attributes | |
| std::auto_ptr< DoubleListWidget > | m_widget | 
This class is a wizard page with the DoubleListWidget component, used to create the FIELD object of a select operation.
Definition at line 53 of file FieldsWizardPage.h.
| te::qt::widgets::FieldsWizardPage::FieldsWizardPage | ( | QWidget * | parent = 0 | ) | 
Definition at line 37 of file FieldsWizardPage.cpp.
References m_widget, and onItemChanged().
      
  | 
  virtual | 
Definition at line 57 of file FieldsWizardPage.cpp.
| te::da::Fields * te::qt::widgets::FieldsWizardPage::getFields | ( | ) | 
Definition at line 74 of file FieldsWizardPage.cpp.
| te::qt::widgets::DoubleListWidget * te::qt::widgets::FieldsWizardPage::getWidget | ( | ) | const | 
Definition at line 69 of file FieldsWizardPage.cpp.
| bool te::qt::widgets::FieldsWizardPage::isComplete | ( | ) | const | 
Definition at line 61 of file FieldsWizardPage.cpp.
      
  | 
  slot | 
Definition at line 106 of file FieldsWizardPage.cpp.
Referenced by FieldsWizardPage().
| void te::qt::widgets::FieldsWizardPage::setFields | ( | const te::da::Fields * | fields | ) | 
Definition at line 90 of file FieldsWizardPage.cpp.
References te::da::Field::getExpression(), and te::da::PropertyName::getName().
      
  | 
  private | 
Definition at line 78 of file FieldsWizardPage.h.
Referenced by FieldsWizardPage().