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