#include <DataSourceTreeModel.h>
Definition at line 50 of file DataSourceTreeModel.h.
◆ DataSourceTreeModel() [1/2]
| te::qt::widgets::DataSourceTreeModel::DataSourceTreeModel |
( |
const std::vector< te::da::DataSourceInfoPtr > & | datasources, |
|
|
QWidget * | parent ) |
◆ DataSourceTreeModel() [2/2]
This lists all datasets from the data source.
References parent().
◆ ~DataSourceTreeModel()
| te::qt::widgets::DataSourceTreeModel::~DataSourceTreeModel |
( |
| ) |
|
◆ canFetchMore()
| bool te::qt::widgets::DataSourceTreeModel::canFetchMore |
( |
const QModelIndex & | parent | ) |
const |
◆ columnCount()
| int te::qt::widgets::DataSourceTreeModel::columnCount |
( |
const QModelIndex & | parent = QModelIndex() | ) |
const |
◆ data()
| QVariant te::qt::widgets::DataSourceTreeModel::data |
( |
const QModelIndex & | index, |
|
|
int | role = Qt::DisplayRole ) const |
◆ fetchMore()
| void te::qt::widgets::DataSourceTreeModel::fetchMore |
( |
const QModelIndex & | parent | ) |
|
◆ flags()
| Qt::ItemFlags te::qt::widgets::DataSourceTreeModel::flags |
( |
const QModelIndex & | index | ) |
const |
◆ hasChildren()
| bool te::qt::widgets::DataSourceTreeModel::hasChildren |
( |
const QModelIndex & | parent = QModelIndex() | ) |
const |
◆ index()
| QModelIndex te::qt::widgets::DataSourceTreeModel::index |
( |
int | row, |
|
|
int | column, |
|
|
const QModelIndex & | parent = QModelIndex() ) const |
◆ isCheckable()
| bool te::qt::widgets::DataSourceTreeModel::isCheckable |
( |
| ) |
const |
◆ parent()
| QModelIndex te::qt::widgets::DataSourceTreeModel::parent |
( |
const QModelIndex & | index | ) |
const |
◆ rowCount()
| int te::qt::widgets::DataSourceTreeModel::rowCount |
( |
const QModelIndex & | parent = QModelIndex() | ) |
const |
◆ setCheckable()
| void te::qt::widgets::DataSourceTreeModel::setCheckable |
( |
const bool | checkable | ) |
|
◆ setData()
| bool te::qt::widgets::DataSourceTreeModel::setData |
( |
const QModelIndex & | index, |
|
|
const QVariant & | value, |
|
|
int | role = Qt::EditRole ) |
◆ m_checkable
| bool te::qt::widgets::DataSourceTreeModel::m_checkable |
|
private |
◆ m_items
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_release/src/terralib/qt/widgets/datasource/explorer/DataSourceTreeModel.h