Qt
6.x
The Qt SDK
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerations
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Related Symbols
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
4
#include "
qwaylandserverbufferintegration_p.h
"
5
6
QT_BEGIN_NAMESPACE
7
8
namespace
QtWaylandClient
{
9
10
QWaylandServerBuffer::QWaylandServerBuffer
()
11
{
12
}
13
14
QWaylandServerBuffer::~QWaylandServerBuffer
()
15
{
16
}
17
18
QWaylandServerBuffer::Format
QWaylandServerBuffer::format
()
const
19
{
20
return
m_format
;
21
}
22
23
QSize
QWaylandServerBuffer::size
()
const
24
{
25
return
m_size
;
26
}
27
28
void
QWaylandServerBuffer::setUserData
(
void
*userData)
29
{
30
m_user_data =
userData
;
31
}
32
33
void
*
QWaylandServerBuffer::userData
()
const
34
{
35
return
m_user_data;
36
}
37
38
QWaylandServerBufferIntegration::QWaylandServerBufferIntegration
()
39
{
40
}
41
QWaylandServerBufferIntegration::~QWaylandServerBufferIntegration
()
42
{
43
}
44
45
}
46
47
QT_END_NAMESPACE
QSize
\inmodule QtCore
Definition
qsize.h:25
QtWaylandClient::QWaylandServerBufferIntegration::QWaylandServerBufferIntegration
QWaylandServerBufferIntegration()
Definition
qwaylandserverbufferintegration.cpp:38
QtWaylandClient::QWaylandServerBufferIntegration::~QWaylandServerBufferIntegration
virtual ~QWaylandServerBufferIntegration()
Definition
qwaylandserverbufferintegration.cpp:41
QtWaylandClient::QWaylandServerBuffer::size
QSize size() const
Definition
qwaylandserverbufferintegration.cpp:23
QtWaylandClient::QWaylandServerBuffer::userData
void * userData() const
Definition
qwaylandserverbufferintegration.cpp:33
QtWaylandClient::QWaylandServerBuffer::QWaylandServerBuffer
QWaylandServerBuffer()
Definition
qwaylandserverbufferintegration.cpp:10
QtWaylandClient::QWaylandServerBuffer::m_size
QSize m_size
Definition
qwaylandserverbufferintegration_p.h:55
QtWaylandClient::QWaylandServerBuffer::~QWaylandServerBuffer
virtual ~QWaylandServerBuffer()
Definition
qwaylandserverbufferintegration.cpp:14
QtWaylandClient::QWaylandServerBuffer::m_format
Format m_format
Definition
qwaylandserverbufferintegration_p.h:54
QtWaylandClient::QWaylandServerBuffer::format
Format format() const
Definition
qwaylandserverbufferintegration.cpp:18
QtWaylandClient::QWaylandServerBuffer::Format
Format
Definition
qwaylandserverbufferintegration_p.h:36
QtWaylandClient::QWaylandServerBuffer::setUserData
void setUserData(void *userData)
Definition
qwaylandserverbufferintegration.cpp:28
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
qwaylandserverbufferintegration_p.h
qtwayland
src
client
hardwareintegration
qwaylandserverbufferintegration.cpp
Generated by
1.9.7