KWin
Loading...
Searching...
No Matches
Signals | Public Member Functions | Protected Member Functions | List of all members
KWin::Test::XdgSurface Class Reference

#include <kwin_wayland_test.h>

Inheritance diagram for KWin::Test::XdgSurface:

Signals

void configureRequested (quint32 serial)
 

Public Member Functions

 XdgSurface (XdgShell *shell, KWayland::Client::Surface *surface, QObject *parent=nullptr)
 
 ~XdgSurface () override
 
KWayland::Client::Surface * surface () const
 

Protected Member Functions

void xdg_surface_configure (uint32_t serial) override
 

Detailed Description

The XdgSurface class represents an xdg_surface object.

Definition at line 188 of file kwin_wayland_test.h.

Constructor & Destructor Documentation

◆ XdgSurface()

XdgSurface::XdgSurface ( XdgShell * shell,
KWayland::Client::Surface * surface,
QObject * parent = nullptr )
explicit

Definition at line 87 of file test_helpers.cpp.

◆ ~XdgSurface()

XdgSurface::~XdgSurface ( )
override

Definition at line 94 of file test_helpers.cpp.

Member Function Documentation

◆ configureRequested

void KWin::Test::XdgSurface::configureRequested ( quint32 serial)
signal

◆ surface()

KWayland::Client::Surface * XdgSurface::surface ( ) const

Definition at line 99 of file test_helpers.cpp.

◆ xdg_surface_configure()

void XdgSurface::xdg_surface_configure ( uint32_t serial)
overrideprotected

Definition at line 104 of file test_helpers.cpp.


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