26 #ifndef __TERRALIB_QT_WIDGETS_PROPERTY_INTERNAL_INDEXWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_PROPERTY_INTERNAL_INDEXWIDGET_H 
   30 #include "../../../dataaccess/dataset/DataSetType.h" 
   31 #include "../Config.h" 
   34 #include <QtGui/QWidget> 
   36 namespace Ui { 
class IndexWidgetForm; }
 
   40   namespace da { 
class Index; }
 
   46       class DoubleListWidget;
 
   63           Ui::IndexWidgetForm* getForm() 
const;
 
   80           bool checkParameters();
 
   85          std::auto_ptr<Ui::IndexWidgetForm> 
m_ui;
 
   94 #endif  // __TERRALIB_QT_WIDGETS_PROPERTY_INTERNAL_INDEXWIDGET_H 
te::qt::widgets::DoubleListWidget * m_doubleListWidget
 
It describes an index associated to a DataSetType. 
 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This class is used to define a Index DataSet class object. 
 
A class that models the description of a dataset. 
 
std::auto_ptr< Ui::IndexWidgetForm > m_ui
 
te::da::DataSetType * m_dsType