Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <QmitkPropertyItem.h>
Public Member Functions | |
QmitkPropertyItem (const QList< QVariant > &data) | |
~QmitkPropertyItem () | |
void | AppendChild (QmitkPropertyItem *child) |
QmitkPropertyItem * | GetChild (int row) const |
int | GetChildCount () const |
int | GetColumnCount () const |
QVariant | GetData (int column) const |
QmitkPropertyItem * | GetParent () const |
int | GetRow () |
Definition at line 23 of file QmitkPropertyItem.h.
|
explicit |
Definition at line 20 of file QmitkPropertyItem.cpp.
Referenced by AppendChild().
QmitkPropertyItem::~QmitkPropertyItem | ( | ) |
Definition at line 24 of file QmitkPropertyItem.cpp.
void QmitkPropertyItem::AppendChild | ( | QmitkPropertyItem * | child | ) |
Definition at line 29 of file QmitkPropertyItem.cpp.
References AppendChild(), GetData(), and QmitkPropertyItem().
Referenced by AppendChild().
QmitkPropertyItem * QmitkPropertyItem::GetChild | ( | int | row | ) | const |
Definition at line 109 of file QmitkPropertyItem.cpp.
Referenced by QmitkPropertyItemModel::index().
int QmitkPropertyItem::GetChildCount | ( | ) | const |
Definition at line 114 of file QmitkPropertyItem.cpp.
Referenced by QmitkPropertyItemModel::rowCount().
int QmitkPropertyItem::GetColumnCount | ( | ) | const |
Definition at line 119 of file QmitkPropertyItem.cpp.
QVariant QmitkPropertyItem::GetData | ( | int | column | ) | const |
Definition at line 124 of file QmitkPropertyItem.cpp.
Referenced by AppendChild().
QmitkPropertyItem * QmitkPropertyItem::GetParent | ( | ) | const |
Definition at line 129 of file QmitkPropertyItem.cpp.
int QmitkPropertyItem::GetRow | ( | ) |
Definition at line 134 of file QmitkPropertyItem.cpp.
Referenced by QmitkPropertyItemModel::parent().