Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
berryWorkbenchPreferenceConstants.cpp
Go to the documentation of this file.
1 /*===================================================================
2 
3 BlueBerry Platform
4 
5 Copyright (c) German Cancer Research Center,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
18 
19 #include <QString>
20 
21 namespace berry
22 {
23 
25  "LINK_NAVIGATOR_TO_EDITOR";
27  "OPEN_NEW_PERSPECTIVE";
29  "OPEN_PERSPECTIVE_WINDOW";
31  "OPEN_PERSPECTIVE_PAGE";
33  "OPEN_PERSPECTIVE_REPLACE";
35  "NO_NEW_PERSPECTIVE";
37  "defaultPerspectiveId";
39  "presentationFactoryId";
41  "DOCK_PERSPECTIVE_BAR";
43  "PERSPECTIVE_BAR_SIZE";
45  "initialFastViewBarLocation";
47  "preferredSashLayout";
48 const QString WorkbenchPreferenceConstants::TOP_RIGHT = "topRight";
49 const QString WorkbenchPreferenceConstants::TOP_LEFT = "topLeft";
50 const QString WorkbenchPreferenceConstants::LEFT = "left";
51 const QString WorkbenchPreferenceConstants::BOTTOM = "bottom";
52 const QString WorkbenchPreferenceConstants::RIGHT = "right";
53 const QString WorkbenchPreferenceConstants::SHOW_INTRO = "showIntro";
55  "SHOW_TRADITIONAL_STYLE_TABS";
57  "SHOW_TEXT_ON_PERSPECTIVE_BAR";
59  "SHOW_OPEN_ON_PERSPECTIVE_BAR";
61  "SHOW_OTHER_IN_PERSPECTIVE_MENU";
63  "helpContentsActionText";
65  "helpSearchActionText";
67  "dynamicHelpActionText";
69  "ENABLE_ANIMATIONS";
71  "USE_COLORED_LABELS";
73  "KEY_CONFIGURATION_ID";
75  "EDITOR_MINIMUM_CHARACTERS";
77  "VIEW_MINIMUM_CHARACTERS";
79  "SHOW_SYSTEM_JOBS";
81  "CURRENT_THEME_ID";
83  "CLOSE_EDITORS_ON_EXIT";
85  "SHOW_PROGRESS_ON_STARTUP";
87  "SHOW_MEMORY_MONITOR";
88 const QString
90  "USE_WINDOW_WORKING_SET_BY_DEFAULT";
92  "SHOW_FILTERED_TEXTS";
94  "ENABLE_DETACHED_VIEWS";
95 const QString
97  "PROMPT_WHEN_SAVEABLE_STILL_OPEN";
99  "PERSPECTIVE_BAR_EXTRAS";
100 const QString WorkbenchPreferenceConstants::LOCK_TRIM = "LOCK_TRIM";
102  "ENABLE_MIN_MAX";
104  "disableNewFastView";
105 const QString
107  "ENABLE_32_STICKY_CLOSE_BEHAVIOR";
109  "VIEW_TAB_POSITION";
111  "EDITOR_TAB_POSITION";
113  "SHOW_MULTIPLE_EDITOR_TABS";
115  "DISABLE_OPEN_EDITOR_IN_PLACE";
116 
117 }