Wayland keyboard wrapper class. More...
#include <kanzi/core.ui/platform/input_ng/wayland/wayland_keyboard.hpp>
Public Member Functions | |
| WaylandKeyboard (const WaylandSeat &seat) noexcept | |
| Constructor. | |
| WaylandKeyboard (wl_keyboard *nativeHandle) noexcept | |
| Constructor. | |
Public Member Functions inherited from kanzi::wayland::WaylandInterface< WaylandKeyboard, wl_keyboard, wl_keyboard_listener > | |
| bool | addListener (enable_if_t<!is_same< L, void >::value, const L & > listener, void *data) const noexcept |
| Adds a listener to Wayland object. | |
| KZ_NO_DISCARD unsigned int | askVersion () const noexcept |
| Requests compositor which interface version we use. | |
| KZ_NO_DISCARD wl_keyboard * | getNativeHandle () const noexcept |
| Gets the underlying native handle. | |
Static Public Attributes | |
| static constexpr auto | s_capabilityBit |
| Generic alias to query for corresponding capability bit. | |
| static const wl_interface | s_nativeInterface |
| Represents the underlying native interface. | |
Additional Inherited Members | |
Public Types inherited from kanzi::wayland::WaylandInterface< WaylandKeyboard, wl_keyboard, wl_keyboard_listener > | |
| using | ListenerType |
| Generic alias to query for appropriate listener type. | |
Static Public Member Functions inherited from kanzi::wayland::WaylandInterface< WaylandKeyboard, wl_keyboard, wl_keyboard_listener > | |
| static KZ_NO_DISCARD unsigned int | askVersion (wl_keyboard *handle) noexcept |
| Requests compositor which interface version we use. | |
Wayland keyboard wrapper class.
|
explicitnoexcept |
Constructor.
| nativeHandle | Native handle provided by Wayland. |
|
explicitnoexcept |
Constructor.
Constructs a WaylandKeyboard object for a given Wayland seat.
| seat | WaylandSeat used to query for keyboard. |
Generic alias to query for corresponding capability bit.
|
static |
Represents the underlying native interface.