26#ifndef __TERRALIB_QT_WIDGETS_TABLE_INTERNAL_DATASETTABLEMODEL_H
27#define __TERRALIB_QT_WIDGETS_TABLE_INTERNAL_DATASETTABLEMODEL_H
34#include <QtCore/QAbstractTableModel>
182 QVariant
data(
const QModelIndex & index,
int role)
const;
184 QVariant
headerData(
int section, Qt::Orientation orientation,
int role)
const;
186 Qt::ItemFlags
flags(
const QModelIndex & index)
const;
188 bool setData (
const QModelIndex & index,
const QVariant & value,
int role = Qt::EditRole);
190 bool insertColumns(
int column,
int count,
const QModelIndex& parent = QModelIndex());
192 bool removeColumns(
int column,
int count,
const QModelIndex& parent = QModelIndex());
A class for handling character enconding/decoding.
A class that models the description of a dataset.
A dataset is the unit of information manipulated by the data access module of TerraLib.
This class represents a set of unique ids created in the same context. i.e. from the same data set.
This class represents an unique id for a data set element.
Namespace for the DataAccess API of TerraLib.
Namespace for the Qt module of TerraLib.