Medical Imaging Interaction Toolkit  2025.12.02
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 #ifndef QmitkNodeSelectionPreferenceHelper_h
14 #define QmitkNodeSelectionPreferenceHelper_h
15 
16 #include <MitkQtWidgetsExports.h>
17 
18 #include <string>
19 #include <map>
20 
21 namespace mitk
22 {
23  using DataStorageInspectorIDType = std::string;
24 
27  using VisibleDataStorageInspectorMapType = std::map<unsigned int, DataStorageInspectorIDType>;
28 
31 
35 
38 
41 
44 
47 
50 
53 }
54 
55 #endif
#define MITKQTWIDGETS_EXPORT
Find image slices visible on a given plane.
MITKQTWIDGETS_EXPORT void PutPreferredDataStorageInspector(const DataStorageInspectorIDType &id)
MITKQTWIDGETS_EXPORT DataStorageInspectorIDType GetPreferredDataStorageInspector()
MITKQTWIDGETS_EXPORT bool GetShowHistoryInspector()
MITKQTWIDGETS_EXPORT bool GetShowFavoritesInspector()
MITKQTWIDGETS_EXPORT void PutShowFavoritesInspector(bool show)
std::map< unsigned int, DataStorageInspectorIDType > VisibleDataStorageInspectorMapType
MITKQTWIDGETS_EXPORT VisibleDataStorageInspectorMapType GetVisibleDataStorageInspectors()
std::string DataStorageInspectorIDType
MITKQTWIDGETS_EXPORT void PutShowHistoryInspector(bool show)
MITKQTWIDGETS_EXPORT void PutVisibleDataStorageInspectors(const VisibleDataStorageInspectorMapType &inspectors)