Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
Medical Imaging Interaction Toolkit
mitk::NodeSelectionConstants Struct Reference

#include <QmitkNodeSelectionConstants.h>

Collaboration diagram for mitk::NodeSelectionConstants:

Static Public Attributes

static const std::string ROOT_PREFERENCE_NODE_ID
 
static const std::string VISIBLE_INSPECTORS_NODE_ID
 
static const std::string PREFERRED_INSPECTOR_ID
 
static const std::string VISIBLE_INSPECTOR_ID
 
static const std::string SHOW_FAVORITE_INSPECTOR
 
static const std::string SHOW_HISTORY_INSPECTOR
 

Detailed Description

Definition at line 22 of file QmitkNodeSelectionConstants.h.

Member Data Documentation

◆ PREFERRED_INSPECTOR_ID

const std::string mitk::NodeSelectionConstants::PREFERRED_INSPECTOR_ID
static

ID for the value that stores the preferred inspector ID in the root preference node.

Definition at line 30 of file QmitkNodeSelectionConstants.h.

◆ ROOT_PREFERENCE_NODE_ID

const std::string mitk::NodeSelectionConstants::ROOT_PREFERENCE_NODE_ID
static

ID/Path of main preference node for node selections.

Definition at line 25 of file QmitkNodeSelectionConstants.h.

◆ SHOW_FAVORITE_INSPECTOR

const std::string mitk::NodeSelectionConstants::SHOW_FAVORITE_INSPECTOR
static

ID for the value that stores if the favorite inspector should be visible.

Definition at line 34 of file QmitkNodeSelectionConstants.h.

◆ SHOW_HISTORY_INSPECTOR

const std::string mitk::NodeSelectionConstants::SHOW_HISTORY_INSPECTOR
static

ID for the value that stores if the history inspector should be visible.

Definition at line 36 of file QmitkNodeSelectionConstants.h.

◆ VISIBLE_INSPECTOR_ID

const std::string mitk::NodeSelectionConstants::VISIBLE_INSPECTOR_ID
static

ID for the value that stores the inspector ID in the preference node.

Definition at line 32 of file QmitkNodeSelectionConstants.h.

◆ VISIBLE_INSPECTORS_NODE_ID

const std::string mitk::NodeSelectionConstants::VISIBLE_INSPECTORS_NODE_ID
static

ID of main preference node where all visible inspectors are stored (e.g. ROOT_PREFERENCE_NODE_ID+"/"+VISIBLE_INSPECTORS_NODE_ID+"/[orderering #]"). The sub node naming encodes the ordering number of the visible inspector.

Definition at line 28 of file QmitkNodeSelectionConstants.h.


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