#include <mitkInteractionEvent.h>
Definition at line 26 of file mitkInteractionEvent.h.
◆ ConstPointer
◆ Pointer
◆ Self
◆ Superclass
◆ ModifierKeys
◆ MouseButtons
Mouse/keyboard state values
Enumerator |
---|
NoButton | |
LeftMouseButton | |
RightMouseButton | |
MiddleMouseButton | |
Definition at line 44 of file mitkInteractionEvent.h.
◆ InteractionEvent()
◆ ~InteractionEvent()
mitk::InteractionEvent::~InteractionEvent |
( |
| ) |
|
|
overrideprotected |
◆ GetClassHierarchy()
virtual std::vector<std::string> mitk::InteractionEvent::GetClassHierarchy |
( |
| ) |
const |
|
inlinevirtual |
◆ GetClassName()
virtual const char* mitk::InteractionEvent::GetClassName |
( |
| ) |
const |
|
virtual |
◆ GetSender()
◆ GetStaticNameOfClass()
static const char* mitk::InteractionEvent::GetStaticNameOfClass |
( |
| ) |
|
|
inlinestatic |
◆ IsEqual()
virtual bool mitk::InteractionEvent::IsEqual |
( |
const InteractionEvent & |
other | ) |
const |
|
protectedvirtual |
◆ IsSuperClassOf()
◆ New()
◆ SetSender()
void mitk::InteractionEvent::SetSender |
( |
BaseRenderer * |
sender | ) |
|
◆ operator==
Implementation of equality for event classes. Equality does not mean an exact copy or pointer equality.
A match is determined by agreement in all attributes that are necessary to describe the event for a state machine transition. E.g. for a mouse event press event, it is important which modifiers are used, which mouse button was used to triggered the event, but the mouse position is irrelevant.
◆ KeyArrowDown
const std::string mitk::InteractionEvent::KeyArrowDown |
|
static |
◆ KeyArrowLeft
const std::string mitk::InteractionEvent::KeyArrowLeft |
|
static |
◆ KeyArrowRight
const std::string mitk::InteractionEvent::KeyArrowRight |
|
static |
◆ KeyArrowUp
const std::string mitk::InteractionEvent::KeyArrowUp |
|
static |
◆ KeyDelete
const std::string mitk::InteractionEvent::KeyDelete |
|
static |
◆ KeyEnd
const std::string mitk::InteractionEvent::KeyEnd |
|
static |
◆ KeyEnter
const std::string mitk::InteractionEvent::KeyEnter |
|
static |
◆ KeyEsc
const std::string mitk::InteractionEvent::KeyEsc |
|
static |
◆ KeyF1
const std::string mitk::InteractionEvent::KeyF1 |
|
static |
◆ KeyF10
const std::string mitk::InteractionEvent::KeyF10 |
|
static |
◆ KeyF11
const std::string mitk::InteractionEvent::KeyF11 |
|
static |
◆ KeyF12
const std::string mitk::InteractionEvent::KeyF12 |
|
static |
◆ KeyF2
const std::string mitk::InteractionEvent::KeyF2 |
|
static |
◆ KeyF3
const std::string mitk::InteractionEvent::KeyF3 |
|
static |
◆ KeyF4
const std::string mitk::InteractionEvent::KeyF4 |
|
static |
◆ KeyF5
const std::string mitk::InteractionEvent::KeyF5 |
|
static |
◆ KeyF6
const std::string mitk::InteractionEvent::KeyF6 |
|
static |
◆ KeyF7
const std::string mitk::InteractionEvent::KeyF7 |
|
static |
◆ KeyF8
const std::string mitk::InteractionEvent::KeyF8 |
|
static |
◆ KeyF9
const std::string mitk::InteractionEvent::KeyF9 |
|
static |
◆ KeyInsert
const std::string mitk::InteractionEvent::KeyInsert |
|
static |
◆ KeyPageDown
const std::string mitk::InteractionEvent::KeyPageDown |
|
static |
◆ KeyPageUp
const std::string mitk::InteractionEvent::KeyPageUp |
|
static |
◆ KeyPos1
const std::string mitk::InteractionEvent::KeyPos1 |
|
static |
◆ KeyReturn
const std::string mitk::InteractionEvent::KeyReturn |
|
static |
◆ KeySpace
const std::string mitk::InteractionEvent::KeySpace |
|
static |
The documentation for this class was generated from the following file: