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:

Public Member Functions

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

Private Attributes

std::auto_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)
virtual te::qt::widgets::GroupByWizardPage::~GroupByWizardPage ( )
virtual

Member Function Documentation

te::da::GroupBy* te::qt::widgets::GroupByWizardPage::getGroupBy ( )
DoubleListWidget* te::qt::widgets::GroupByWizardPage::getWidget ( ) const
bool te::qt::widgets::GroupByWizardPage::isComplete ( ) const

Member Data Documentation

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

Definition at line 73 of file GroupByWizardPage.h.


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