Qt
6.x
The Qt SDK
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
4
#include "
qwaylandhardwareintegration_p.h
"
5
6
#include "
qwaylanddisplay_p.h
"
7
QT_BEGIN_NAMESPACE
8
9
namespace
QtWaylandClient
{
10
11
QWaylandHardwareIntegration::QWaylandHardwareIntegration
(struct ::wl_registry *registry,
int
id
)
12
: qt_hardware_integration(registry,
id
, 1)
13
{
14
}
15
16
QString
QWaylandHardwareIntegration::clientBufferIntegration
()
17
{
18
return
m_client_buffer;
19
}
20
21
QString
QWaylandHardwareIntegration::serverBufferIntegration
()
22
{
23
return
m_server_buffer;
24
}
25
26
void
QWaylandHardwareIntegration::hardware_integration_client_backend
(
const
QString
&
name
)
27
{
28
m_client_buffer =
name
;
29
}
30
31
void
QWaylandHardwareIntegration::hardware_integration_server_backend
(
const
QString
&
name
)
32
{
33
m_server_buffer =
name
;
34
}
35
36
}
37
38
QT_END_NAMESPACE
QString
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition
qstring.h:127
QtWaylandClient::QWaylandHardwareIntegration::QWaylandHardwareIntegration
QWaylandHardwareIntegration(struct ::wl_registry *registry, int id)
Definition
qwaylandhardwareintegration.cpp:11
QtWaylandClient::QWaylandHardwareIntegration::clientBufferIntegration
QString clientBufferIntegration()
Definition
qwaylandhardwareintegration.cpp:16
QtWaylandClient::QWaylandHardwareIntegration::hardware_integration_client_backend
void hardware_integration_client_backend(const QString &name) override
Definition
qwaylandhardwareintegration.cpp:26
QtWaylandClient::QWaylandHardwareIntegration::serverBufferIntegration
QString serverBufferIntegration()
Definition
qwaylandhardwareintegration.cpp:21
QtWaylandClient::QWaylandHardwareIntegration::hardware_integration_server_backend
void hardware_integration_server_backend(const QString &name) override
Definition
qwaylandhardwareintegration.cpp:31
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
QT_END_NAMESPACE
Definition
qsharedpointer.cpp:1545
QtWaylandClient
Definition
qwaylandclientextension.h:15
id
GLenum GLuint id
[7]
Definition
qopengles2ext.h:151
name
GLuint name
Definition
qopengles2ext.h:156
qwaylanddisplay_p.h
qwaylandhardwareintegration_p.h
qtwayland
src
client
hardwareintegration
qwaylandhardwareintegration.cpp
Generated by
1.9.7