#include <Libs/XNAT/Core/ctkXnatTreeModel.h>
Definition at line 36 of file ctkXnatTreeModel.h.
◆ ctkXnatTreeModel()
| ctkXnatTreeModel::ctkXnatTreeModel |
( |
| ) |
|
|
explicit |
◆ ~ctkXnatTreeModel()
| virtual ctkXnatTreeModel::~ctkXnatTreeModel |
( |
| ) |
|
|
virtual |
◆ addChildNode()
| void ctkXnatTreeModel::addChildNode |
( |
const QModelIndex & |
index, |
|
|
ctkXnatObject * |
child |
|
) |
| |
◆ addDataModel()
◆ canFetchMore()
| virtual bool ctkXnatTreeModel::canFetchMore |
( |
const QModelIndex & |
parent | ) |
const |
|
virtual |
◆ columnCount()
| virtual int ctkXnatTreeModel::columnCount |
( |
const QModelIndex & |
parent | ) |
const |
|
virtual |
◆ data()
| virtual QVariant ctkXnatTreeModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
virtual |
◆ downloadFile()
| void ctkXnatTreeModel::downloadFile |
( |
const QModelIndex & |
index, |
|
|
const QString & |
zipFilename |
|
) |
| |
◆ fetchMore()
| virtual void ctkXnatTreeModel::fetchMore |
( |
const QModelIndex & |
parent | ) |
|
|
virtual |
◆ hasChildren()
| virtual bool ctkXnatTreeModel::hasChildren |
( |
const QModelIndex & |
parent | ) |
const |
|
virtual |
◆ index()
| virtual QModelIndex ctkXnatTreeModel::index |
( |
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent |
|
) |
| const |
|
virtual |
◆ parent()
| virtual QModelIndex ctkXnatTreeModel::parent |
( |
const QModelIndex & |
child | ) |
const |
|
virtual |
◆ refresh()
| virtual void ctkXnatTreeModel::refresh |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
|
|
virtual |
Convenience method for refreshing an entry of the tree model.
- Parameters
-
| The | parent item, whose children will be refreshed |
◆ removeAllRows()
| bool ctkXnatTreeModel::removeAllRows |
( |
const QModelIndex & |
parent | ) |
|
◆ removeDataModel()
◆ rowCount()
| virtual int ctkXnatTreeModel::rowCount |
( |
const QModelIndex & |
parent | ) |
const |
|
virtual |
◆ xnatObject()
| ctkXnatObject* ctkXnatTreeModel::xnatObject |
( |
const QModelIndex & |
index | ) |
const |
The documentation for this class was generated from the following file: