26 #ifndef __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_GROUPBYWIZARDPAGE_H 
   27 #define __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_GROUPBYWIZARDPAGE_H 
   30 #include "../../../dataaccess/query/GroupBy.h" 
   31 #include "../Config.h" 
   37 #include <QtGui/QWizardPage> 
   45       class DoubleListWidget;
 
   63           bool isComplete() 
const;
 
   77 #endif  // __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_GROUPBYWIZARDPAGE_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This class is a wizard page with the DoubleListWidget component, used to create the GROUPBY object of...
 
std::auto_ptr< DoubleListWidget > m_widget
 
boost::ptr_vector< GroupByItem > GroupBy
A class that can be used to model a GROUP BY clause.