#include <DataSetTreeModel.h>
Definition at line 46 of file DataSetTreeModel.h.
te::qt::widgets::DataSetTreeModel::~DataSetTreeModel |
( |
| ) |
|
bool te::qt::widgets::DataSetTreeModel::canFetchMore |
( |
const QModelIndex & |
parent | ) |
const |
int te::qt::widgets::DataSetTreeModel::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
QVariant te::qt::widgets::DataSetTreeModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
void te::qt::widgets::DataSetTreeModel::emitDataChangedForAncestors |
( |
const QModelIndex & |
index | ) |
|
|
protected |
It emits the dataChanged signal for the indexes that are ancestors of the given index.
- Parameters
-
index | The item index whose ancestors will have the dataChanged signal emitted. |
void te::qt::widgets::DataSetTreeModel::emitDataChangedForDescendants |
( |
const QModelIndex & |
parent | ) |
|
|
protected |
It emits the dataChanged signal for the descendants indexes of the given index.
- Parameters
-
parent | The item index whose descendants will have the dataChanged signal emitted. |
void te::qt::widgets::DataSetTreeModel::fetchMore |
( |
const QModelIndex & |
parent | ) |
|
Qt::ItemFlags te::qt::widgets::DataSetTreeModel::flags |
( |
const QModelIndex & |
index | ) |
const |
bool te::qt::widgets::DataSetTreeModel::forceCatalogCache |
( |
| ) |
const |
bool te::qt::widgets::DataSetTreeModel::hasChildren |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
QModelIndex te::qt::widgets::DataSetTreeModel::index |
( |
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| const |
bool te::qt::widgets::DataSetTreeModel::isCheckable |
( |
| ) |
const |
QModelIndex te::qt::widgets::DataSetTreeModel::parent |
( |
const QModelIndex & |
index | ) |
const |
int te::qt::widgets::DataSetTreeModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
void te::qt::widgets::DataSetTreeModel::setCheckable |
( |
const bool |
checkable | ) |
|
bool te::qt::widgets::DataSetTreeModel::setData |
( |
const QModelIndex & |
index, |
|
|
const QVariant & |
value, |
|
|
int |
role = Qt::EditRole |
|
) |
| |
void te::qt::widgets::DataSetTreeModel::setForceCatalogCache |
( |
const bool |
force | ) |
|
bool te::qt::widgets::DataSetTreeModel::m_checkable |
|
private |
A container for the datasets of the input data source.
Definition at line 103 of file DataSetTreeModel.h.
bool te::qt::widgets::DataSetTreeModel::m_forceCatalogCache |
|
private |
If true every information looked in the data source catalog is also cahed in the data source catalog.
Definition at line 105 of file DataSetTreeModel.h.
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/terralib5/src/terralib/qt/widgets/dataset/explorer/DataSetTreeModel.h