#include <QmitkXnatTreeModel.h>
|
| QmitkXnatTreeModel () |
|
virtual QVariant | data (const QModelIndex &index, int role) const |
|
virtual bool | dropMimeData (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) |
|
virtual Qt::DropActions | supportedDropActions () |
|
virtual Qt::ItemFlags | flags (const QModelIndex &index) const |
|
ctkXnatObject * | GetXnatObjectFromUrl (const QString &) |
|
void | fetchMore (const QModelIndex &index) override |
|
QModelIndexList | match (const QModelIndex &start, int role, const QVariant &value, int hits, Qt::MatchFlags flags) const override |
|
Definition at line 31 of file QmitkXnatTreeModel.h.
QmitkXnatTreeModel::QmitkXnatTreeModel |
( |
| ) |
|
QVariant QmitkXnatTreeModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
virtual |
bool QmitkXnatTreeModel::dropMimeData |
( |
const QMimeData * |
data, |
|
|
Qt::DropAction |
action, |
|
|
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent |
|
) |
| |
|
virtual |
void QmitkXnatTreeModel::Error |
( |
const QModelIndex & |
idx | ) |
|
|
signal |
void QmitkXnatTreeModel::fetchMore |
( |
const QModelIndex & |
index | ) |
|
|
override |
Qt::ItemFlags QmitkXnatTreeModel::flags |
( |
const QModelIndex & |
index | ) |
const |
|
virtual |
ctkXnatObject * QmitkXnatTreeModel::GetXnatObjectFromUrl |
( |
const QString & |
url | ) |
|
QModelIndexList QmitkXnatTreeModel::match |
( |
const QModelIndex & |
start, |
|
|
int |
role, |
|
|
const QVariant & |
value, |
|
|
int |
hits, |
|
|
Qt::MatchFlags |
flags |
|
) |
| const |
|
override |
void QmitkXnatTreeModel::ResourceDropped |
( |
const QList< mitk::DataNode * > & |
, |
|
|
ctkXnatObject * |
, |
|
|
const QModelIndex & |
|
|
) |
| |
|
signal |
Qt::DropActions QmitkXnatTreeModel::supportedDropActions |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: