Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
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 25 of file MatchPointBrowserConstants.h.

Member Data Documentation

◆ DEBUG_OUTPUT_NODE_NAME

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 42 of file MatchPointBrowserConstants.h.

◆ LOAD_FROM_APPLICATION_DIR

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 48 of file MatchPointBrowserConstants.h.

◆ LOAD_FROM_AUTO_LOAD_DIR

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 66 of file MatchPointBrowserConstants.h.

◆ LOAD_FROM_CURRENT_DIR

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 60 of file MatchPointBrowserConstants.h.

◆ LOAD_FROM_HOME_DIR

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 54 of file MatchPointBrowserConstants.h.

◆ MDAR_DIRECTORIES_NODE_NAME

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 31 of file MatchPointBrowserConstants.h.

◆ MDAR_FILES_NODE_NAME

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 37 of file MatchPointBrowserConstants.h.

◆ VIEW_ID

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 71 of file MatchPointBrowserConstants.h.


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