Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
berryAbstractHandleObjectEvent.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 
18 #ifndef BERRYABSTRACTHANDLEOBJECTEVENT_H_
19 #define BERRYABSTRACTHANDLEOBJECTEVENT_H_
20 
22 
23 namespace berry {
24 
34 {
35 
36 public:
38 
44  bool IsDefinedChanged() const;
45 
46 protected:
47 
52  static int CHANGED_DEFINED(); // = 1;
53 
57  static int LAST_BIT_USED_ABSTRACT_HANDLE(); // = CHANGED_DEFINED;
58 
65  AbstractHandleObjectEvent(bool definedChanged);
66 
67 };
68 
69 }
70 
71 #endif /* BERRYABSTRACTHANDLEOBJECTEVENT_H_ */
#define berryObjectMacro(...)
Definition: berryMacros.h:37