OptionalHandleWrapper for a listened Wayland interface. More...
#include <kanzi/core.ui/platform/windowing_ng/wayland/wayland_optional_handle.hpp>
Public Types | |
| using | Listener |
Public Types inherited from kanzi::OptionalHandleWrapper< Derived, Methods > | |
| using | NativeHandleType |
| Alias for the underlying native handle type. | |
Additional Inherited Members | |
Public Member Functions inherited from kanzi::wayland::WaylandOptionalHandleWrapper< Derived, Methods > | |
| wl_proxy * | getNativeProxy () const noexcept=delete |
Public Member Functions inherited from kanzi::OptionalHandleWrapper< Derived, Methods > | |
| const Methods * | operator-> () const noexcept |
| Provides access to T through const pointer. | |
| Methods * | operator-> () noexcept |
| Provides access to T through pointer. | |
| OptionalHandleWrapper (Args &&... args) noexcept | |
| Constructor. | |
Static Public Member Functions inherited from kanzi::OptionalHandleWrapper< Derived, Methods > | |
| static Derived | create (Args &&... args) noexcept |
| Creates an optional handle by calling static "create" method provided by T. | |
OptionalHandleWrapper for a listened Wayland interface.
| Derived | Derived class. |
| Methods | Domain methods class derived from OptionalHandle. |
| using kanzi::wayland::ListenedWaylandOptionalHandleWrapper< Derived, Methods >::Listener |