26 #ifndef __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_LAYERATTRIBUTESWIZARDPAGE_H 
   27 #define __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_LAYERATTRIBUTESWIZARDPAGE_H 
   30 #include "../Config.h" 
   37 #include <QtGui/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 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This class is used to define the layer attributes information. 
 
std::auto_ptr< Ui::LayerAttributesWidgetForm > m_ui