| 51 | } |
| 52 | |
| 53 | void 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 | |
| 61 | void QmitkDataStorageListInspector::SetSelectionMode(SelectionMode mode) |
| 62 | { |
nothing calls this directly
no test coverage detected