26 #ifndef __TERRALIB_QT_WIDGETS_DATASOURCE_EXPLORER_INTERNAL_UNIQUEKEYITEM_H
27 #define __TERRALIB_QT_WIDGETS_DATASOURCE_EXPLORER_INTERNAL_UNIQUEKEYITEM_H
37 namespace da {
class UniqueKey; }
59 int columnCount()
const;
61 QVariant data(
int column,
int role)
const;
63 QMenu* getMenu(QWidget* parent = 0)
const;
65 bool canFetchMore()
const;
67 Qt::ItemFlags flags()
const;
71 bool hasChildren()
const;
73 bool setData(
const QVariant& value,
int role = Qt::EditRole);
85 #endif // __TERRALIB_QT_WIDGETS_DATASOURCE_EXPLORER_INTERNAL_UNIQUEKEYITEM_H
A class that represents an item from a DataSourceTreeModel.
It describes a unique key (uk) constraint.