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
kanzi::wayland::XDGToplevel::XDGToplevel |
( |
xdg_toplevel * |
nativeHandle | ) |
|
|
explicitnoexcept |
Constructor.
- Parameters
-
nativeHandle | Native Wayland handle. |
kanzi::wayland::XDGToplevel::XDGToplevel |
( |
const XDGSurface & |
xdgSurface | ) |
|
|
explicitnoexcept |
void kanzi::wayland::XDGToplevel::setFullscreenOnDefaultDisplay |
( |
| ) |
const |
|
noexcept |
Sets the toplevel as full-screen on the default display.
void kanzi::wayland::XDGToplevel::unsetFullscreenOnDefaultDisplay |
( |
| ) |
const |
|
noexcept |
Unsets the toplevel as full-screen on the default display.
void kanzi::wayland::XDGToplevel::setMaximizedOnDefaultDisplay |
( |
| ) |
const |
|
noexcept |
Sets the toplevel as maximized on the default display.
void kanzi::wayland::XDGToplevel::unsetMaximizedOnDefaultDisplay |
( |
| ) |
const |
|
noexcept |
Unsets the toplevel as maximized on the default display.
void kanzi::wayland::XDGToplevel::setMinimizedOnDefaultDisplay |
( |
| ) |
const |
|
noexcept |
Sets the toplevel as minimized on the default display.
void kanzi::wayland::XDGToplevel::setTitle |
( |
string_view |
title | ) |
const |
|
noexcept |
Sets the window title.
- Parameters
-
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: