Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
berryIWorkbenchPartConstants.h
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 #ifndef BERRYIWORKBENCHPARTCONSTANTS_H_
17 #define BERRYIWORKBENCHPARTCONSTANTS_H_
18 
19 #include <string>
20 
22 
23 namespace berry
24 {
25 
36 
41  static const QString INTEGER_PROPERTY;
42 
47  static const int PROP_TITLE;
48 
52  static const int PROP_DIRTY;
53 
57  static const int PROP_INPUT;
58 
62  static const int PROP_PART_NAME;
63 
67  static const int PROP_CONTENT_DESCRIPTION;
68 
73  static const int PROP_PREFERRED_SIZE;
74 
78  static const int PROP_OPENED; // = 0x211;
79 
83  static const int PROP_CLOSED; // = 0x212;
84 
88  static const int PROP_PINNED; // = 0x213;
89 
93  static const int PROP_VISIBLE; // = 0x214;
94 
98  //static const int PROP_ZOOMED = 0x215;
99 
104  static const int PROP_ACTIVE_CHILD_CHANGED; // = 0x216;
105 
110  //static final int PROP_MAXIMIZED = 0x217;
111 
112 };
113 
114 }
115 
116 #endif /*BERRYIWORKBENCHPARTCONSTANTS_H_*/
#define BERRY_UI_QT