13 #include "generalmod.h" 33 static bool isUnDo(
const KeyboardEvent&);
34 static bool isReDo(
const KeyboardEvent&);
35 static bool isSave(
const KeyboardEvent&);
36 static bool isSaveAs(
const KeyboardEvent&);
bool isrepeat_
Definition: keyboardevent.h:29
#define mExpClass(module)
Definition: commondefs.h:157
Inherit from this class to be able to send and/or receive CallBacks.
Definition: callback.h:182
bool ishandled_
Definition: keyboardevent.h:64
bool operator==(const ArrayNDInfo &a1, const ArrayNDInfo &a2)
Definition: arrayndinfo.h:51
bool isHandled() const
Definition: keyboardevent.h:59
bool hasEvent() const
Definition: keyboardevent.h:55
Keyboard event.
Definition: keyboardevent.h:22
Notifier< KeyboardEventHandler > keyPressed
Definition: keyboardevent.h:52
ButtonState
Definition: keyenum.h:18
void setHandled(bool yn)
Definition: keyboardevent.h:60
OD::ButtonState modifier_
Definition: keyboardevent.h:28
OD::KeyboardKey key_
Definition: keyboardevent.h:27
bool operator!=(const ArrayNDInfo &a1, const ArrayNDInfo &a2)
Definition: arrayndinfo.h:60
const KeyboardEvent * event_
Definition: keyboardevent.h:63
Handles KeyboardEvent.
Definition: keyboardevent.h:44
const KeyboardEvent & event() const
Definition: keyboardevent.h:56
KeyboardKey
Definition: keyenum.h:33
Notifier< KeyboardEventHandler > keyReleased
Definition: keyboardevent.h:53