#include <Libs/XNAT/Core/ctkXnatTreeModel.h>
Definition at line 36 of file ctkXnatTreeModel.h.
| ctkXnatTreeModel::ctkXnatTreeModel |
( |
| ) |
|
|
explicit |
| virtual ctkXnatTreeModel::~ctkXnatTreeModel |
( |
| ) |
|
|
virtual |
| void ctkXnatTreeModel::addChildNode |
( |
const QModelIndex & |
index, |
|
|
ctkXnatObject * |
child |
|
) |
| |
| virtual bool ctkXnatTreeModel::canFetchMore |
( |
const QModelIndex & |
parent | ) |
const |
|
virtual |
| virtual int ctkXnatTreeModel::columnCount |
( |
const QModelIndex & |
parent | ) |
const |
|
virtual |
| virtual QVariant ctkXnatTreeModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
virtual |
| void ctkXnatTreeModel::downloadFile |
( |
const QModelIndex & |
index, |
|
|
const QString & |
zipFilename |
|
) |
| |
| virtual void ctkXnatTreeModel::fetchMore |
( |
const QModelIndex & |
parent | ) |
|
|
virtual |
| virtual bool ctkXnatTreeModel::hasChildren |
( |
const QModelIndex & |
parent | ) |
const |
|
virtual |
| virtual QModelIndex ctkXnatTreeModel::index |
( |
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent |
|
) |
| const |
|
virtual |
| virtual QModelIndex ctkXnatTreeModel::parent |
( |
const QModelIndex & |
child | ) |
const |
|
virtual |
| 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 |
| bool ctkXnatTreeModel::removeAllRows |
( |
const QModelIndex & |
parent | ) |
|
| virtual int ctkXnatTreeModel::rowCount |
( |
const QModelIndex & |
parent | ) |
const |
|
virtual |
| ctkXnatObject* ctkXnatTreeModel::xnatObject |
( |
const QModelIndex & |
index | ) |
const |
The documentation for this class was generated from the following file: