XDG toplevel wrapper class.
More...
#include <kanzi/core.ui/platform/windowing_ng/wayland/shells/xdg/wayland_xdg_toplevel.hpp>
XDG toplevel wrapper class.
- Since
- Kanzi 3.9.8
◆ XDGToplevel() [1/2]
| kanzi::wayland::XDGToplevel::XDGToplevel |
( |
xdg_toplevel * |
nativeHandle | ) |
|
|
explicitnoexcept |
Constructor.
- Parameters
-
| nativeHandle | Native Wayland handle. |
◆ XDGToplevel() [2/2]
| kanzi::wayland::XDGToplevel::XDGToplevel |
( |
const XDGSurface & |
xdgSurface | ) |
|
|
explicitnoexcept |
◆ setFullscreenOnDefaultDisplay()
| void kanzi::wayland::XDGToplevel::setFullscreenOnDefaultDisplay |
( |
| ) |
const |
|
noexcept |
Sets the toplevel as full-screen on the default display.
◆ unsetFullscreenOnDefaultDisplay()
| void kanzi::wayland::XDGToplevel::unsetFullscreenOnDefaultDisplay |
( |
| ) |
const |
|
noexcept |
Unsets the toplevel as full-screen on the default display.
◆ setMaximizedOnDefaultDisplay()
| void kanzi::wayland::XDGToplevel::setMaximizedOnDefaultDisplay |
( |
| ) |
const |
|
noexcept |
Sets the toplevel as maximized on the default display.
◆ unsetMaximizedOnDefaultDisplay()
| void kanzi::wayland::XDGToplevel::unsetMaximizedOnDefaultDisplay |
( |
| ) |
const |
|
noexcept |
Unsets the toplevel as maximized on the default display.
◆ setMinimizedOnDefaultDisplay()
| void kanzi::wayland::XDGToplevel::setMinimizedOnDefaultDisplay |
( |
| ) |
const |
|
noexcept |
Sets the toplevel as minimized on the default display.
◆ setTitle()
| void kanzi::wayland::XDGToplevel::setTitle |
( |
string_view |
title | ) |
const |
|
noexcept |
Sets the window title.
- Parameters
-
◆ s_nativeInterface
| const wl_interface kanzi::wayland::XDGToplevel::s_nativeInterface |
|
static |
Represents the underlying native interface.
The documentation for this class was generated from the following file: