Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
KODI::WINDOWING::WAYLAND::CSeatWebOS Class Referencefinal

#include <SeatWebOS.h>

Inheritance diagram for KODI::WINDOWING::WAYLAND::CSeatWebOS:
KODI::WINDOWING::WAYLAND::CSeat

Public Member Functions

 CSeatWebOS (std::uint32_t globalName, wayland::seat_t const &seat, CConnection &connection)
 
void SetCursor (std::uint32_t serial, wayland::surface_t const &surface, std::int32_t hotspotX, std::int32_t hotspotY) override
 
- Public Member Functions inherited from KODI::WINDOWING::WAYLAND::CSeat
 CSeat (std::uint32_t globalName, wayland::seat_t const &seat, CConnection &connection)
 
virtual ~CSeat () noexcept
 
void AddRawInputHandlerKeyboard (IRawInputHandlerKeyboard *rawKeyboardHandler)
 
void RemoveRawInputHandlerKeyboard (IRawInputHandlerKeyboard *rawKeyboardHandler)
 
void AddRawInputHandlerPointer (IRawInputHandlerPointer *rawPointerHandler)
 
void RemoveRawInputHandlerPointer (IRawInputHandlerPointer *rawPointerHandler)
 
void AddRawInputHandlerTouch (IRawInputHandlerTouch *rawTouchHandler)
 
void RemoveRawInputHandlerTouch (IRawInputHandlerTouch *rawTouchHandler)
 
std::uint32_t GetGlobalName () const
 
std::string const & GetName () const
 
bool HasPointerCapability () const
 
bool HasKeyboardCapability () const
 
bool HasTouchCapability () const
 
std::string GetSelectionText () const
 
wayland::seat_t const & GetWlSeat ()
 

Protected Member Functions

void InstallKeyboardRepeatInfo () override
 

Constructor & Destructor Documentation

◆ CSeatWebOS()

KODI::WINDOWING::WAYLAND::CSeatWebOS::CSeatWebOS ( std::uint32_t globalName,
wayland::seat_t const & seat,
CConnection & connection )
inline

Member Function Documentation

◆ InstallKeyboardRepeatInfo()

void KODI::WINDOWING::WAYLAND::CSeatWebOS::InstallKeyboardRepeatInfo ( )
overrideprotectedvirtual

Reimplemented from KODI::WINDOWING::WAYLAND::CSeat.

◆ SetCursor()

void KODI::WINDOWING::WAYLAND::CSeatWebOS::SetCursor ( std::uint32_t serial,
wayland::surface_t const & surface,
std::int32_t hotspotX,
std::int32_t hotspotY )
overridevirtual

Set the cursor of the pointer of this seat

Parameters are identical wo wl_pointer.set_cursor(). If the seat does not currently have the pointer capability, this is a no-op.

Reimplemented from KODI::WINDOWING::WAYLAND::CSeat.


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