Medical Imaging Interaction Toolkit  2023.12.00
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
MatchPointBrowserConstants.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 MatchPointBrowserConstants_h
14 #define MatchPointBrowserConstants_h
15 
16 #include <QString>
17 #include <string>
18 
20 
26 {
31  static const std::string MDAR_DIRECTORIES_NODE_NAME;
32 
37  static const std::string MDAR_FILES_NODE_NAME;
38 
42  static const std::string DEBUG_OUTPUT_NODE_NAME;
43 
48  static const std::string LOAD_FROM_APPLICATION_DIR;
49 
54  static const std::string LOAD_FROM_HOME_DIR;
55 
60  static const std::string LOAD_FROM_CURRENT_DIR;
61 
66  static const std::string LOAD_FROM_AUTO_LOAD_DIR;
67 
71  static const std::string VIEW_ID;
72 
73 };
74 
75 #endif // MatchPointBrowserConstants_h
MatchPointBrowserConstants::MDAR_DIRECTORIES_NODE_NAME
static const std::string MDAR_DIRECTORIES_NODE_NAME
The name of the preferences node containing the list of directories to scan for MatchPoint Deployed R...
Definition: MatchPointBrowserConstants.h:31
MatchPointBrowserConstants
Structure to define a namespace for constants used privately within this view.
Definition: MatchPointBrowserConstants.h:25
MatchPointBrowserConstants::LOAD_FROM_APPLICATION_DIR
static const std::string LOAD_FROM_APPLICATION_DIR
The name of the preferences node containing a boolean describing whether we are loading MDRAs from th...
Definition: MatchPointBrowserConstants.h:48
org_mitk_matchpoint_core_helper_Export.h
MatchPointBrowserConstants::MDAR_FILES_NODE_NAME
static const std::string MDAR_FILES_NODE_NAME
The name of the preferences node containing the additional MatchPoint Deployed Registration Algorithm...
Definition: MatchPointBrowserConstants.h:37
MatchPointBrowserConstants::VIEW_ID
static const std::string VIEW_ID
The View ID = org.mitk.gui.qt.algorithm.browser, and should match that in plugin.xml.
Definition: MatchPointBrowserConstants.h:71
MatchPointBrowserConstants::LOAD_FROM_CURRENT_DIR
static const std::string LOAD_FROM_CURRENT_DIR
The name of the preferences node containing a boolean describing whether we are loading MDRAs from th...
Definition: MatchPointBrowserConstants.h:60
MatchPointBrowserConstants::DEBUG_OUTPUT_NODE_NAME
static const std::string DEBUG_OUTPUT_NODE_NAME
The name of the preferences node containing whether we are producing debug output.
Definition: MatchPointBrowserConstants.h:42
MatchPointBrowserConstants::LOAD_FROM_AUTO_LOAD_DIR
static const std::string LOAD_FROM_AUTO_LOAD_DIR
The name of the preferences node containing a boolean describing whether we are loading MDRAs from th...
Definition: MatchPointBrowserConstants.h:66
MITK_MATCHPOINT_CORE_HELPER_EXPORT
#define MITK_MATCHPOINT_CORE_HELPER_EXPORT
Definition: org_mitk_matchpoint_core_helper_Export.h:26
MatchPointBrowserConstants::LOAD_FROM_HOME_DIR
static const std::string LOAD_FROM_HOME_DIR
The name of the preferences node containing a boolean describing whether we are loading MDRAs from th...
Definition: MatchPointBrowserConstants.h:54