26 #ifndef __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_FIELDSWIZARDPAGE_H 
   27 #define __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_FIELDSWIZARDPAGE_H 
   30 #include "../../../dataaccess/query/Fields.h" 
   31 #include "../Config.h" 
   37 #include <QWizardPage> 
   45       class DoubleListWidget;
 
   63           bool isComplete() 
const;
 
   84 #endif  // __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_FIELDSWIZARDPAGE_H 
This class is a wizard page with the DoubleListWidget component, used to create the FIELD object of a...
 
std::auto_ptr< DoubleListWidget > m_widget
 
boost::ptr_vector< Field > Fields
Fields is just a boost::ptr_vector of Field pointers.