Medical Imaging Interaction Toolkit  2023.12.99-63768887
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
mitk::GetShowHistoryInspector
MITKQTWIDGETS_EXPORT bool GetShowHistoryInspector()
mitk::GetShowFavoritesInspector
MITKQTWIDGETS_EXPORT bool GetShowFavoritesInspector()
MITKQTWIDGETS_EXPORT
#define MITKQTWIDGETS_EXPORT
Definition: MitkQtWidgetsExports.h:15
mitk::PutVisibleDataStorageInspectors
MITKQTWIDGETS_EXPORT void PutVisibleDataStorageInspectors(const VisibleDataStorageInspectorMapType &inspectors)
mitk::PutShowFavoritesInspector
MITKQTWIDGETS_EXPORT void PutShowFavoritesInspector(bool show)
mitk::GetPreferredDataStorageInspector
MITKQTWIDGETS_EXPORT DataStorageInspectorIDType GetPreferredDataStorageInspector()
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
mitk::PutPreferredDataStorageInspector
MITKQTWIDGETS_EXPORT void PutPreferredDataStorageInspector(const DataStorageInspectorIDType &id)
mitk::GetVisibleDataStorageInspectors
MITKQTWIDGETS_EXPORT VisibleDataStorageInspectorMapType GetVisibleDataStorageInspectors()
mitk::DataStorageInspectorIDType
std::string DataStorageInspectorIDType
Definition: QmitkNodeSelectionPreferenceHelper.h:23
MitkQtWidgetsExports.h
mitk::VisibleDataStorageInspectorMapType
std::map< unsigned int, DataStorageInspectorIDType > VisibleDataStorageInspectorMapType
Definition: QmitkNodeSelectionPreferenceHelper.h:27
mitk::PutShowHistoryInspector
MITKQTWIDGETS_EXPORT void PutShowHistoryInspector(bool show)