| KWin
    | 
#include <xwaylandshell_v1.h>
 
 | Public Member Functions | |
| XwaylandSurfaceV1Interface (XwaylandShellV1Interface *shell, SurfaceInterface *surface, wl_client *client, uint32_t id, int version) | |
| ~XwaylandSurfaceV1Interface () override | |
| SurfaceInterface * | surface () const | 
| std::optional< uint64_t > | serial () const | 
| Static Public Member Functions | |
| static SurfaceRole * | role () | 
Definition at line 28 of file xwaylandshell_v1.h.
| KWin::XwaylandSurfaceV1Interface::XwaylandSurfaceV1Interface | ( | XwaylandShellV1Interface * | shell, | 
| SurfaceInterface * | surface, | ||
| wl_client * | client, | ||
| uint32_t | id, | ||
| int | version ) | 
Definition at line 151 of file xwaylandshell_v1.cpp.
| 
 | override | 
Definition at line 156 of file xwaylandshell_v1.cpp.
| 
 | static | 
Definition at line 160 of file xwaylandshell_v1.cpp.
| std::optional< uint64_t > KWin::XwaylandSurfaceV1Interface::serial | ( | ) | const | 
Definition at line 171 of file xwaylandshell_v1.cpp.
| SurfaceInterface * KWin::XwaylandSurfaceV1Interface::surface | ( | ) | const | 
Definition at line 166 of file xwaylandshell_v1.cpp.