74 return (dynamic_cast<InteractionEvent *>(baseClass.GetPointer()) != NULL);
79 return (
typeid(a) ==
typeid(b) && a.
IsEqual(b));
static const std::string KeyF1
static const std::string KeyF12
static const std::string KeyF9
static const std::string KeyF4
MITKCORE_EXPORT bool operator!=(const InteractionEvent &a, const InteractionEvent &b)
static const std::string KeyPos1
BaseRenderer * GetSender() const
static const std::string KeyF10
static const std::string KeyEsc
static const std::string KeyArrowLeft
static const std::string KeySpace
Organizes the rendering process.
static const std::string KeyEnd
static const std::string KeyArrowRight
MITKCORE_EXPORT bool operator==(const InteractionEvent &a, const InteractionEvent &b)
static const std::string KeyEnter
static const std::string KeyF7
virtual ~InteractionEvent()
static const std::string KeyArrowDown
static const std::string KeyF2
static const std::string KeyF11
virtual bool IsSuperClassOf(const InteractionEvent::Pointer &baseClass) const
virtual bool IsEqual(const InteractionEvent &other) const
static const std::string KeyInsert
InteractionEvent(BaseRenderer *)
static const std::string KeyDelete
static const std::string KeyF5
static const std::string KeyF6
static const std::string KeyF3
static const std::string KeyF8
static const std::string KeyPageDown
static const std::string KeyReturn
static const std::string KeyArrowUp
static const std::string KeyPageUp
void SetSender(BaseRenderer *sender)