#include <kwin_wayland_test.h>
The XdgToplevel class represents an xdg_toplevel surface. Note that the XdgToplevel surface takes the ownership of the underlying XdgSurface object.
Definition at line 212 of file kwin_wayland_test.h.
◆ State
◆ XdgToplevel()
KWin::Test::XdgToplevel::XdgToplevel |
( |
XdgSurface * | surface, |
|
|
QObject * | parent = nullptr ) |
|
explicit |
◆ ~XdgToplevel()
KWin::Test::XdgToplevel::~XdgToplevel |
( |
| ) |
|
|
override |
◆ closeRequested
void KWin::Test::XdgToplevel::closeRequested |
( |
| ) |
|
|
signal |
◆ configureRequested
void KWin::Test::XdgToplevel::configureRequested |
( |
const QSize & | size, |
|
|
KWin::Test::XdgToplevel::States | states ) |
|
signal |
◆ xdg_toplevel_close()
void KWin::Test::XdgToplevel::xdg_toplevel_close |
( |
| ) |
|
|
overrideprotected |
◆ xdg_toplevel_configure()
void KWin::Test::XdgToplevel::xdg_toplevel_configure |
( |
int32_t | width, |
|
|
int32_t | height, |
|
|
wl_array * | states ) |
|
overrideprotected |
◆ xdgSurface()
XdgSurface * KWin::Test::XdgToplevel::xdgSurface |
( |
| ) |
const |
The documentation for this class was generated from the following files: