Represents a Wayland shell class interface boilerplate. More...
#include <kanzi/core.ui/platform/windowing_ng/wayland/shells/abstract_wayland_shell.hpp>
Public Member Functions | |
bool | bringToFront () const noexcept |
Displays the window on top of all other windows. More... | |
KZ_NO_DISCARD optional< string > | getWindowTitle () 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... | |
Represents a Wayland shell class interface boilerplate.
Uses CRTP pattern. The user is encouraged to derive from it and pass itself as a template parameter.
T | CRTP derived class. |
|
inlinenoexcept |
Enters the full-screen mode.
|
inlinenoexcept |
Exits the full-screen mode.
|
inlinenoexcept |
Resizes the window to take up the entire screen.
|
inlinenoexcept |
Minimizes the window.
|
inlinenoexcept |
Displays the window on top of all other windows.
|
inlinenoexcept |
Shows the hidden window.
|
inlinenoexcept |
Hides the window.
|
inlinenoexcept |
Sets the window title.
title | Text to set as the window title. |
|
inlinenoexcept |
Gets the current window title.