1 #ifndef keyboardevent_h 2 #define keyboardevent_h 15 #include "generalmod.h" 34 static bool isUnDo(
const KeyboardEvent&);
35 static bool isReDo(
const KeyboardEvent&);
36 static bool isSave(
const KeyboardEvent&);
37 static bool isSaveAs(
const KeyboardEvent&);
38 static bool isSelectAll(
const KeyboardEvent&);
bool isrepeat_
Definition: keyboardevent.h:30
#define mExpClass(module)
Definition: commondefs.h:160
To be able to send and/or receive CallBacks, inherit from this class.
Definition: callback.h:272
bool ishandled_
Definition: keyboardevent.h:67
bool operator==(const ArrayNDInfo &a1, const ArrayNDInfo &a2)
Definition: arrayndinfo.h:53
bool isHandled() const
Definition: keyboardevent.h:62
bool hasEvent() const
Definition: keyboardevent.h:58
Keyboard event.
Definition: keyboardevent.h:23
Notifier< KeyboardEventHandler > keyPressed
Definition: keyboardevent.h:55
ButtonState
Definition: keyenum.h:20
void setHandled(bool yn)
Definition: keyboardevent.h:63
OD::ButtonState modifier_
Definition: keyboardevent.h:29
OD::KeyboardKey key_
Definition: keyboardevent.h:28
bool operator!=(const ArrayNDInfo &a1, const ArrayNDInfo &a2)
Definition: arrayndinfo.h:62
const KeyboardEvent * event_
Definition: keyboardevent.h:66
Handles KeyboardEvent.
Definition: keyboardevent.h:47
const KeyboardEvent & event() const
Definition: keyboardevent.h:59
KeyboardKey
Definition: keyenum.h:35
Notifier< KeyboardEventHandler > keyReleased
Definition: keyboardevent.h:56