Qt
6.x
The Qt SDK
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerations
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Related Symbols
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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 LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4
#include "
qwaylandxdgshellintegration_p.h
"
5
6
#include <QtWaylandClient/private/qwaylandshellintegrationplugin_p.h>
7
8
QT_BEGIN_NAMESPACE
9
10
namespace
QtWaylandClient
{
11
12
class
QWaylandXdgShellIntegrationPlugin
:
public
QWaylandShellIntegrationPlugin
13
{
14
Q_OBJECT
15
Q_PLUGIN_METADATA
(
IID
QWaylandShellIntegrationFactoryInterface_iid
FILE
"xdg-shell.json"
)
16
17
public
:
18
QWaylandShellIntegration
*
create
(
const
QString
&
key
,
const
QStringList
¶mList)
override
;
19
};
20
21
QWaylandShellIntegration
*
QWaylandXdgShellIntegrationPlugin::create
(
const
QString
&
key
,
const
QStringList
¶mList)
22
{
23
Q_UNUSED
(
key
);
24
Q_UNUSED
(paramList);
25
return
new
QWaylandXdgShellIntegration
();
26
}
27
28
}
29
30
QT_END_NAMESPACE
31
32
#include "main.moc"
QStringList
\inmodule QtCore
QString
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition
qstring.h:127
QtWaylandClient::QWaylandShellIntegrationPlugin
Definition
qwaylandshellintegrationplugin_p.h:34
QtWaylandClient::QWaylandShellIntegration
Definition
qwaylandshellintegration_p.h:40
QtWaylandClient::QWaylandXdgShellIntegrationPlugin
Definition
main.cpp:13
QtWaylandClient::QWaylandXdgShellIntegrationPlugin::create
QWaylandShellIntegration * create(const QString &key, const QStringList ¶mList) override
Definition
main.cpp:21
QtWaylandClient::QWaylandXdgShellIntegration
Definition
qwaylandxdgshellintegration_p.h:31
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
QT_END_NAMESPACE
Definition
qsharedpointer.cpp:1545
QtWaylandClient
Definition
qwaylandclientextension.h:15
qwaylandxdgshellintegration_p.h
key
GLuint64 key
Definition
qopengles2ext.h:2268
QtPluginMetaDataKeys::IID
@ IID
Q_OBJECT
#define Q_OBJECT
Definition
qtmetamacros.h:117
Q_PLUGIN_METADATA
#define Q_PLUGIN_METADATA(x)
Definition
qtmetamacros.h:54
Q_UNUSED
#define Q_UNUSED(x)
Definition
qtpreprocessorsupport.h:20
QWaylandShellIntegrationFactoryInterface_iid
#define QWaylandShellIntegrationFactoryInterface_iid
Definition
qwaylandshellintegrationplugin_p.h:31
create
view create()
qtwayland
src
plugins
shellintegration
xdg-shell
main.cpp
Generated by
1.9.7