te::qt::widgets::GroupByWizardPage Class Reference

This class is a wizard page with the DoubleListWidget component, used to create the GROUPBY object of a select operation. More...

#include <GroupByWizardPage.h>

Inheritance diagram for te::qt::widgets::GroupByWizardPage:
QWizardPage

Public Member Functions

te::da::GroupBygetGroupBy ()
 
DoubleListWidgetgetWidget () const
 
 GroupByWizardPage (QWidget *parent=0)
 
bool isComplete () const
 
virtual ~GroupByWizardPage ()
 

Private Attributes

std::unique_ptr< DoubleListWidgetm_widget
 

Detailed Description

This class is a wizard page with the DoubleListWidget component, used to create the GROUPBY object of a select operation.

Definition at line 55 of file GroupByWizardPage.h.

Constructor & Destructor Documentation

te::qt::widgets::GroupByWizardPage::GroupByWizardPage ( QWidget parent = 0)

Definition at line 37 of file GroupByWizardPage.cpp.

References m_widget, and ~GroupByWizardPage().

te::qt::widgets::GroupByWizardPage::~GroupByWizardPage ( )
virtualdefault

Referenced by GroupByWizardPage().

Member Function Documentation

te::da::GroupBy * te::qt::widgets::GroupByWizardPage::getGroupBy ( )

Definition at line 66 of file GroupByWizardPage.cpp.

References m_widget.

te::qt::widgets::DoubleListWidget * te::qt::widgets::GroupByWizardPage::getWidget ( ) const

Definition at line 61 of file GroupByWizardPage.cpp.

References m_widget.

bool te::qt::widgets::GroupByWizardPage::isComplete ( ) const

Definition at line 56 of file GroupByWizardPage.cpp.

Member Data Documentation

std::unique_ptr<DoubleListWidget> te::qt::widgets::GroupByWizardPage::m_widget
private

Definition at line 73 of file GroupByWizardPage.h.

Referenced by getGroupBy(), getWidget(), and GroupByWizardPage().


The documentation for this class was generated from the following files: