|
Rabbit Remote Control 0.1.0-bate14
|


Public Member Functions | |
| virtual int | KeyEvent (quint32 keysym, quint32 keycode, bool down=true) |
| virtual int | MouseEvent (MouseButtons buttons, QPoint pos) |
| virtual int | MouseEvent (MouseButtons buttons, int x, int y) |
Private Member Functions | |
| KeyCode | XkbKeysymToKeycode (Display *dpy, KeySym keysym) |
Private Attributes | |
| const unsigned short * | codeMap |
| unsigned | codeMapLen |
| std::map< KeySym, KeyCode > | pressedKeys |
| bool | rawKeyboard |
Additional Inherited Members | |
| Public Types inherited from CInputDevice | |
| enum | MouseButton { LeftButton = 0x01 , RightButton = 0x02 , MiddleButton = 0x04 , LWheelButton = 0x08 , RWheelButton = 0x10 , UWheelButton = 0x20 , DWheelButton = 0x40 } |
| Static Public Member Functions inherited from CInputDevice | |
| static QSharedPointer< CInputDevice > | GenerateObject () |
| Protected Attributes inherited from CInputDevice | |
| MouseButtons | m_LastButtons |
| QPoint | m_LastPostion |
Definition at line 10 of file InputDeviceXLib.h.
|
explicit |
Definition at line 21 of file InputDeviceXLib.cpp.
|
virtual |
Definition at line 26 of file InputDeviceXLib.cpp.
|
virtual |
Implements CInputDevice.
Definition at line 71 of file InputDeviceXLib.cpp.
|
virtual |
Implements CInputDevice.
Definition at line 244 of file InputDeviceXLib.cpp.
|
virtual |
Implements CInputDevice.
Definition at line 192 of file InputDeviceXLib.cpp.
|
private |
Definition at line 22 of file InputDeviceXLib.h.
|
private |
Definition at line 23 of file InputDeviceXLib.h.
|
private |
Definition at line 24 of file InputDeviceXLib.h.
|
private |
Definition at line 29 of file InputDeviceXLib.h.