Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
berryShellEvent.h
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
14
#ifndef BERRYSHELLEVENT_H_
15
#define BERRYSHELLEVENT_H_
16
17
#include <
org_blueberry_ui_qt_Export.h
>
18
19
#include <
berryMacros.h
>
20
#include <
berryObject.h
>
21
22
namespace
berry
{
23
24
class
Shell;
25
34
class
BERRY_UI_QT
ShellEvent
:
public
Object
{
35
36
public
:
37
38
berryObjectMacro
(
ShellEvent
);
39
44
bool
doit
;
45
52
ShellEvent
(
SmartPointer<Shell>
source) ;
53
54
SmartPointer<Shell>
GetSource();
55
56
private
:
57
58
SmartPointer<Shell>
source;
59
60
};
61
62
}
63
64
#endif
/* BERRYSHELLEVENT_H_ */
berry
Definition:
QmitkPropertyItemModel.h:23
berryMacros.h
berry::Object
Light weight base class for most BlueBerry classes.
Definition:
berryObject.h:72
berry::ShellEvent::doit
bool doit
Definition:
berryShellEvent.h:44
berry::SmartPointer
Implements transparent reference counting.
Definition:
berryICommandCategoryListener.h:21
org_blueberry_ui_qt_Export.h
berryObjectMacro
#define berryObjectMacro(...)
Definition:
berryMacros.h:33
berry::ShellEvent
Definition:
berryShellEvent.h:34
berryObject.h
BERRY_UI_QT
#define BERRY_UI_QT
Definition:
org_blueberry_ui_qt_Export.h:25
Source
Plugins
org.blueberry.ui.qt
src
berryShellEvent.h
Generated on Thu Mar 12 2020 10:23:33 for Medical Imaging Interaction Toolkit by
1.8.13