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
qwaylandserverbufferintegration.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
"qwaylandserverbufferintegration_p.h"
6
7
QT_BEGIN_NAMESPACE
8
9
namespace
QtWaylandClient
{
10
11
QWaylandServerBuffer
::
QWaylandServerBuffer
()
12
{
13
}
14
15
QWaylandServerBuffer
::~
QWaylandServerBuffer
()
16
{
17
}
18
19
QWaylandServerBuffer
::
Format
QWaylandServerBuffer
::
format
()
const
20
{
21
return
m_format
;
22
}
23
24
QSize
QWaylandServerBuffer
::
size
()
const
25
{
26
return
m_size
;
27
}
28
29
void
QWaylandServerBuffer
::
setUserData
(
void
*
userData
)
30
{
31
m_user_data
=
userData
;
32
}
33
34
void
*
QWaylandServerBuffer
::
userData
()
const
35
{
36
return
m_user_data
;
37
}
38
39
QWaylandServerBufferIntegration
::
QWaylandServerBufferIntegration
()
40
{
41
}
42
QWaylandServerBufferIntegration
::~
QWaylandServerBufferIntegration
()
43
{
44
}
45
46
}
47
48
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
qwaylandserverbufferintegration.cpp
Generated on
for Qt by
1.16.1