This class is a wizard page with the DoubleListWidget component, used to create the GROUPBY object of a select operation. More...
#include <GroupByWizardPage.h>
Public Member Functions | |
| te::da::GroupBy * | getGroupBy () |
| DoubleListWidget * | getWidget () const |
| GroupByWizardPage (QWidget *parent=0) | |
| bool | isComplete () const |
| virtual | ~GroupByWizardPage () |
Private Attributes | |
| std::auto_ptr< DoubleListWidget > | m_widget |
This class is a wizard page with the DoubleListWidget component, used to create the GROUPBY object of a select operation.
Definition at line 53 of file GroupByWizardPage.h.
| te::qt::widgets::GroupByWizardPage::GroupByWizardPage | ( | QWidget * | parent = 0 | ) |
Definition at line 37 of file GroupByWizardPage.cpp.
References m_widget.
|
virtual |
Definition at line 54 of file GroupByWizardPage.cpp.
| te::da::GroupBy * te::qt::widgets::GroupByWizardPage::getGroupBy | ( | ) |
Definition at line 68 of file GroupByWizardPage.cpp.
| te::qt::widgets::DoubleListWidget * te::qt::widgets::GroupByWizardPage::getWidget | ( | ) | const |
Definition at line 63 of file GroupByWizardPage.cpp.
| bool te::qt::widgets::GroupByWizardPage::isComplete | ( | ) | const |
Definition at line 58 of file GroupByWizardPage.cpp.
|
private |
Definition at line 71 of file GroupByWizardPage.h.
Referenced by GroupByWizardPage().