26 #ifndef __TERRALIB_QT_WIDGETS_DATASOURCE_EXPLORER_INTERNAL_DATASOURCEITEM_H    27 #define __TERRALIB_QT_WIDGETS_DATASOURCE_EXPLORER_INTERNAL_DATASOURCEITEM_H    30 #include "../../../../dataaccess/datasource/DataSourceInfo.h"    49           int columnCount() 
const;
    51           QVariant data(
int column, 
int role) 
const;
    53           QMenu* getMenu(QWidget* parent = 0) 
const;
    55           bool canFetchMore() 
const;
    57           Qt::ItemFlags flags() 
const;
    61           bool hasChildren() 
const;
    63           bool setData(
const QVariant& value, 
int role = Qt::EditRole);
    75 #endif  // __TERRALIB_QT_WIDGETS_DATASOURCE_EXPLORER_INTERNAL_DATASOURCEITEM_H 
A class that represents an item from a DataSourceTreeModel. 
 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr