Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
MatchPointBrowserConstants Class Reference

Structure to define a namespace for constants used privately within this view. More...

#include <MatchPointBrowserConstants.h>

Collaboration diagram for MatchPointBrowserConstants:

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...
 

Detailed Description

Structure to define a namespace for constants used privately within this view.

Definition at line 29 of file MatchPointBrowserConstants.h.

Member Data Documentation

const std::string MatchPointBrowserConstants::DEBUG_OUTPUT_NODE_NAME
static

The name of the preferences node containing whether we are producing debug output.

Definition at line 46 of file MatchPointBrowserConstants.h.

const std::string MatchPointBrowserConstants::LOAD_FROM_APPLICATION_DIR
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.

const std::string MatchPointBrowserConstants::LOAD_FROM_AUTO_LOAD_DIR
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.

const std::string MatchPointBrowserConstants::LOAD_FROM_CURRENT_DIR
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.

const std::string MatchPointBrowserConstants::LOAD_FROM_HOME_DIR
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.

const std::string MatchPointBrowserConstants::MDAR_DIRECTORIES_NODE_NAME
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.

const std::string MatchPointBrowserConstants::MDAR_FILES_NODE_NAME
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.

const std::string MatchPointBrowserConstants::VIEW_ID
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.


The documentation for this class was generated from the following file: