Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
berryIPresentationFactory.cpp
Go to the documentation of this file.
1
/*============================================================================
2
3
The Medical Imaging Interaction Toolkit (MITK)
4
5
Copyright (c) German Cancer Research Center (DKFZ)
6
All rights reserved.
7
8
Use of this source code is governed by a 3-clause BSD license that can be
9
found in the LICENSE file.
10
11
============================================================================*/
12
13
#include "
berryIPresentationFactory.h
"
14
15
#include "
berryConstants.h
"
16
17
namespace
berry
18
{
19
20
IPresentationFactory::~IPresentationFactory
()
21
{
22
23
}
24
25
int
IPresentationFactory::SASHTYPE_NORMAL
= 0;
26
int
IPresentationFactory::SASHTYPE_FLOATING
= 1 << 1;
27
int
IPresentationFactory::SASHORIENTATION_HORIZONTAL
=
Constants::HORIZONTAL
;
// 1<<8
28
int
IPresentationFactory::SASHORIENTATION_VERTICAL
=
Constants::VERTICAL
;
// 1<<9
29
30
}
berry
Definition:
QmitkPropertyItemModel.h:23
berry::IPresentationFactory::SASHORIENTATION_VERTICAL
static int SASHORIENTATION_VERTICAL
Definition:
berryIPresentationFactory.h:57
berry::IPresentationFactory::~IPresentationFactory
virtual ~IPresentationFactory()
Definition:
berryIPresentationFactory.cpp:20
berry::Constants::HORIZONTAL
static const int HORIZONTAL
Definition:
berryConstants.h:76
berryIPresentationFactory.h
berry::IPresentationFactory::SASHTYPE_FLOATING
static int SASHTYPE_FLOATING
Definition:
berryIPresentationFactory.h:47
berryConstants.h
berry::IPresentationFactory::SASHORIENTATION_HORIZONTAL
static int SASHORIENTATION_HORIZONTAL
Definition:
berryIPresentationFactory.h:52
berry::Constants::VERTICAL
static const int VERTICAL
Definition:
berryConstants.h:94
berry::IPresentationFactory::SASHTYPE_NORMAL
static int SASHTYPE_NORMAL
Definition:
berryIPresentationFactory.h:42
Source
Plugins
org.blueberry.ui.qt
src
presentations
berryIPresentationFactory.cpp
Generated on Thu Mar 12 2020 10:23:32 for Medical Imaging Interaction Toolkit by
1.8.13