#include <GlobalHotkeys.h>
|
| | CGlobalHotkeys () |
| |
| virtual | ~CGlobalHotkeys () |
| |
| void | addHotkey (in PRInt32 keyCode, in PRBool altKey, in PRBool ctrlKey, in PRBool shiftKey, in PRBool metaKey, in AString key_id, in sbIGlobalHotkeyCallback cb) |
| | Global hotkey registration method This method is used to register a hotkey. More...
|
| |
| void | removeHotkey (in AString key_id) |
| | Global hotkey unregistration method This method is used to unregister a hotkey that has been previously registered with AddHotkey. More...
|
| |
| void | removeAllHotkeys () |
| | Global hotkeys unregistration method This method is used to unregister all hotkeys that have been previously registered with addHotkey. More...
|
| |
Definition at line 70 of file GlobalHotkeys.h.
| CGlobalHotkeys::CGlobalHotkeys |
( |
| ) |
|
| CGlobalHotkeys::~CGlobalHotkeys |
( |
| ) |
|
|
virtual |
| int CGlobalHotkeys::registerHotkey |
( |
PRInt32 |
keyCode, |
|
|
PRBool |
altKey, |
|
|
PRBool |
ctrlKey, |
|
|
PRBool |
shiftKey, |
|
|
PRBool |
metaKey |
|
) |
| |
|
protected |
| void CGlobalHotkeys::unregisterHotkey |
( |
int |
handle | ) |
|
|
protected |
The documentation for this class was generated from the following files:
- /home/martin/dev/nightingale-hacking/components/integration/src/win32/GlobalHotkeys.h
- /home/martin/dev/nightingale-hacking/components/integration/src/win32/GlobalHotkeys.cpp