MCPcopy Create free account
hub / github.com/MITK/MITK / QmitkPropertyItemModel

Method QmitkPropertyItemModel

Modules/QtWidgets/src/QmitkPropertyItemModel.cpp:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59};
60
61QmitkPropertyItemModel::QmitkPropertyItemModel(QObject *parent)
62 : QAbstractItemModel(parent),
63 m_PropertyAliases(mitk::CoreServices::GetPropertyAliases()),
64 m_PropertyFilters(mitk::CoreServices::GetPropertyFilters())
65{
66 this->CreateRootItem();
67}
68
69QmitkPropertyItemModel::~QmitkPropertyItemModel()
70{

Callers

nothing calls this directly

Calls 1

CreateRootItemMethod · 0.95

Tested by

no test coverage detected