26 #ifndef __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_LAYERATTRIBUTESWIZARDPAGE_H 
   27 #define __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_LAYERATTRIBUTESWIZARDPAGE_H 
   30 #include "../Config.h" 
   37 #include <QWizardPage> 
   39 namespace Ui { 
class LayerAttributesWidgetForm; }
 
   62           bool isComplete() 
const;
 
   67           std::string getLayerName();
 
   71           void layerNameChanged(QString);
 
   76          std::auto_ptr<Ui::LayerAttributesWidgetForm> 
m_ui;
 
   83 #endif  // __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_LAYERATTRIBUTEWIZARDPAGE_H 
std::auto_ptr< Ui::LayerAttributesWidgetForm > m_ui
 
This class is used to define the layer attributes information.