26 #ifndef __TERRALIB_QT_WIDGETS_DATASOURCE_EXPLORER_INTERNAL_CHECKCONSTRAINTITEM_H 
   27 #define __TERRALIB_QT_WIDGETS_DATASOURCE_EXPLORER_INTERNAL_CHECKCONSTRAINTITEM_H 
   37   namespace da { 
class CheckConstraint; }
 
   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_CHECKCONSTRAINTITEM_H 
A class that describes a check constraint. 
 
A class that represents an item from a DataSourceTreeModel.