Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
QmitkNodeSelectionPreferenceHelper.h
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 
14 #ifndef __QMITK_NODE_SELECTION_PREFERENCE_HELPER_H
15 #define __QMITK_NODE_SELECTION_PREFERENCE_HELPER_H
16 
17 #include <string>
18 #include <map>
19 
20 namespace mitk
21 {
22  using DataStorageInspectorIDType = std::string;
23 
26  using VisibleDataStorageInspectorMapType = std::map<unsigned int, DataStorageInspectorIDType>;
27 
30 
34 
37 
40 
41 
43  void PutShowFavoritesInspector(bool show);
44 
47 
49  void PutShowHistoryInspector(bool show);
50 
53 }
54 
55 #endif
std::string DataStorageInspectorIDType
void PutShowHistoryInspector(bool show)
void PutPreferredDataStorageInspector(const DataStorageInspectorIDType &id)
DataCollection - Class to facilitate loading/accessing structured data.
VisibleDataStorageInspectorMapType GetVisibleDataStorageInspectors()
DataStorageInspectorIDType GetPreferredDataStorageInspector()
void PutVisibleDataStorageInspectors(const VisibleDataStorageInspectorMapType &inspectors)
void PutShowFavoritesInspector(bool show)
std::map< unsigned int, DataStorageInspectorIDType > VisibleDataStorageInspectorMapType