Public Member Functions | |
| KeyboardEventHandler () | |
| void | triggerKeyPressed (const KeyboardEvent &) |
| void | triggerKeyReleased (const KeyboardEvent &) |
| bool | hasEvent () const |
| const KeyboardEvent & | event () const |
| bool | isHandled () const |
| void | setHandled (bool yn) |
Public Attributes | |
| Notifier< KeyboardEventHandler > | keyPressed |
| Notifier< KeyboardEventHandler > | keyReleased |
Protected Attributes | |
| const KeyboardEvent * | event_ |
| bool | ishandled_ |
| KeyboardEventHandler::KeyboardEventHandler | ( | ) |
| const KeyboardEvent& KeyboardEventHandler::event | ( | ) | const [inline] |
| bool KeyboardEventHandler::hasEvent | ( | ) | const [inline] |
| bool KeyboardEventHandler::isHandled | ( | ) | const [inline] |
| void KeyboardEventHandler::setHandled | ( | bool | yn | ) | [inline] |
| void KeyboardEventHandler::triggerKeyPressed | ( | const KeyboardEvent & | ) |
| void KeyboardEventHandler::triggerKeyReleased | ( | const KeyboardEvent & | ) |
const KeyboardEvent* KeyboardEventHandler::event_ [protected] |
bool KeyboardEventHandler::ishandled_ [protected] |
1.7.1