This is the complete list of members for KeyEvent, including all inherited members.
| Action enum name | KeyEvent | |
| clone(Allocator &allocator) const | BasicEvent< KeyEvent > | |
| copyConstruct(const EventT &ev, Allocator &allocator) | BasicEvent< KeyEvent > | static |
| destroy(Allocator &allocator) | BasicEvent< KeyEvent > | |
| destruct(EventT &ev, Allocator &allocator) | BasicEvent< KeyEvent > | static |
| Event() | Event | protected |
| isPress() const | KeyEvent | |
| isRelease() const | KeyEvent | |
| key() const | KeyEvent | |
| KeyEvent() | KeyEvent | |
| KeyEvent(Widget &widget) | KeyEvent | explicit |
| onClone(Allocator &allocator) const | BasicEvent< KeyEvent > | protectedvirtual |
| onDestroy(Allocator &allocator) | BasicEvent< KeyEvent > | protectedvirtual |
| onTypeInfo() const | BasicEvent< KeyEvent > | protectedvirtual |
| setPress(const Key &key, const Pt::Char &ch) | KeyEvent | |
| setRelease(const Key &key, const Pt::Char &ch) | KeyEvent | |
| setWidget(Widget *widget) | KeyEvent | |
| typeInfo() const | BasicEvent< KeyEvent > | |
| unicode() const | KeyEvent | |
| widget() const | KeyEvent | |
| widgetId() const | KeyEvent | |
| ~Event() | Event | virtual |