26 #ifndef __TERRALIB_QT_WIDGETS_PROPERTY_INTERNAL_INDEXWIDGET_H    27 #define __TERRALIB_QT_WIDGETS_PROPERTY_INTERNAL_INDEXWIDGET_H    31 #include "../../../dataaccess/dataset/DataSetType.h"    33 #include "../Config.h"    38 namespace Ui { 
class IndexWidgetForm; }
    42   namespace da { 
class Index; }
    48       class DoubleListWidget;
    65           Ui::IndexWidgetForm* getForm() 
const;
    84           bool checkParameters();
    89          std::unique_ptr<Ui::IndexWidgetForm> 
m_ui;
    98 #endif  // __TERRALIB_QT_WIDGETS_PROPERTY_INTERNAL_INDEXWIDGET_H 
A class that models the description of a dataset. 
 
It describes an index associated to a DataSetType.