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
qeglfsopenwfdmain.cpp
Go to the documentation of this file.
1
// Copyright (C) 2017 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
"private/qeglfsdeviceintegration_p.h"
5
#
include
"qeglfsopenwfdintegration.h"
6
7
QT_BEGIN_NAMESPACE
8
9
class
QEglFSOpenWFDIntegrationPlugin
:
public
QEglFSDeviceIntegrationPlugin
10
{
11
Q_OBJECT
12
Q_PLUGIN_METADATA(IID QEglFSDeviceIntegrationFactoryInterface_iid FILE
"eglfs_openwfd.json"
)
13
14
public
:
15
QEglFSDeviceIntegration
*
create
()
override
{
16
return
new
QEglFSOpenWFDIntegration
;
17
}
18
};
19
20
QT_END_NAMESPACE
21
22
#
include
"qeglfsopenwfdmain.moc"
QEglFSOpenWFDIntegrationPlugin
Definition
qeglfsopenwfdmain.cpp:10
QPlatformGraphicsBufferHelper
\inmodule QtGui
qtbase
src
plugins
platforms
eglfs
deviceintegration
eglfs_openwfd
qeglfsopenwfdmain.cpp
Generated on
for Qt by
1.14.0