|
Rabbit Remote Control 0.1.0-bate14
|


Public Member Functions | |
| CNativeEventFilterUnix (CParameterPlugin *pPara) | |
| virtual bool | nativeEventFilter (const QByteArray &eventType, void *message, qintptr *result) override |
| int | GetKeySym (xcb_key_press_event_t *event, xcb_keysym_t &keysym) |
| bool | HandleEvent (xcb_generic_event_t *event) |
| bool | HandleKey (xcb_keysym_t keysym, QEvent::Type type, Qt::KeyboardModifiers modifiers) |
Static Public Member Functions | |
| static void | RestoreSuperKeyShortcuts () |
| static void | DisableSuperKeyShortcuts () |
Public Attributes | |
| xcb_key_symbols_t * | m_pKeySymbols |
Private Attributes | |
| CParameterPlugin * | m_pParameterPlugin |
Definition at line 15 of file NativeEventFilterUnix.h.
| CNativeEventFilterUnix::CNativeEventFilterUnix | ( | CParameterPlugin * | pPara | ) |
Definition at line 202 of file NativeEventFilterUnix.cpp.
|
virtual |
Definition at line 223 of file NativeEventFilterUnix.cpp.
|
static |
Definition at line 176 of file NativeEventFilterUnix.cpp.
| int CNativeEventFilterUnix::GetKeySym | ( | xcb_key_press_event_t * | event, |
| xcb_keysym_t & | keysym ) |
Definition at line 163 of file NativeEventFilterUnix.cpp.
| bool CNativeEventFilterUnix::HandleEvent | ( | xcb_generic_event_t * | event | ) |
Definition at line 123 of file NativeEventFilterUnix.cpp.
| bool CNativeEventFilterUnix::HandleKey | ( | xcb_keysym_t | keysym, |
| QEvent::Type | type, | ||
| Qt::KeyboardModifiers | modifiers ) |
Definition at line 52 of file NativeEventFilterUnix.cpp.
|
overridevirtual |
Definition at line 231 of file NativeEventFilterUnix.cpp.
|
static |
Definition at line 189 of file NativeEventFilterUnix.cpp.
| xcb_key_symbols_t* CNativeEventFilterUnix::m_pKeySymbols |
Definition at line 29 of file NativeEventFilterUnix.h.
|
private |
Definition at line 37 of file NativeEventFilterUnix.h.