Kanzi  3.9.8
Kanzi Engine C++ API
kanzi::wayland::IVIShell Class Reference

Wayland IVI Shell abstraction. More...

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

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

Public Types

using InterfaceType = IVIApplication
 Generic alias to query the underlying interface type. More...
 

Public Member Functions

bool addListener (const ivi_surface_listener &listener, void *data) const noexcept
 Adds a listener to the underlying IVISurface. More...
 
KZ_NO_DISCARD const IVISurfacegetIVISurface () const noexcept
 Gets the underlying IVISurface. More...
 
 IVIShell (ivi_application *nativeHandle, const WaylandSurface &waylandSurface, uint32_t iviId) noexcept
 Constructor. More...
 
- Public Member Functions inherited from kanzi::wayland::AbstractWaylandShell< IVIShell >
bool bringToFront () const noexcept
 Displays the window on top of all other windows. More...
 
KZ_NO_DISCARD optional< stringgetWindowTitle () noexcept
 Gets the current window title. More...
 
bool hideWindow () noexcept
 Hides the window. More...
 
bool makeFullscreen () const noexcept
 Enters the full-screen mode. More...
 
bool makeMaximized () const noexcept
 Resizes the window to take up the entire screen. More...
 
bool makeMinimized () noexcept
 Minimizes the window. More...
 
bool makeRegular () const noexcept
 Exits the full-screen mode. More...
 
bool setWindowTitle (string_view title) const noexcept
 Sets the window title. More...
 
bool showWindow () noexcept
 Shows the hidden window. More...
 

Static Public Member Functions

static bool bringToFront () noexcept
 AbstractWaylandShell::bringToFront() implementation. More...
 
static KZ_NO_DISCARD optional< stringgetWindowTitle () noexcept
 AbstractWaylandShell::getWindowTitle() implementation. More...
 
static bool hideWindow () noexcept
 AbstractWaylandShell::hideWindow() implementation. More...
 
static bool makeFullscreen () noexcept
 AbstractWaylandShell::makeFullscreen() implementation. More...
 
static bool makeMaximized () noexcept
 AbstractWaylandShell::makeMaximized() implementation. More...
 
static bool makeMinimized () noexcept
 AbstractWaylandShell::makeMinimized() implementation. More...
 
static bool makeRegular () noexcept
 AbstractWaylandShell::makeRegular() implementation. More...
 
static bool setWindowTitle (string_view title) noexcept
 AbstractWaylandShell::setWindowTitle() implementation. More...
 
static bool showWindow () noexcept
 AbstractWaylandShell::showWindow() implementation. More...
 

Detailed Description

Wayland IVI Shell abstraction.

Since
Kanzi 3.9.8

Member Typedef Documentation

Generic alias to query the underlying interface type.

Constructor & Destructor Documentation

kanzi::wayland::IVIShell::IVIShell ( ivi_application *  nativeHandle,
const WaylandSurface waylandSurface,
uint32_t  iviId 
)
explicitnoexcept

Constructor.

Parameters
nativeHandleNative handle provided by Wayland.
waylandSurfaceAssociated Wayland surface.
iviIdIVI ID to assign to the created shell.

Member Function Documentation

static bool kanzi::wayland::IVIShell::makeFullscreen ( )
staticnoexcept
static bool kanzi::wayland::IVIShell::makeRegular ( )
staticnoexcept
static bool kanzi::wayland::IVIShell::makeMaximized ( )
staticnoexcept
static bool kanzi::wayland::IVIShell::makeMinimized ( )
staticnoexcept
static bool kanzi::wayland::IVIShell::bringToFront ( )
staticnoexcept
static bool kanzi::wayland::IVIShell::showWindow ( )
staticnoexcept
static bool kanzi::wayland::IVIShell::hideWindow ( )
staticnoexcept
static bool kanzi::wayland::IVIShell::setWindowTitle ( string_view  title)
staticnoexcept
static KZ_NO_DISCARD optional<string> kanzi::wayland::IVIShell::getWindowTitle ( )
staticnoexcept
bool kanzi::wayland::IVIShell::addListener ( const ivi_surface_listener &  listener,
void data 
) const
noexcept

Adds a listener to the underlying IVISurface.

Parameters
listenerListener to attach.
dataData pointer to receive when the listener is called.
Returns
On success, true, otherwise false.
KZ_NO_DISCARD const IVISurface& kanzi::wayland::IVIShell::getIVISurface ( ) const
noexcept

Gets the underlying IVISurface.

Returns
IVISurface object.

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