26 #ifndef __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_WHERECLAUSEWIZARDPAGE_H 
   27 #define __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_WHERECLAUSEWIZARDPAGE_H 
   30 #include "../Config.h" 
   36 #include <QtGui/QWizardPage> 
   44       class WhereClauseWidget;
 
   61           bool isComplete() 
const;
 
   74 #endif  // __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_WHERECLAUSEWIZARDPAGE_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 WhereClauseWidget component. 
 
This class is used to define the WHERE object of select operation. 
 
std::auto_ptr< WhereClauseWidget > m_widget