swift
|
Linux implemenation of IKeyboard using hook procedure. More...
Public Member Functions | |
CKeyboardLinux (CKeyboardLinux const &)=delete | |
Copy Constructor. | |
CKeyboardLinux & | operator= (CKeyboardLinux const &)=delete |
Assignment operator. | |
virtual | ~CKeyboardLinux () |
Destructor. | |
![]() | |
IKeyboard (QObject *parent=nullptr) | |
Constructor. | |
virtual | ~IKeyboard () |
Destructor. | |
Protected Member Functions | |
virtual bool | init () |
Initializes the platform keyboard device. More... | |
Friends | |
class | IKeyboard |
Additional Inherited Members | |
![]() | |
void | keyCombinationChanged (const swift::misc::input::CHotkeyCombination &) |
Key combination changed. | |
![]() | |
static std::unique_ptr< IKeyboard > | create (QObject *parent=nullptr) |
Creates a native keyboard handler object. | |
Linux implemenation of IKeyboard using hook procedure.
Definition at line 23 of file keyboardlinux.h.
|
protectedvirtual |
Initializes the platform keyboard device.
Implements swift::input::IKeyboard.
Definition at line 136 of file keyboardlinux.cpp.