Wayland shell wrapper class. More...
#include <kanzi/core.ui/platform/windowing_ng/wayland/shells/core/wayland_shell.hpp>
Public Member Functions | |
WaylandShell (wl_shell *shellHandle) noexcept | |
Constructor. More... | |
Public Member Functions inherited from kanzi::wayland::WaylandInterface< WaylandShell, wl_shell > | |
bool | addListener (enable_if_t<!is_same< L, void >::value, const L & > listener, void *data) const noexcept |
Adds a listener to Wayland object. More... | |
KZ_NO_DISCARD unsigned int | askVersion () const noexcept |
Requests compositor which interface version we use. More... | |
KZ_NO_DISCARD wl_shell * | getNativeHandle () const noexcept |
Gets the underlying native handle. More... | |
Static Public Attributes | |
static const wl_interface | s_nativeInterface |
Represents the underlying native interface. More... | |
Additional Inherited Members | |
Public Types inherited from kanzi::wayland::WaylandInterface< WaylandShell, wl_shell > | |
using | ListenerType = void |
Generic alias to query for appropriate listener type. More... | |
Static Public Member Functions inherited from kanzi::wayland::WaylandInterface< WaylandShell, wl_shell > | |
static KZ_NO_DISCARD unsigned int | askVersion (wl_shell *handle) noexcept |
Requests compositor which interface version we use. More... | |
Wayland shell wrapper class.
|
explicitnoexcept |
Constructor.
shellHandle | Native Wayland handle. |
|
static |
Represents the underlying native interface.