#include <QmitkImageStatisticsTreeItem.h>
|
| QmitkImageStatisticsTreeItem () |
|
| QmitkImageStatisticsTreeItem (const ImageStatisticsObject &statisticsData, const StatisticNameVector &statisticNames, QVariant itemText, bool isWIP, QmitkImageStatisticsTreeItem *parentItem=nullptr, const mitk::DataNode *imageNode=nullptr, const mitk::DataNode *maskNode=nullptr, const mitk::Label *label=nullptr) |
|
| QmitkImageStatisticsTreeItem (const StatisticNameVector &statisticNames, QVariant itemText, bool isWIP, bool isNA, QmitkImageStatisticsTreeItem *parentItem=nullptr, const mitk::DataNode *imageNode=nullptr, const mitk::DataNode *maskNode=nullptr, const mitk::Label *label=nullptr) |
|
| ~QmitkImageStatisticsTreeItem () |
|
void | appendChild (QmitkImageStatisticsTreeItem *child) |
|
QmitkImageStatisticsTreeItem * | child (int row) |
|
int | childCount () const |
|
int | columnCount () const |
|
QVariant | data (int column) const |
|
int | row () const |
|
QmitkImageStatisticsTreeItem * | parentItem () |
|
bool | isWIP () const |
|
mitk::Label::ConstPointer | GetLabelInstance () const |
|
An item that represents an entry (usually ImageStatisticsObject) for the QmitkImageStatisticsTreeModel
Definition at line 28 of file QmitkImageStatisticsTreeItem.h.
◆ ImageStatisticsObject
◆ StatisticNameVector
◆ QmitkImageStatisticsTreeItem() [1/3]
QmitkImageStatisticsTreeItem::QmitkImageStatisticsTreeItem |
( |
| ) |
|
◆ QmitkImageStatisticsTreeItem() [2/3]
◆ QmitkImageStatisticsTreeItem() [3/3]
◆ ~QmitkImageStatisticsTreeItem()
QmitkImageStatisticsTreeItem::~QmitkImageStatisticsTreeItem |
( |
| ) |
|
◆ appendChild()
◆ child()
◆ childCount()
int QmitkImageStatisticsTreeItem::childCount |
( |
| ) |
const |
◆ columnCount()
int QmitkImageStatisticsTreeItem::columnCount |
( |
| ) |
const |
◆ data()
QVariant QmitkImageStatisticsTreeItem::data |
( |
int |
column | ) |
const |
◆ GetLabelInstance()
◆ isWIP()
bool QmitkImageStatisticsTreeItem::isWIP |
( |
| ) |
const |
indicates that the statistic container owned by this instance is only a dummy WIP container and the calculation of the up-to-date statistic is not yet finished.
◆ parentItem()
◆ row()
int QmitkImageStatisticsTreeItem::row |
( |
| ) |
const |
The documentation for this class was generated from the following file: