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
qwaylandhardwareintegration_p.h
Go to the documentation of this file.
1
// Copyright (C) 2016 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
// Qt-Security score:significant reason:default
4
5
#
ifndef
QWAYLANDHARDWAREINTEGRATION_H
6
#
define
QWAYLANDHARDWAREINTEGRATION_H
7
8
//
9
// W A R N I N G
10
// -------------
11
//
12
// This file is not part of the Qt API. It exists purely as an
13
// implementation detail. This header file may change from version to
14
// version without notice, or even be removed.
15
//
16
// We mean it.
17
//
18
19
#
include
<
QtWaylandClient
/
private
/
qwayland
-
hardware
-
integration
.
h
>
20
#
include
<
QtWaylandClient
/
qtwaylandclientglobal
.
h
>
21
#
include
<
QtCore
/
private
/
qglobal_p
.
h
>
22
23
QT_BEGIN_NAMESPACE
24
25
namespace
QtWaylandClient
{
26
27
class
QWaylandDisplay;
28
29
class
Q_WAYLANDCLIENT_EXPORT
QWaylandHardwareIntegration
:
public
QtWayland
::
qt_hardware_integration
30
{
31
public
:
32
QWaylandHardwareIntegration
(
struct
::
wl_registry
*
registry
,
int
id
);
33
34
QString
clientBufferIntegration
();
35
QString
serverBufferIntegration
();
36
37
protected
:
38
void
hardware_integration_client_backend
(
const
QString
&
name
)
override
;
39
void
hardware_integration_server_backend
(
const
QString
&
name
)
override
;
40
41
private
:
42
QString
m_client_buffer
;
43
QString
m_server_buffer
;
44
};
45
46
}
47
48
QT_END_NAMESPACE
49
50
#
endif
QtWaylandClient::QWaylandHardwareIntegration
Definition
qwaylandhardwareintegration_p.h:30
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qrandomaccessasyncfile_darwin.mm:17
QtWaylandClient
Definition
qwaylandclientextension.h:16
qtbase
src
plugins
platforms
wayland
hardwareintegration
qwaylandhardwareintegration_p.h
Generated on
for Qt by
1.16.1