26 #ifndef __TERRALIB_QT_WIDGETS_DATASOURCE_EXPLORER_INTERNAL_PROPERTYITEM_H 
   27 #define __TERRALIB_QT_WIDGETS_DATASOURCE_EXPLORER_INTERNAL_PROPERTYITEM_H 
   34   namespace dt { 
class Property; }
 
   56           int columnCount() 
const;
 
   58           QVariant data(
int column, 
int role) 
const;
 
   60           QMenu* getMenu(QWidget* parent = 0) 
const;
 
   62           bool canFetchMore() 
const;
 
   64           Qt::ItemFlags flags() 
const;
 
   68           bool hasChildren() 
const;
 
   70           bool setData(
const QVariant& value, 
int role = Qt::EditRole);
 
   82 #endif  // __TERRALIB_QT_WIDGETS_DATASOURCE_EXPLORER_INTERNAL_PROPERTYITEM_H 
te::dt::Property * m_property
 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
It models a property definition. 
 
A class that represents an item from a DataSourceTreeModel.