Medical Imaging Interaction Toolkit
2022.04.99-3f7a773b
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:24
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:26
src
MITK
Plugins
org.blueberry.ui.qt
src
berryShellEvent.h
Generated on Wed May 18 2022 02:19:29 for Medical Imaging Interaction Toolkit by
1.8.13