Kanzi 3.9.10
kanzi::wayland::IVISurface Class Reference

IVI surface wrapper class. More...

#include <kanzi/core.ui/platform/windowing_ng/wayland/shells/ivi/wayland_ivi_surface.hpp>

Inheritance diagram for kanzi::wayland::IVISurface:
[legend]

Public Member Functions

 IVISurface (const IVIApplication &iviApplication, const WaylandSurface &waylandSurface, uint32_t iviId) noexcept
 Constructor.
 
 IVISurface (ivi_surface *nativeHandle) noexcept
 Constructor.
 
- Public Member Functions inherited from kanzi::wayland::WaylandInterface< IVISurface, ivi_surface, ivi_surface_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 ivi_surface * 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< IVISurface, ivi_surface, ivi_surface_listener >
using ListenerType
 Generic alias to query for appropriate listener type.
 
- Static Public Member Functions inherited from kanzi::wayland::WaylandInterface< IVISurface, ivi_surface, ivi_surface_listener >
static KZ_NO_DISCARD unsigned int askVersion (ivi_surface *handle) noexcept
 Requests compositor which interface version we use.
 

Detailed Description

IVI surface wrapper class.

Since
Kanzi 3.9.8

Constructor & Destructor Documentation

◆ IVISurface() [1/2]

kanzi::wayland::IVISurface::IVISurface ( ivi_surface * nativeHandle)
explicitnoexcept

Constructor.

Parameters
nativeHandleNative Wayland handle.

◆ IVISurface() [2/2]

kanzi::wayland::IVISurface::IVISurface ( const IVIApplication & iviApplication,
const WaylandSurface & waylandSurface,
uint32_t iviId )
explicitnoexcept

Constructor.

Parameters
iviApplicationIVIApplication from which to construct an IVISurface.
waylandSurfaceWaylandSurface from which to construct an IVISurface.
iviIdIVI ID to use for this surface.

Member Data Documentation

◆ s_nativeInterface

const wl_interface kanzi::wayland::IVISurface::s_nativeInterface
static

Represents the underlying native interface.


The documentation for this class was generated from the following file: