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

Method Initialize

Modules/QtWidgets/src/QmitkDataStorageSelectionHistoryInspector.cpp:51–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected