Medical Imaging Interaction Toolkit  2023.12.00
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 
18 
19 #include <berryMacros.h>
20 #include <berryObject.h>
21 
22 namespace berry {
23 
24 class Shell;
25 
33 class BERRY_UI_QT ShellEvent : public Object {
34 
35 public:
36 
38 
43  bool doit;
44 
52 
53  SmartPointer<Shell> GetSource();
54 
55 private:
56 
57  SmartPointer<Shell> source;
58 
59 };
60 
61 }
62 
63 #endif /* BERRYSHELLEVENT_H_ */
org_blueberry_ui_qt_Export.h
berryMacros.h
berry::SmartPointer
Implements transparent reference counting.
Definition: berryICommandCategoryListener.h:21
berry::Object
Light weight base class for most BlueBerry classes.
Definition: berryObject.h:72
BERRY_UI_QT
#define BERRY_UI_QT
Definition: org_blueberry_ui_qt_Export.h:26
berry::ShellEvent
Definition: berryShellEvent.h:33
berryObjectMacro
#define berryObjectMacro(...)
Definition: berryMacros.h:33
berryObject.h
berry
Definition: QmitkPropertyItemModel.h:24
berry::ShellEvent::doit
bool doit
Definition: berryShellEvent.h:43