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::unique_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 55 of file FieldsWizardPage.h.
| te::qt::widgets::FieldsWizardPage::FieldsWizardPage | ( | QWidget * | parent = 0 | ) |
Definition at line 37 of file FieldsWizardPage.cpp.
References m_widget, onItemChanged(), and ~FieldsWizardPage().
|
virtualdefault |
Referenced by FieldsWizardPage().
| te::da::Fields * te::qt::widgets::FieldsWizardPage::getFields | ( | ) |
Definition at line 72 of file FieldsWizardPage.cpp.
References m_widget.
| te::qt::widgets::DoubleListWidget * te::qt::widgets::FieldsWizardPage::getWidget | ( | ) | const |
Definition at line 67 of file FieldsWizardPage.cpp.
References m_widget.
| bool te::qt::widgets::FieldsWizardPage::isComplete | ( | ) | const |
Definition at line 59 of file FieldsWizardPage.cpp.
References m_widget.
|
slot |
Definition at line 104 of file FieldsWizardPage.cpp.
Referenced by FieldsWizardPage().
| void te::qt::widgets::FieldsWizardPage::setFields | ( | const te::da::Fields * | fields | ) |
Definition at line 88 of file FieldsWizardPage.cpp.
References te::da::Field::getExpression(), te::da::PropertyName::getName(), m_widget, and p.
|
private |
Definition at line 80 of file FieldsWizardPage.h.
Referenced by FieldsWizardPage(), getFields(), getWidget(), isComplete(), and setFields().