26 #ifndef __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_GROUPBYWIZARDPAGE_H    27 #define __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_GROUPBYWIZARDPAGE_H    31 #include "../../../dataaccess/query/GroupBy.h"    33 #include "../Config.h"    39 #include <QWizardPage>    47       class DoubleListWidget;
    65           bool isComplete() 
const;
    79 #endif  // __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_GROUPBYWIZARDPAGE_H boost::ptr_vector< GroupByItem > GroupBy
A class that can be used to model a GROUP BY clause. 
 
This class is a wizard page with the DoubleListWidget component, used to create the GROUPBY object of...
 
std::auto_ptr< DoubleListWidget > m_widget