Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Structure to define a namespace for constants used privately within this view. More...
#include <MatchPointBrowserConstants.h>
Static Public Attributes | |
static const std::string | MDAR_DIRECTORIES_NODE_NAME |
The name of the preferences node containing the list of directories to scan for MatchPoint Deployed Registration Algorithms (MDRA). More... | |
static const std::string | MDAR_FILES_NODE_NAME |
The name of the preferences node containing the additional MatchPoint Deployed Registration Algorithms (MDRA) that should be explicitly checked/loaded. More... | |
static const std::string | DEBUG_OUTPUT_NODE_NAME |
The name of the preferences node containing whether we are producing debug output. More... | |
static const std::string | LOAD_FROM_APPLICATION_DIR |
The name of the preferences node containing a boolean describing whether we are loading MDRAs from the application directory. More... | |
static const std::string | LOAD_FROM_HOME_DIR |
The name of the preferences node containing a boolean describing whether we are loading MDRAs from the users home directory. More... | |
static const std::string | LOAD_FROM_CURRENT_DIR |
The name of the preferences node containing a boolean describing whether we are loading MDRAs from the applications current working directory. More... | |
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 the directory specified in MDRA_MODULE_LOAD_PATH. More... | |
static const std::string | VIEW_ID |
The View ID = org.mitk.gui.qt.algorithm.browser, and should match that in plugin.xml. More... | |
Structure to define a namespace for constants used privately within this view.
Definition at line 29 of file MatchPointBrowserConstants.h.
|
static |
The name of the preferences node containing whether we are producing debug output.
Definition at line 46 of file MatchPointBrowserConstants.h.
|
static |
The name of the preferences node containing a boolean describing whether we are loading MDRAs from the application directory.
Definition at line 52 of file MatchPointBrowserConstants.h.
|
static |
The name of the preferences node containing a boolean describing whether we are loading MDRAs from the directory specified in MDRA_MODULE_LOAD_PATH.
Definition at line 70 of file MatchPointBrowserConstants.h.
|
static |
The name of the preferences node containing a boolean describing whether we are loading MDRAs from the applications current working directory.
Definition at line 64 of file MatchPointBrowserConstants.h.
|
static |
The name of the preferences node containing a boolean describing whether we are loading MDRAs from the users home directory.
Definition at line 58 of file MatchPointBrowserConstants.h.
|
static |
The name of the preferences node containing the list of directories to scan for MatchPoint Deployed Registration Algorithms (MDRA).
Definition at line 35 of file MatchPointBrowserConstants.h.
|
static |
The name of the preferences node containing the additional MatchPoint Deployed Registration Algorithms (MDRA) that should be explicitly checked/loaded.
Definition at line 41 of file MatchPointBrowserConstants.h.
|
static |
The View ID = org.mitk.gui.qt.algorithm.browser, and should match that in plugin.xml.
Definition at line 75 of file MatchPointBrowserConstants.h.