Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
QmitkPropertyItem Class Reference

#include <QmitkPropertyItem.h>

Public Member Functions

 QmitkPropertyItem (const QList< QVariant > &data)
 
 ~QmitkPropertyItem ()
 
void AppendChild (QmitkPropertyItem *child)
 
QmitkPropertyItemGetChild (int row) const
 
int GetChildCount () const
 
int GetColumnCount () const
 
QVariant GetData (int column) const
 
QmitkPropertyItemGetParent () const
 
int GetRow ()
 

Detailed Description

Definition at line 19 of file QmitkPropertyItem.h.

Constructor & Destructor Documentation

◆ QmitkPropertyItem()

QmitkPropertyItem::QmitkPropertyItem ( const QList< QVariant > &  data)
explicit

Definition at line 16 of file QmitkPropertyItem.cpp.

Referenced by AppendChild().

◆ ~QmitkPropertyItem()

QmitkPropertyItem::~QmitkPropertyItem ( )

Definition at line 20 of file QmitkPropertyItem.cpp.

Member Function Documentation

◆ AppendChild()

void QmitkPropertyItem::AppendChild ( QmitkPropertyItem child)

Definition at line 25 of file QmitkPropertyItem.cpp.

References AppendChild(), GetData(), and QmitkPropertyItem().

Referenced by AppendChild().

◆ GetChild()

QmitkPropertyItem * QmitkPropertyItem::GetChild ( int  row) const

Definition at line 105 of file QmitkPropertyItem.cpp.

Referenced by QmitkPropertyItemModel::index().

◆ GetChildCount()

int QmitkPropertyItem::GetChildCount ( ) const

Definition at line 110 of file QmitkPropertyItem.cpp.

Referenced by QmitkPropertyItemModel::rowCount().

◆ GetColumnCount()

int QmitkPropertyItem::GetColumnCount ( ) const

Definition at line 115 of file QmitkPropertyItem.cpp.

◆ GetData()

QVariant QmitkPropertyItem::GetData ( int  column) const

Definition at line 120 of file QmitkPropertyItem.cpp.

Referenced by AppendChild().

◆ GetParent()

QmitkPropertyItem * QmitkPropertyItem::GetParent ( ) const

Definition at line 125 of file QmitkPropertyItem.cpp.

◆ GetRow()

int QmitkPropertyItem::GetRow ( )

Definition at line 130 of file QmitkPropertyItem.cpp.

Referenced by QmitkPropertyItemModel::parent().


The documentation for this class was generated from the following files: