![]() |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
#include <Libs/XNAT/Core/ctkXnatListModel.h>
Public Member Functions | |
ctkXnatListModel () | |
QVariant | data (const QModelIndex &index, int role) const |
QVariant | headerData (int section, Qt::Orientation orientation, int role) const |
ctkXnatObject * | rootObject () |
int | rowCount (const QModelIndex &parent) const |
void | setRootObject (ctkXnatObject *root) |
Protected Attributes | |
ctkXnatObject * | RootObject |
Definition at line 34 of file ctkXnatListModel.h.
ctkXnatListModel::ctkXnatListModel | ( | ) |
QVariant ctkXnatListModel::data | ( | const QModelIndex & | index, |
int | role | ||
) | const |
QVariant ctkXnatListModel::headerData | ( | int | section, |
Qt::Orientation | orientation, | ||
int | role | ||
) | const |
ctkXnatObject* ctkXnatListModel::rootObject | ( | ) |
int ctkXnatListModel::rowCount | ( | const QModelIndex & | parent | ) | const |
void ctkXnatListModel::setRootObject | ( | ctkXnatObject * | root | ) |
|
protected |
Definition at line 48 of file ctkXnatListModel.h.