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

Method GetPropertyList

Modules/QtWidgets/src/QmitkPropertyItemModel.cpp:235–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235mitk::PropertyList *QmitkPropertyItemModel::GetPropertyList() const
236{
237 return m_PropertyList.Lock().GetPointer();
238}
239
240QVariant QmitkPropertyItemModel::headerData(int section, Qt::Orientation orientation, int role) const
241{

Callers 4

AddOverlayMethod · 0.45
InsertNodeMethod · 0.45
UpdateComboBoxTextMethod · 0.45

Calls 2

GetPointerMethod · 0.80
LockMethod · 0.45

Tested by

no test coverage detected