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 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
te::da::DataSourceInfoPtr m_ds
 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
 
A class that represents an item from a DataSourceTreeModel.