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

Method Initialize

Modules/QtWidgets/src/QmitkDataStorageTreeInspector.cpp:55–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void QmitkDataStorageTreeInspector::Initialize()
56{
57 m_StorageModel->SetDataStorage(m_DataStorage.Lock());
58 m_StorageModel->SetNodePredicate(m_NodePredicate);
59
60 m_Connector->SetView(m_Controls->view);
61
62 m_Controls->view->expandAll();
63}
64
65void QmitkDataStorageTreeInspector::SetSelectionMode(SelectionMode mode)
66{

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