|
LibreOffice Module vcl (master) 1
|
#include <accel.hxx>
Public Attributes | |
| Accelerator * | mpAccel |
| Accelerator * | mpAutoAccel |
| vcl::KeyCode | maKeyCode |
| sal_uInt16 | mnId |
| bool | mbEnabled |
| vcl::KeyCode ImplAccelEntry::maKeyCode |
| bool ImplAccelEntry::mbEnabled |
Definition at line 42 of file accel.hxx.
Referenced by ImplAccelManager::IsAccelKey().
| sal_uInt16 ImplAccelEntry::mnId |
Definition at line 41 of file accel.hxx.
Referenced by Accelerator::GetItemId(), ImplAccelEntryInsert(), and ImplAccelManager::IsAccelKey().
| Accelerator* ImplAccelEntry::mpAccel |
Definition at line 38 of file accel.hxx.
Referenced by ImplAccelManager::IsAccelKey().
| Accelerator* ImplAccelEntry::mpAutoAccel |