26#ifndef __TERRALIB_QT_WIDGETS_DATASOURCE_EXPLORER_INTERNAL_DATASETITEM_H
27#define __TERRALIB_QT_WIDGETS_DATASOURCE_EXPLORER_INTERNAL_DATASETITEM_H
62 QVariant
data(
int column,
int role)
const;
64 QMenu*
getMenu(QWidget* parent = 0)
const;
74 bool setData(
const QVariant& value,
int role = Qt::EditRole);
A class that represents an item from a DataSourceTreeModel.
A class that models the description of a dataset.
An abstract class for data providers like a DBMS, Web Services or a regular file.
Namespace for the DataAccess API of TerraLib.
boost::shared_ptr< DataSetType > DataSetTypePtr
Namespace for the Qt module of TerraLib.