Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
Home
Manual
API Reference
Download
Bugzilla
Groups
Namespace List
Class List
File List
Examples
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
berryIPresentationFactory.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 "
berryIPresentationFactory.h
"
18
19
#include "
berryConstants.h
"
20
21
namespace
berry
22
{
23
24
IPresentationFactory::~IPresentationFactory
()
25
{
26
27
}
28
29
int
IPresentationFactory::SASHTYPE_NORMAL
= 0;
30
int
IPresentationFactory::SASHTYPE_FLOATING
= 1 << 1;
31
int
IPresentationFactory::SASHORIENTATION_HORIZONTAL
=
Constants::HORIZONTAL
;
// 1<<8
32
int
IPresentationFactory::SASHORIENTATION_VERTICAL
=
Constants::VERTICAL
;
// 1<<9
33
34
}
berry
Definition:
QmitkPropertyItemModel.h:27
berry::IPresentationFactory::SASHORIENTATION_VERTICAL
static int SASHORIENTATION_VERTICAL
Definition:
berryIPresentationFactory.h:61
berry::IPresentationFactory::~IPresentationFactory
virtual ~IPresentationFactory()
Definition:
berryIPresentationFactory.cpp:24
berry::Constants::HORIZONTAL
static const int HORIZONTAL
Definition:
berryConstants.h:80
berryIPresentationFactory.h
berry::IPresentationFactory::SASHTYPE_FLOATING
static int SASHTYPE_FLOATING
Definition:
berryIPresentationFactory.h:51
berryConstants.h
berry::IPresentationFactory::SASHORIENTATION_HORIZONTAL
static int SASHORIENTATION_HORIZONTAL
Definition:
berryIPresentationFactory.h:56
berry::Constants::VERTICAL
static const int VERTICAL
Definition:
berryConstants.h:98
berry::IPresentationFactory::SASHTYPE_NORMAL
static int SASHTYPE_NORMAL
Definition:
berryIPresentationFactory.h:46
git
MITK
Plugins
org.blueberry.ui.qt
src
presentations
berryIPresentationFactory.cpp
Generated on Fri Feb 3 2017 20:51:44 for Medical Imaging Interaction Toolkit by
1.8.9.1