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
qwaylandinputdeviceintegrationfactory.cpp
Go to the documentation of this file.
1
// Copyright (C) 2016 LG Electronics 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 "
qwaylandinputdeviceintegrationfactory_p.h
"
5
#include "
qwaylandinputdeviceintegrationplugin_p.h
"
6
#include "
qwaylandinputdeviceintegration_p.h
"
7
#include <QtCore/private/qfactoryloader_p.h>
8
#include <QtCore/QCoreApplication>
9
#include <QtCore/QDir>
10
11
QT_BEGIN_NAMESPACE
12
13
namespace
QtWaylandClient
{
14
15
Q_GLOBAL_STATIC_WITH_ARGS
(
QFactoryLoader
, qwidfiLoader,
16
(
QWaylandInputDeviceIntegrationFactoryInterface_iid
,
QLatin1String
(
"/wayland-inputdevice-integration"
),
Qt::CaseInsensitive
))
17
18
QStringList
QWaylandInputDeviceIntegrationFactory::keys
()
19
{
20
return
qwidfiLoader->keyMap().values();
21
}
22
23
QWaylandInputDeviceIntegration
*
QWaylandInputDeviceIntegrationFactory::create
(
const
QString
&
name
,
const
QStringList
&
args
)
24
{
25
return
qLoadPlugin<QWaylandInputDeviceIntegration, QWaylandInputDeviceIntegrationPlugin>(qwidfiLoader(),
name
,
args
);
26
}
27
28
}
29
30
QT_END_NAMESPACE
QFactoryLoader
Definition
qfactoryloader_p.h:62
QStringList
\inmodule QtCore
QString
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition
qstring.h:127
QtWaylandClient::QWaylandInputDeviceIntegrationFactory::create
static QWaylandInputDeviceIntegration * create(const QString &name, const QStringList &args)
Definition
qwaylandinputdeviceintegrationfactory.cpp:23
QtWaylandClient::QWaylandInputDeviceIntegrationFactory::keys
static QStringList keys()
QtWaylandClient::QWaylandInputDeviceIntegration
Definition
qwaylandinputdeviceintegration_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
Qt::CaseInsensitive
@ CaseInsensitive
Definition
qnamespace.h:1257
Q_GLOBAL_STATIC_WITH_ARGS
#define Q_GLOBAL_STATIC_WITH_ARGS(TYPE, NAME, ARGS)
Definition
qglobalstatic.h:99
name
GLuint name
Definition
qopengles2ext.h:156
QLatin1String
QLatin1StringView QLatin1String
Definition
qstringfwd.h:31
qwaylandinputdeviceintegration_p.h
qwaylandinputdeviceintegrationfactory_p.h
qwaylandinputdeviceintegrationplugin_p.h
QWaylandInputDeviceIntegrationFactoryInterface_iid
#define QWaylandInputDeviceIntegrationFactoryInterface_iid
Definition
qwaylandinputdeviceintegrationplugin_p.h:31
args
QJSValueList args
Definition
src_script_qjsengine.cpp:12
qtwayland
src
client
inputdeviceintegration
qwaylandinputdeviceintegrationfactory.cpp
Generated by
1.9.7