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

Method QmitkPropertiesTableModel

Modules/QtWidgets/src/QmitkPropertiesTableModel.cpp:30–38  ·  view source on GitHub ↗

PUBLIC CTORS,DTOR

Source from the content-addressed store, hash-verified

28
29//# PUBLIC CTORS,DTOR
30QmitkPropertiesTableModel::QmitkPropertiesTableModel(QObject *parent, mitk::PropertyList::Pointer _PropertyList)
31 : QAbstractTableModel(parent),
32 m_PropertyList(nullptr),
33 m_BlockEvents(false),
34 m_SortDescending(false),
35 m_FilterKeyWord("")
36{
37 this->SetPropertyList(_PropertyList);
38}
39
40QmitkPropertiesTableModel::~QmitkPropertiesTableModel()
41{

Callers

nothing calls this directly

Calls 1

SetPropertyListMethod · 0.95

Tested by

no test coverage detected