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.cpp
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
#
include
"qwaylandhardwareintegration_p.h"
6
7
#
include
"qwaylanddisplay_p.h"
8
QT_BEGIN_NAMESPACE
9
10
namespace
QtWaylandClient
{
11
12
QWaylandHardwareIntegration
::
QWaylandHardwareIntegration
(
struct
::wl_registry *
registry
,
int
id
)
13
:
qt_hardware_integration
(
registry
,
id
, 1)
14
{
15
}
16
17
QString
QWaylandHardwareIntegration
::
clientBufferIntegration
()
18
{
19
return
m_client_buffer
;
20
}
21
22
QString
QWaylandHardwareIntegration
::
serverBufferIntegration
()
23
{
24
return
m_server_buffer
;
25
}
26
27
void
QWaylandHardwareIntegration
::
hardware_integration_client_backend
(
const
QString
&
name
)
28
{
29
m_client_buffer
=
name
;
30
}
31
32
void
QWaylandHardwareIntegration
::
hardware_integration_server_backend
(
const
QString
&
name
)
33
{
34
m_server_buffer
=
name
;
35
}
36
37
}
38
39
QT_END_NAMESPACE
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.cpp
Generated on
for Qt by
1.16.1