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
main.cpp
Go to the documentation of this file.
1
// Copyright (C) 2016 Jolla Ltd, author: <giulio.camuffo@jollamobile.com>
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
4
#
include
<
QtWaylandCompositor
/
private
/
qwlserverbufferintegrationplugin_p
.
h
>
5
#
include
<
QtWaylandCompositor
/
private
/
qwlserverbufferintegration_p
.
h
>
6
#
include
"libhybriseglserverbufferintegration.h"
7
8
QT_BEGIN_NAMESPACE
9
10
class
LibHybrisEglServerBufferIntegrationPlugin
:
public
QtWayland
::
ServerBufferIntegrationPlugin
11
{
12
Q_OBJECT
13
Q_PLUGIN_METADATA(IID QtWaylandServerBufferIntegrationFactoryInterface_iid FILE
"libhybris-egl-server.json"
)
14
public
:
15
QtWayland
::
ServerBufferIntegration
*
create
(
const
QString
&,
const
QStringList
&);
16
};
17
18
QtWayland::ServerBufferIntegration *
LibHybrisEglServerBufferIntegrationPlugin
::create(
const
QString& system,
const
QStringList& paramList)
19
{
20
Q_UNUSED(paramList);
21
Q_UNUSED(system);
22
return
new
LibHybrisEglServerBufferIntegration
(
)
;
23
}
24
25
QT_END_NAMESPACE
26
27
#
include
"main.moc"
LibHybrisEglServerBufferIntegrationPlugin
Definition
main.cpp:11
LibHybrisEglServerBufferIntegration
Definition
libhybriseglserverbufferintegration.h:67
LibHybrisEglServerBufferIntegration::LibHybrisEglServerBufferIntegration
LibHybrisEglServerBufferIntegration()
Definition
libhybriseglserverbufferintegration.cpp:93
QPlatformGraphicsBufferHelper
\inmodule QtGui
qtwayland
src
plugins
hardwareintegration
compositor
libhybris-egl-server
main.cpp
Generated on
for Qt by
1.14.0