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) 2017 ITAGE Corporation, author: <yusuke.binsaki@itage.co.jp>
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
// Qt-Security score:significant reason:default
4
5
#
include
<
QtWaylandClient
/
private
/
qwaylandshellintegrationplugin_p
.
h
>
6
#
include
"qwaylandivishellintegration.h"
7
8
QT_BEGIN_NAMESPACE
9
10
namespace
QtWaylandClient
{
11
12
class
QWaylandIviShellIntegrationPlugin
:
public
QWaylandShellIntegrationPlugin
13
{
14
Q_OBJECT
15
Q_PLUGIN_METADATA(IID QWaylandShellIntegrationFactoryInterface_iid FILE
"ivi-shell.json"
)
16
17
public
:
18
QWaylandShellIntegration
*
create
(
const
QString
&
key
,
const
QStringList
&
paramList
)
override
;
19
};
20
21
QWaylandShellIntegration *
QWaylandIviShellIntegrationPlugin
::create(
const
QString &key,
const
QStringList ¶mList)
22
{
23
Q_UNUSED(key);
24
Q_UNUSED(paramList);
25
return
new
QWaylandIviShellIntegration();
26
}
27
28
}
29
30
QT_END_NAMESPACE
31
32
#
include
"main.moc"
QtWaylandClient::QWaylandIviShellIntegrationPlugin
Definition
main.cpp:13
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qsequentialanimationgroup.cpp:47
QtWaylandClient
Definition
qwaylandclientextension.h:16
qtwayland
src
plugins
shellintegration
ivi-shell
main.cpp
Generated on
for Qt by
1.16.1