Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <mitkInteractionEvent.h>
Public Types | |
enum | MouseButtons { NoButton, LeftMouseButton, RightMouseButton, MiddleMouseButton } |
enum | ModifierKeys { NoKey, ShiftKey, ControlKey, AltKey } |
typedef InteractionEvent | Self |
typedef itk::LightObject | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
virtual std::vector< std::string > | GetClassHierarchy () const |
virtual const char * | GetClassName () const |
void | SetSender (BaseRenderer *sender) |
BaseRenderer * | GetSender () const |
virtual bool | IsSuperClassOf (const InteractionEvent::Pointer &baseClass) const |
Static Public Member Functions | |
static const char * | GetStaticNameOfClass () |
static Pointer | New (BaseRenderer *_arg) |
Static Public Attributes | |
static const std::string | KeyEsc |
static const std::string | KeyEnter |
static const std::string | KeyReturn |
static const std::string | KeyDelete |
static const std::string | KeyArrowUp |
static const std::string | KeyArrowDown |
static const std::string | KeyArrowLeft |
static const std::string | KeyArrowRight |
static const std::string | KeyF1 |
static const std::string | KeyF2 |
static const std::string | KeyF3 |
static const std::string | KeyF4 |
static const std::string | KeyF5 |
static const std::string | KeyF6 |
static const std::string | KeyF7 |
static const std::string | KeyF8 |
static const std::string | KeyF9 |
static const std::string | KeyF10 |
static const std::string | KeyF11 |
static const std::string | KeyF12 |
static const std::string | KeyPos1 |
static const std::string | KeyEnd |
static const std::string | KeyInsert |
static const std::string | KeyPageUp |
static const std::string | KeyPageDown |
static const std::string | KeySpace |
Protected Member Functions | |
InteractionEvent (BaseRenderer *) | |
~InteractionEvent () override | |
virtual bool | IsEqual (const InteractionEvent &other) const |
Definition at line 26 of file mitkInteractionEvent.h.
typedef itk::SmartPointer<const Self> mitk::InteractionEvent::ConstPointer |
Definition at line 29 of file mitkInteractionEvent.h.
Definition at line 29 of file mitkInteractionEvent.h.
Definition at line 29 of file mitkInteractionEvent.h.
typedef itk::LightObject mitk::InteractionEvent::Superclass |
Definition at line 29 of file mitkInteractionEvent.h.
Enumerator | |
---|---|
NoKey | |
ShiftKey | |
ControlKey | |
AltKey |
Definition at line 52 of file mitkInteractionEvent.h.
Mouse/keyboard state values
Enumerator | |
---|---|
NoButton | |
LeftMouseButton | |
RightMouseButton | |
MiddleMouseButton |
Definition at line 44 of file mitkInteractionEvent.h.
|
protected |
|
overrideprotected |
|
inlinevirtual |
Reimplemented in mitk::InteractionKeyEvent, mitk::InteractionPositionEvent, mitk::InternalEvent, mitk::MouseWheelEvent, mitk::MouseDoubleClickEvent, mitk::MousePressEvent, mitk::MouseReleaseEvent, and mitk::MouseMoveEvent.
Definition at line 29 of file mitkInteractionEvent.h.
|
virtual |
BaseRenderer* mitk::InteractionEvent::GetSender | ( | ) | const |
|
inlinestatic |
Definition at line 29 of file mitkInteractionEvent.h.
|
protectedvirtual |
|
virtual |
This class implements an up cast to check if the provided baseClass object is derived from this class. This function is used to support polymorphism on state machine pattern (XML) level.
Reimplemented in mitk::InteractionPositionEvent, mitk::MouseWheelEvent, mitk::InternalEvent, mitk::InteractionKeyEvent, mitk::MouseDoubleClickEvent, mitk::MousePressEvent, mitk::MouseReleaseEvent, and mitk::MouseMoveEvent.
|
inlinestatic |
Definition at line 30 of file mitkInteractionEvent.h.
void mitk::InteractionEvent::SetSender | ( | BaseRenderer * | sender | ) |
|
static |
Definition at line 69 of file mitkInteractionEvent.h.
|
static |
Definition at line 70 of file mitkInteractionEvent.h.
|
static |
Definition at line 71 of file mitkInteractionEvent.h.
|
static |
Definition at line 68 of file mitkInteractionEvent.h.
|
static |
Definition at line 67 of file mitkInteractionEvent.h.
|
static |
Definition at line 87 of file mitkInteractionEvent.h.
|
static |
Definition at line 65 of file mitkInteractionEvent.h.
|
static |
KeyConstants Constants for special keys
Definition at line 64 of file mitkInteractionEvent.h.
|
static |
Definition at line 73 of file mitkInteractionEvent.h.
|
static |
Definition at line 82 of file mitkInteractionEvent.h.
|
static |
Definition at line 83 of file mitkInteractionEvent.h.
|
static |
Definition at line 84 of file mitkInteractionEvent.h.
|
static |
Definition at line 74 of file mitkInteractionEvent.h.
|
static |
Definition at line 75 of file mitkInteractionEvent.h.
|
static |
Definition at line 76 of file mitkInteractionEvent.h.
|
static |
Definition at line 77 of file mitkInteractionEvent.h.
|
static |
Definition at line 78 of file mitkInteractionEvent.h.
|
static |
Definition at line 79 of file mitkInteractionEvent.h.
|
static |
Definition at line 80 of file mitkInteractionEvent.h.
|
static |
Definition at line 81 of file mitkInteractionEvent.h.
|
static |
Definition at line 88 of file mitkInteractionEvent.h.
|
static |
Definition at line 90 of file mitkInteractionEvent.h.
|
static |
Definition at line 89 of file mitkInteractionEvent.h.
|
static |
Definition at line 86 of file mitkInteractionEvent.h.
|
static |
Definition at line 66 of file mitkInteractionEvent.h.
|
static |
Definition at line 91 of file mitkInteractionEvent.h.