Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
mitkDisplayActionEventHandlerSynchronized.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 #ifndef MITKDISPLAYACTIONEVENTHANDLERSYNCHRONIZED_H
14 #define MITKDISPLAYACTIONEVENTHANDLERSYNCHRONIZED_H
15 
16 #include <MitkCoreExports.h>
17 
18 // mitk core
20 
21 namespace mitk
22 {
24  {
25  protected:
26 
33  void InitActionsImpl() override;
34  };
35 } // end namespace mitk
36 
37 #endif // MITKDISPLAYACTIONEVENTHANDLERSYNCHRONIZED_H
#define MITKCORE_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
This class simplifies the process of adding an itkEventObject-itkCommand pair as an observer of a Dis...