Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
qwlserverbufferintegration.cpp
Go to the documentation of this file.
1// Copyright (C) 2017 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
5
7
8namespace QtWayland {
9
11 : m_size(size)
12 , m_format(format)
13{ }
15{ }
16
17
19{
20 return false;
21}
22
24{ return m_size; }
25
27{ return m_format; }
28
30{ }
31
33{ }
34
36{
38 return true;
39}
40
41}
42
\inmodule QtCore
Definition qsize.h:25
\qmltype WaylandCompositor \instantiates QWaylandCompositor \inqmlmodule QtWayland....
virtual bool initializeHardware(QWaylandCompositor *)
ServerBuffer(const QSize &size, ServerBuffer::Format format)
Combined button and popup list for selecting options.
static QOpenGLCompositor * compositor
GLenum GLuint GLintptr GLsizeiptr size
[1]
GLint GLsizei GLsizei GLenum format
#define Q_UNUSED(x)