#include "ShortcutManager.h"
Public Member Functions | |
| ShortcutManager () | |
| virtual | ~ShortcutManager () |
| void | addHandler (KeyboardCommandHandler *_handler) |
| void | creatorDestroyed (ot::ServiceBase *_creator) |
| bool | shortcutIsRegistered (const QString &_keySequence) |
| KeyboardCommandHandler * | handlerFromKeySequence (const QString &_keySequence) |
| void | clearViewerHandler (void) |
| ShortcutManager::ShortcutManager | ( | ) |
|
virtual |
| void ShortcutManager::addHandler | ( | KeyboardCommandHandler * | _handler | ) |
| void ShortcutManager::clearViewerHandler | ( | void | ) |
| void ShortcutManager::creatorDestroyed | ( | ot::ServiceBase * | _creator | ) |
| KeyboardCommandHandler * ShortcutManager::handlerFromKeySequence | ( | const QString & | _keySequence | ) |
| bool ShortcutManager::shortcutIsRegistered | ( | const QString & | _keySequence | ) |