Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qwaylandfullscreenshellv1surface.h
Go to the documentation of this file.
1
// Copyright (C) 2018 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4
#
pragma
once
5
6
#
include
<
QtWaylandClient
/
qtwaylandclientglobal
.
h
>
7
#
include
<
QtWaylandClient
/
private
/
qwaylandshellsurface_p
.
h
>
8
#
include
<
QtWaylandClient
/
private
/
qwaylandwindow_p
.
h
>
9
10
#
include
"qwayland-fullscreen-shell-unstable-v1.h"
11
12
QT_BEGIN_NAMESPACE
13
14
namespace
QtWaylandClient
{
15
16
class
Q_WAYLANDCLIENT_EXPORT
QWaylandFullScreenShellV1Surface
:
public
QWaylandShellSurface
17
{
18
public
:
19
QWaylandFullScreenShellV1Surface
(
QtWayland
::
zwp_fullscreen_shell_v1
*
shell
,
QWaylandWindow
*
window
);
20
std
::
any
surfaceRole
()
const
override
{
return
m_shell
->
object
(); }
21
22
private
:
23
QtWayland
::
zwp_fullscreen_shell_v1
*
m_shell
=
nullptr
;
24
QWaylandWindow
*
m_window
=
nullptr
;
25
};
26
27
}
// namespace QtWaylandClient
28
29
QT_END_NAMESPACE
QtWaylandClient::QWaylandFullScreenShellV1Surface
Definition
qwaylandfullscreenshellv1surface.h:17
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qrandomaccessasyncfile_darwin.mm:17
QtWaylandClient
Definition
qwaylandclientextension.h:15
qtbase
src
plugins
platforms
wayland
plugins
shellintegration
fullscreen-shell-v1
qwaylandfullscreenshellv1surface.h
Generated on
for Qt by
1.16.1