XDG positioner wrapper class. More...
#include <kanzi/core.ui/platform/windowing_ng/wayland/shells/xdg/wayland_xdg_positioner.hpp>
Public Member Functions | |
| XDGPositioner (const XDGWMBase &xdgWMBase) noexcept | |
| Constructor. | |
| XDGPositioner (xdg_positioner *nativeHandle) noexcept | |
| Constructor. | |
Public Member Functions inherited from kanzi::wayland::WaylandInterface< XDGPositioner, xdg_positioner > | |
| 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 xdg_positioner * | getNativeHandle () const noexcept |
| Gets the underlying native handle. | |
Static Public Attributes | |
| static const wl_interface | s_nativeInterface |
| Represents the underlying native interface. | |
Additional Inherited Members | |
Public Types inherited from kanzi::wayland::WaylandInterface< XDGPositioner, xdg_positioner > | |
| using | ListenerType |
| Generic alias to query for appropriate listener type. | |
Static Public Member Functions inherited from kanzi::wayland::WaylandInterface< XDGPositioner, xdg_positioner > | |
| static KZ_NO_DISCARD unsigned int | askVersion (xdg_positioner *handle) noexcept |
| Requests compositor which interface version we use. | |
XDG positioner wrapper class.
|
explicitnoexcept |
Constructor.
| nativeHandle | Native Wayland handle. |
Constructor.
| xdgWMBase | XDGWMBase to construct XDGPositioner from. |
|
static |
Represents the underlying native interface.