Medical Imaging Interaction Toolkit  2023.12.99-63768887
Medical Imaging Interaction Toolkit
mitkEventFactory.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 mitkEventFactory_h
14 #define mitkEventFactory_h
15 
16 #include "mitkCommon.h"
17 #include "mitkInteractionEvent.h"
18 #include "mitkPropertyList.h"
19 #include <MitkCoreExports.h>
20 
21 namespace mitk
22 {
36  {
37  public:
44  static InteractionEvent::Pointer CreateEvent(PropertyList::Pointer eventDescription);
45 
51  static std::string EventToXML(InteractionEvent *event);
52  };
53 }
54 
55 #endif
mitk::InteractionEvent
Definition: mitkInteractionEvent.h:26
mitkInteractionEvent.h
mitk::EventFactory
Generates InteractionEvent-Objects/XML.
Definition: mitkEventFactory.h:35
itk::SmartPointer< Self >
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
MitkCoreExports.h
mitkPropertyList.h
mitkCommon.h
MITKCORE_EXPORT
#define MITKCORE_EXPORT
Definition: MitkCoreExports.h:15