Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
berryIPageLayout.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 
17 #include "berryIPageLayout.h"
18 
19 namespace berry {
20 
21 const QString IPageLayout::ID_EDITOR_AREA = "org.blueberry.ui.editors";
22 
23 const QString IPageLayout::ID_RES_NAV = "org.blueberry.ui.views.ResourceNavigator";
24 
25 const QString IPageLayout::ID_PROP_SHEET = "org.blueberry.ui.views.PropertySheet";
26 
27 const QString IPageLayout::ID_OUTLINE = "org.blueberry.ui.views.ContentOutline";
28 
29 const QString IPageLayout::ID_BOOKMARKS = "org.blueberry.ui.views.BookmarkView";
30 
31 const QString IPageLayout::ID_PROBLEM_VIEW = "org.blueberry.ui.views.ProblemView";
32 
33 const QString IPageLayout::ID_PROGRESS_VIEW = "org.blueberry.ui.views.ProgressView";
34 
35 const QString IPageLayout::ID_TASK_LIST = "org.blueberry.ui.views.TaskList";
36 
37 const QString IPageLayout::ID_NAVIGATE_ACTION_SET = "org.blueberry.ui.NavigateActionSet";
38 
39 const int IPageLayout::LEFT = 1;
40 
41 const int IPageLayout::RIGHT = 2;
42 
43 const int IPageLayout::TOP = 3;
44 
45 const int IPageLayout::BOTTOM = 4;
46 
47 const float IPageLayout::RATIO_MIN = 0.05f;
48 
49 const float IPageLayout::RATIO_MAX = 0.95f;
50 
51 const float IPageLayout::DEFAULT_VIEW_RATIO = 0.5f;
52 
53 const float IPageLayout::INVALID_RATIO = -1.0;
54 
55 const float IPageLayout::NULL_RATIO = -2.0;
56 
57 }
static const int LEFT
static const float INVALID_RATIO
static const int BOTTOM
static const int RIGHT
static const float RATIO_MIN
static const QString ID_BOOKMARKS
static const int TOP
static const QString ID_PROGRESS_VIEW
static const float RATIO_MAX
static const QString ID_PROBLEM_VIEW
static const float NULL_RATIO
static const QString ID_TASK_LIST
static const QString ID_NAVIGATE_ACTION_SET
static const QString ID_OUTLINE
static const QString ID_PROP_SHEET
static const float DEFAULT_VIEW_RATIO
static const QString ID_RES_NAV