26 #ifndef __TERRALIB_QT_WIDGETS_PROPERTY_INTERNAL_CONSTRAINTSINDEXESPROPERTYDIALOG_H 
   27 #define __TERRALIB_QT_WIDGETS_PROPERTY_INTERNAL_CONSTRAINTSINDEXESPROPERTYDIALOG_H 
   30 #include "../../../dataaccess/dataset/DataSetType.h" 
   31 #include "../Config.h" 
   36 #include <QGridLayout> 
   38 namespace Ui { 
class ConstraintsIndexesPropertyDialogForm; }
 
   52       class PrimaryKeyConstraintWidget;
 
   53       class UniqueKeyConstraintWidget;
 
   77           void onpkRadioButtonToggled(
bool status);
 
   78           void onukRadioButtonToggled(
bool status);
 
   79           void onidxRadioButtonToggled(
bool status);
 
   80           void onokPushButtonClicked();
 
   88           std::auto_ptr<Ui::ConstraintsIndexesPropertyDialogForm> 
m_ui;
 
  100 #endif  // __TERRALIB_QT_WIDGETS_PROPERTY_INTERNAL_CONSTRAINTSINDEXESPROPERTYDIALOG_H 
A class that models the description of a dataset. 
 
It describes an index associated to a DataSetType.