Medical Imaging Interaction Toolkit  2023.12.99-7272c57d
Medical Imaging Interaction Toolkit
mitk::InternalEvent Class Reference

Class to create events from within the application to signal about internal events. More...

#include <mitkInternalEvent.h>

Inheritance diagram for mitk::InternalEvent:
Collaboration diagram for mitk::InternalEvent:

Public Types

typedef InternalEvent Self
 
typedef InteractionEvent Superclass
 
typedef itk::SmartPointer< SelfPointer
 
typedef itk::SmartPointer< const SelfConstPointer
 
- 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< SelfPointer
 
typedef itk::SmartPointer< const SelfConstPointer
 

Public Member Functions

virtual std::vector< std::string > GetClassHierarchy () const override
 
virtual const char * GetClassName () const
 
std::string GetSignalName () const
 
DataInteractorGetTargetInteractor () const
 
bool IsSuperClassOf (const InteractionEvent::Pointer &baseClass) const override
 
- Public Member Functions inherited from mitk::InteractionEvent
void SetSender (BaseRenderer *sender)
 
BaseRendererGetSender () const
 

Static Public Member Functions

static const char * GetStaticNameOfClass ()
 
static Pointer New (BaseRenderer *_arga, DataInteractor *_argb, const std::string &_argc)
 
- Static Public Member Functions inherited from mitk::InteractionEvent
static const char * GetStaticNameOfClass ()
 
static Pointer New (BaseRenderer *_arg)
 

Protected Member Functions

 InternalEvent (BaseRenderer *, DataInteractor *destInteractor, const std::string &signalName)
 
 ~InternalEvent () override
 
bool IsEqual (const InteractionEvent &) const override
 
- Protected Member Functions inherited from mitk::InteractionEvent
 InteractionEvent (BaseRenderer *)
 
 ~InteractionEvent () override
 

Additional Inherited Members

- 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
 

Detailed Description

Class to create events from within the application to signal about internal events.

These events can target a specific DataInteractor, if this DataInteractor is specified in the constructor; else this parameter is set to nullptr and the event is treated as a regular event.

Definition at line 34 of file mitkInternalEvent.h.

Member Typedef Documentation

◆ ConstPointer

◆ Pointer

◆ Self

Definition at line 37 of file mitkInternalEvent.h.

◆ Superclass

Constructor & Destructor Documentation

◆ InternalEvent()

mitk::InternalEvent::InternalEvent ( BaseRenderer ,
DataInteractor destInteractor,
const std::string &  signalName 
)
protected

◆ ~InternalEvent()

mitk::InternalEvent::~InternalEvent ( )
overrideprotected

Member Function Documentation

◆ GetClassHierarchy()

virtual std::vector<std::string> mitk::InternalEvent::GetClassHierarchy ( ) const
inlineoverridevirtual

Reimplemented from mitk::InteractionEvent.

Definition at line 37 of file mitkInternalEvent.h.

◆ GetClassName()

virtual const char* mitk::InternalEvent::GetClassName ( ) const
virtual

Reimplemented from mitk::InteractionEvent.

◆ GetSignalName()

std::string mitk::InternalEvent::GetSignalName ( ) const

◆ GetStaticNameOfClass()

static const char* mitk::InternalEvent::GetStaticNameOfClass ( )
inlinestatic

Definition at line 37 of file mitkInternalEvent.h.

◆ GetTargetInteractor()

DataInteractor* mitk::InternalEvent::GetTargetInteractor ( ) const

◆ IsEqual()

bool mitk::InternalEvent::IsEqual ( const InteractionEvent ) const
overrideprotectedvirtual

Reimplemented from mitk::InteractionEvent.

◆ IsSuperClassOf()

bool mitk::InternalEvent::IsSuperClassOf ( const InteractionEvent::Pointer baseClass) const
overridevirtual

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 from mitk::InteractionEvent.

◆ New()

static Pointer mitk::InternalEvent::New ( BaseRenderer _arga,
DataInteractor _argb,
const std::string &  _argc 
)
inlinestatic

Definition at line 38 of file mitkInternalEvent.h.


The documentation for this class was generated from the following file: