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) 2018 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
4
#
include
<
QtWaylandCompositor
/
private
/
qwlhardwarelayerintegrationplugin_p
.
h
>
5
#
include
"vsp2hardwarelayerintegration.h"
6
7
QT_BEGIN_NAMESPACE
8
9
class
Vsp2HardwareLayerIntegrationPlugin
:
public
QtWayland
::
HardwareLayerIntegrationPlugin
10
{
11
Q_OBJECT
12
Q_PLUGIN_METADATA(IID QtWaylandHardwareLayerIntegrationFactoryInterface_iid FILE
"vsp2.json"
)
13
public
:
14
QtWayland
::
HardwareLayerIntegration
*
create
(
const
QString
&,
const
QStringList
&)
override
;
15
};
16
17
QtWayland::HardwareLayerIntegration *
Vsp2HardwareLayerIntegrationPlugin
::create(
const
QString& system,
const
QStringList& paramList)
18
{
19
Q_UNUSED(paramList);
20
Q_UNUSED(system);
21
return
new
Vsp2HardwareLayerIntegration
();
22
}
23
24
QT_END_NAMESPACE
25
26
#
include
"main.moc"
Vsp2HardwareLayerIntegrationPlugin
Definition
main.cpp:10
Vsp2HardwareLayerIntegration
Definition
vsp2hardwarelayerintegration.h:28
QPlatformGraphicsBufferHelper
\inmodule QtGui
qtwayland
src
plugins
hardwareintegration
compositor
hardwarelayer
vsp2
main.cpp
Generated on
for Qt by
1.14.0