#include <cskeyacc.h>
Inheritance diagram for csKeyboardAccelerator:
Public Methods | |
csKeyboardAccelerator (csComponent *iParent) | |
Create keyboard accelerator object. | |
virtual | ~csKeyboardAccelerator () |
Destroy keyboard accelerator object. | |
void | Event (int iKey, int iShifts, csEvent &iEv) |
Insert a key->event conversion table element. | |
void | Command (int iKey, int iShifts, int iCommand, void *iInfo=NULL) |
Insert a key->command event conversion table element. | |
void | Broadcast (int iKey, int iShifts, int iCommand, void *iInfo=NULL) |
Insert a key->broadcast event conversion table element. | |
virtual bool | PostHandleEvent (iEvent &Event) |
The "core" function. |