Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkCrosshairPositionEvent.h>
Public Member Functions | |
CrosshairPositionEvent (BaseRenderer *sender) | |
Public Member Functions inherited from mitk::InteractionEvent | |
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 |
Additional Inherited Members | |
Public Types inherited from mitk::InteractionEvent | |
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 |
Static Public Member Functions inherited from mitk::InteractionEvent | |
static const char * | GetStaticNameOfClass () |
static Pointer | New (BaseRenderer *_arg) |
Static Public Attributes inherited from mitk::InteractionEvent | |
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 inherited from mitk::InteractionEvent | |
InteractionEvent (BaseRenderer *) | |
virtual | ~InteractionEvent () |
virtual bool | IsEqual (const InteractionEvent &other) const |
A special mitk::Event thrown by the SliceNavigationController on mouse scroll
Definition at line 27 of file mitkCrosshairPositionEvent.h.
mitk::CrosshairPositionEvent::CrosshairPositionEvent | ( | BaseRenderer * | sender | ) |
Definition at line 18 of file mitkCrosshairPositionEvent.cpp.