Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkInteractionEvent_h
14 #define mitkInteractionEvent_h
16 #include "itkLightObject.h"
17 #include "itkObjectFactory.h"
47 LeftMouseButton = 0x0001,
48 RightMouseButton = 0x0002,
49 MiddleMouseButton = 0x0004
InteractionEvent::MouseButtons operator|(InteractionEvent::MouseButtons a, InteractionEvent::MouseButtons b)
static const std::string KeyF1
static const std::string KeyF5
static const std::string KeyArrowRight
static const std::string KeyF2
static const std::string KeyF12
static const std::string KeyPageUp
static const std::string KeyF9
static const std::string KeyDelete
static const std::string KeyEsc
#define mitkNewMacro1Param(classname, type)
static const std::string KeyF8
static const std::string KeySpace
static const std::string KeyReturn
static const std::string KeyPageDown
#define mitkClassMacroItkParent(className, SuperClassName)
DataCollection - Class to facilitate loading/accessing structured data.
MITKCORE_EXPORT bool operator!=(const InteractionEvent &a, const InteractionEvent &b)
static const std::string KeyEnter
static const std::string KeyPos1
static const std::string KeyF6
static const std::string KeyInsert
static const std::string KeyArrowLeft
MITKCORE_EXPORT bool operator==(const InteractionEvent &a, const InteractionEvent &b)
static const std::string KeyF11
static const std::string KeyEnd
static const std::string KeyF10
InteractionEvent::MouseButtons & operator|=(InteractionEvent::MouseButtons &a, InteractionEvent::MouseButtons &b)
static const std::string KeyF3
static const std::string KeyF7
static const std::string KeyArrowDown
static const std::string KeyF4
static const std::string KeyArrowUp