Medical Imaging Interaction Toolkit  2016.11.0
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,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 #ifndef MatchPointBrowserConstants_h
18 #define MatchPointBrowserConstants_h
19 
20 #include <QString>
21 #include <string>
22 
24 
30 {
35  static const std::string MDAR_DIRECTORIES_NODE_NAME;
36 
41  static const std::string MDAR_FILES_NODE_NAME;
42 
46  static const std::string DEBUG_OUTPUT_NODE_NAME;
47 
52  static const std::string LOAD_FROM_APPLICATION_DIR;
53 
58  static const std::string LOAD_FROM_HOME_DIR;
59 
64  static const std::string LOAD_FROM_CURRENT_DIR;
65 
70  static const std::string LOAD_FROM_AUTO_LOAD_DIR;
71 
75  static const std::string VIEW_ID;
76 
77 };
78 
79 #endif // MatchPointBrowserConstants_h
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...
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...
static const std::string DEBUG_OUTPUT_NODE_NAME
The name of the preferences node containing whether we are producing debug output.
static const std::string VIEW_ID
The View ID = org.mitk.gui.qt.algorithm.browser, and should match that in plugin.xml.
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...
Structure to define a namespace for constants used privately within this view.
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...
#define MITK_MATCHPOINT_CORE_HELPER_EXPORT
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...
static const std::string MDAR_FILES_NODE_NAME
The name of the preferences node containing the additional MatchPoint Deployed Registration Algorithm...