26 #ifndef __TERRALIB_QT_WIDGETS_PROPERTY_INTERNAL_CONSTRAINTSINDEXESPROPERTYDIALOG_H    27 #define __TERRALIB_QT_WIDGETS_PROPERTY_INTERNAL_CONSTRAINTSINDEXESPROPERTYDIALOG_H    31 #include "../../../dataaccess/dataset/DataSetType.h"    33 #include "../Config.h"    38 #include <QGridLayout>    40 namespace Ui { 
class ConstraintsIndexesPropertyDialogForm; }
    54       class PrimaryKeyConstraintWidget;
    55       class UniqueKeyConstraintWidget;
    79           void onpkRadioButtonToggled(
bool status);
    80           void onukRadioButtonToggled(
bool status);
    81           void onidxRadioButtonToggled(
bool status);
    82           void onokPushButtonClicked();
    90           std::unique_ptr<Ui::ConstraintsIndexesPropertyDialogForm> 
m_ui;
   102 #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.