Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <QmitkNodeSelectionConstants.h>
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 |
Definition at line 22 of file QmitkNodeSelectionConstants.h.
|
static |
ID for the value that stores the preferred inspector ID in the root preference node.
Definition at line 30 of file QmitkNodeSelectionConstants.h.
|
static |
ID/Path of main preference node for node selections.
Definition at line 25 of file QmitkNodeSelectionConstants.h.
|
static |
ID for the value that stores if the favorite inspector should be visible.
Definition at line 34 of file QmitkNodeSelectionConstants.h.
|
static |
ID for the value that stores if the history inspector should be visible.
Definition at line 36 of file QmitkNodeSelectionConstants.h.
|
static |
ID for the value that stores the inspector ID in the preference node.
Definition at line 32 of file QmitkNodeSelectionConstants.h.
|
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.