◆ Seat()
| KisWaylandKeyboardWatcher::Seat::Seat |
( |
| ) |
|
◆ ~Seat()
| KisWaylandKeyboardWatcher::Seat::~Seat |
( |
| ) |
|
|
override |
◆ hasKeyboardFocus()
| bool KisWaylandKeyboardWatcher::Seat::hasKeyboardFocus |
( |
| ) |
const |
◆ modifiers()
| Qt::KeyboardModifiers KisWaylandKeyboardWatcher::Seat::modifiers |
( |
| ) |
const |
◆ pressedKeys()
| QList< Qt::Key > KisWaylandKeyboardWatcher::Seat::pressedKeys |
( |
| ) |
const |
◆ seat_capabilities()
| void KisWaylandKeyboardWatcher::Seat::seat_capabilities |
( |
uint32_t | capabilities | ) |
|
|
override |
Definition at line 227 of file KisWaylandKeyboardWatcher.cpp.
228{
229 const bool hasKeyboard = capabilities & capability_keyboard;
231 m_keyboard = std::make_unique<KisWaylandKeyboardWatcher::Keyboard>(get_keyboard());
234 }
235}
◆ m_focus
| bool KisWaylandKeyboardWatcher::Seat::m_focus = false |
|
private |
◆ m_keyboard
The documentation for this class was generated from the following file: