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
berryEmptyPerspective.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
17
#ifndef BERRYEMPTYPERSPECTIVE_H_
18
#define BERRYEMPTYPERSPECTIVE_H_
19
20
#include <
berryIPerspectiveFactory.h
>
21
22
#include <org_blueberry_uitest_Export.h>
23
24
namespace
berry
25
{
26
31
class
BERRY_UITEST_EXPORT
EmptyPerspective
:
public
QObject,
public
IPerspectiveFactory
32
{
33
Q_OBJECT
34
Q_INTERFACES(
berry::IPerspectiveFactory
)
35
36
private
:
37
38
static
QString LastPerspective;
39
40
public
:
41
42
EmptyPerspective
(
const
EmptyPerspective
& other);
43
47
static
const
QString
PERSP_ID
;
// = "org.blueberry.uitest.util.EmptyPerspective";
48
52
static
const
QString
PERSP_ID2
;
// = "org.blueberry.uitest.util.EmptyPerspective2";
53
54
60
static
QString GetLastPerspective();
61
67
static
void
SetLastPerspective(
const
QString& perspId);
68
72
EmptyPerspective
();
73
88
void
CreateInitialLayout(
IPageLayout::Pointer
layout);
89
};
90
91
}
92
93
#endif
/* BERRYEMPTYPERSPECTIVE_H_ */
berry
Definition:
QmitkPropertyItemModel.h:27
berryIPerspectiveFactory.h
berry::SmartPointer< Self >
berry::EmptyPerspective::PERSP_ID2
static const QString PERSP_ID2
Definition:
berryEmptyPerspective.h:52
berry::EmptyPerspective::PERSP_ID
static const QString PERSP_ID
Definition:
berryEmptyPerspective.h:47
berry::IPerspectiveFactory
Definition:
berryIPerspectiveFactory.h:86
berry::EmptyPerspective
Definition:
berryEmptyPerspective.h:31
git
MITK
Plugins
org.blueberry.uitest
src
util
berryEmptyPerspective.h
Generated on Fri Feb 3 2017 20:51:43 for Medical Imaging Interaction Toolkit by
1.8.9.1