swift
Signals | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
swift::input::IKeyboard Class Referenceabstract

Abstract interface for native keyboard handling. More...

Inheritance diagram for swift::input::IKeyboard:
[legend]

Signals

void keyCombinationChanged (const swift::misc::input::CHotkeyCombination &)
 Key combination changed.
 

Public Member Functions

 IKeyboard (QObject *parent=nullptr)
 Constructor.
 
virtual ~IKeyboard ()
 Destructor.
 

Static Public Member Functions

static std::unique_ptr< IKeyboardcreate (QObject *parent=nullptr)
 Creates a native keyboard handler object.
 

Protected Member Functions

virtual bool init ()=0
 Initializes the platform keyboard device.
 

Detailed Description

Abstract interface for native keyboard handling.

Definition at line 22 of file keyboard.h.


The documentation for this class was generated from the following files: