
Data Structures | |
| struct | vlc_qt_key_t |
Functions | |
| int | qtKeyModifiersToVLC (QInputEvent *e) |
| static int | keycmp (const void *a, const void *b) |
| int | qtEventToVLCKey (QKeyEvent *e) |
| int | qtWheelEventToVLCKey (QWheelEvent *e) |
| QString | VLCKeyToString (int val) |
Variables | |
| static const vlc_qt_key_t | keys [] |
| static int keycmp | ( | const void * | a, | |
| const void * | b | |||
| ) | [static] |
References vlc_qt_key_t::qt.
| int qtEventToVLCKey | ( | QKeyEvent * | e | ) |
References KEY_F1, keycmp(), qtKeyModifiersToVLC(), and vlc_qt_key_t::vlc.
| int qtKeyModifiersToVLC | ( | QInputEvent * | e | ) |
References KEY_MODIFIER_ALT, KEY_MODIFIER_CTRL, KEY_MODIFIER_META, and KEY_MODIFIER_SHIFT.
Referenced by qtEventToVLCKey(), and qtWheelEventToVLCKey().
| int qtWheelEventToVLCKey | ( | QWheelEvent * | e | ) |
References KEY_MOUSEWHEELDOWN, KEY_MOUSEWHEELUP, and qtKeyModifiersToVLC().
Referenced by MainInterface::wheelEvent().
| QString VLCKeyToString | ( | int | val | ) |
References KEY_MODIFIER, KEY_MODIFIER_ALT, KEY_MODIFIER_CTRL, KEY_MODIFIER_META, KEY_MODIFIER_SHIFT, KeyToString(), qfu, and qtr.
const vlc_qt_key_t keys[] [static] |
Referenced by main(), Manage(), SPrefsPanel::SPrefsPanel(), test_dictionary_validity(), and vlc_InitActions().
1.5.6