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

Method Initialize

Modules/QtWidgets/src/QmitkDataStorageListInspector.cpp:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void QmitkDataStorageListInspector::Initialize()
54{
55 m_StorageModel->SetDataStorage(m_DataStorage.Lock());
56 m_StorageModel->SetNodePredicate(m_NodePredicate);
57
58 m_Connector->SetView(m_Controls->view);
59}
60
61void QmitkDataStorageListInspector::SetSelectionMode(SelectionMode mode)
62{

Callers

nothing calls this directly

Calls 4

SetViewMethod · 0.80
SetDataStorageMethod · 0.45
LockMethod · 0.45
SetNodePredicateMethod · 0.45

Tested by

no test coverage detected