KeyEvent Member List

This is the complete list of members for KeyEvent, including all inherited members.

Action enum nameKeyEvent
clone(Allocator &allocator) constBasicEvent< KeyEvent >
copyConstruct(const EventT &ev, Allocator &allocator)BasicEvent< KeyEvent >static
destroy(Allocator &allocator)BasicEvent< KeyEvent >
destruct(EventT &ev, Allocator &allocator)BasicEvent< KeyEvent >static
Event()Eventprotected
isPress() constKeyEvent
isRelease() constKeyEvent
key() constKeyEvent
KeyEvent()KeyEvent
KeyEvent(Widget &widget)KeyEventexplicit
onClone(Allocator &allocator) constBasicEvent< KeyEvent >protectedvirtual
onDestroy(Allocator &allocator)BasicEvent< KeyEvent >protectedvirtual
onTypeInfo() constBasicEvent< 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() constBasicEvent< KeyEvent >
unicode() constKeyEvent
widget() constKeyEvent
widgetId() constKeyEvent
~Event()Eventvirtual