![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <ShellSurfaceXdgShell.h>
Public Member Functions | |
CShellSurfaceXdgShell (IShellSurfaceHandler &handler, wayland::display_t &display, wayland::xdg_wm_base_t const &shell, wayland::surface_t const &surface, std::string const &title, std::string const &class_) | |
~CShellSurfaceXdgShell () noexcept override | |
void | Initialize () override |
void | SetFullScreen (wayland::output_t const &output, float refreshRate) override |
void | SetWindowed () override |
void | SetMaximized () override |
void | UnsetMaximized () override |
void | SetMinimized () override |
void | SetWindowGeometry (CRectInt geometry) override |
void | AckConfigure (std::uint32_t serial) override |
void | StartMove (const wayland::seat_t &seat, std::uint32_t serial) override |
void | StartResize (const wayland::seat_t &seat, std::uint32_t serial, wayland::shell_surface_resize edge) override |
void | ShowShellContextMenu (const wayland::seat_t &seat, std::uint32_t serial, CPointInt position) override |
![]() | |
virtual | ~IShellSurface ()=default |
Static Public Member Functions | |
static CShellSurfaceXdgShell * | TryCreate (IShellSurfaceHandler &handler, CConnection &connection, wayland::surface_t const &surface, std::string const &title, std::string const &class_) |
![]() | |
static std::string | StateToString (StateBitset state) |
Additional Inherited Members | |
![]() | |
enum | State { STATE_MAXIMIZED = 0 , STATE_FULLSCREEN , STATE_RESIZING , STATE_ACTIVATED , STATE_COUNT } |
using | StateBitset = std::bitset<STATE_COUNT> |
![]() | |
IShellSurface () noexcept=default | |
Shell surface implementation for stable xdg_shell
CShellSurfaceXdgShell::CShellSurfaceXdgShell | ( | IShellSurfaceHandler & | handler, |
wayland::display_t & | display, | ||
wayland::xdg_wm_base_t const & | shell, | ||
wayland::surface_t const & | surface, | ||
std::string const & | title, | ||
std::string const & | class_ ) |
Construct xdg_shell toplevel object for given surface
handler | the shell surface handler |
display | the wl_display global (for initial roundtrip) |
shell | the xdg_wm_base global |
surface | surface to make shell surface for |
title | title of the surfae |
class_ | class of the surface, which should match the name of the .desktop file of the application |
|
overridenoexcept |
|
overridevirtual |
Implements KODI::WINDOWING::WAYLAND::IShellSurface.
|
overridevirtual |
Initialize shell surface
The event loop thread MUST NOT be running when this function is called. The difference to the constructor is that in this function callbacks may already be called.
Implements KODI::WINDOWING::WAYLAND::IShellSurface.
|
overridevirtual |
Implements KODI::WINDOWING::WAYLAND::IShellSurface.
|
overridevirtual |
Implements KODI::WINDOWING::WAYLAND::IShellSurface.
|
overridevirtual |
Implements KODI::WINDOWING::WAYLAND::IShellSurface.
|
overridevirtual |
Implements KODI::WINDOWING::WAYLAND::IShellSurface.
Implements KODI::WINDOWING::WAYLAND::IShellSurface.
|
overridevirtual |
Implements KODI::WINDOWING::WAYLAND::IShellSurface.
|
overridevirtual |
Implements KODI::WINDOWING::WAYLAND::IShellSurface.
|
overridevirtual |
Implements KODI::WINDOWING::WAYLAND::IShellSurface.
|
static |
|
overridevirtual |
Implements KODI::WINDOWING::WAYLAND::IShellSurface.