KWin
|
#include <x11_standalone_keyboard.h>
Public Member Functions | |
X11Keyboard () | |
~X11Keyboard () | |
xkb_keymap * | xkbKeymap () const |
xkb_state * | xkbState () const |
Qt::KeyboardModifiers | modifiers () const |
bool | event (xcb_generic_event_t *event) |
Definition at line 20 of file x11_standalone_keyboard.h.
KWin::X11Keyboard::X11Keyboard | ( | ) |
Definition at line 39 of file x11_standalone_keyboard.cpp.
KWin::X11Keyboard::~X11Keyboard | ( | ) |
Definition at line 109 of file x11_standalone_keyboard.cpp.
bool KWin::X11Keyboard::event | ( | xcb_generic_event_t * | event | ) |
Definition at line 125 of file x11_standalone_keyboard.cpp.
Qt::KeyboardModifiers KWin::X11Keyboard::modifiers | ( | ) | const |
Definition at line 204 of file x11_standalone_keyboard.cpp.
xkb_keymap * KWin::X11Keyboard::xkbKeymap | ( | ) | const |
Definition at line 194 of file x11_standalone_keyboard.cpp.
xkb_state * KWin::X11Keyboard::xkbState | ( | ) | const |
Definition at line 199 of file x11_standalone_keyboard.cpp.