26#ifndef __TERRALIB_QT_WIDGETS_DATASET_EXPLORER_INTERNAL_DATASETTREEMODEL_H
27#define __TERRALIB_QT_WIDGETS_DATASET_EXPLORER_INTERNAL_DATASETTREEMODEL_H
36#include <QtCore/QAbstractItemModel>
62 QVariant
data(
const QModelIndex&
index,
int role = Qt::DisplayRole)
const;
70 QModelIndex
index(
int row,
int column,
const QModelIndex &
parent = QModelIndex())
const;
76 bool setData(
const QModelIndex&
index,
const QVariant& value,
int role = Qt::EditRole);
A conteiner class for keeping information about a data source.
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
Namespace for the Qt module of TerraLib.