26#ifndef __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_GROUPBYWIZARDPAGE_H
27#define __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_GROUPBYWIZARDPAGE_H
31#include "../../../dataaccess/query/GroupBy.h"
47 class DoubleListWidget;
This class is a wizard page with the DoubleListWidget component, used to create the GROUPBY object of...
DoubleListWidget * getWidget() const
virtual ~GroupByWizardPage()
te::da::GroupBy * getGroupBy()
std::unique_ptr< DoubleListWidget > m_widget
GroupByWizardPage(QWidget *parent=0)
boost::ptr_vector< GroupByItem > GroupBy
A class that can be used to model a GROUP BY clause.