Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkDisplayActionEventHandlerStd.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 mitkDisplayActionEventHandlerStd_h
14 #define mitkDisplayActionEventHandlerStd_h
15 
16 #include <MitkCoreExports.h>
17 
18 // mitk core
20 
21 namespace mitk
22 {
24  {
25  protected:
26 
42  void InitActionsImpl(const std::string& prefixFilter = "") override;
43  };
44 } // end namespace mitk
45 
46 #endif
#define MITKCORE_EXPORT
void InitActionsImpl(const std::string &prefixFilter="") override
Initializes common standard display actions by using mixed synchronized and desynchronized display ac...
This class simplifies the process of adding an itkEventObject-itkCommand pair as an observer of a Dis...
Find image slices visible on a given plane.