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
qwaylandserverbufferintegrationfactory.cpp
Go to the documentation of this file.
1
// Copyright (C) 2016 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
"qwaylandserverbufferintegrationfactory_p.h"
5
#
include
"qwaylandserverbufferintegrationplugin_p.h"
6
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
,
qwsbifLoader
,
16
(
QWaylandServerBufferIntegrationFactoryInterface_iid
,
QLatin1String
(
"/wayland-graphics-integration-client"
),
Qt
::
CaseInsensitive
))
17
18
QStringList
QWaylandServerBufferIntegrationFactory
::
keys
()
19
{
20
return
qwsbifLoader
->
keyMap
().
values
();
21
}
22
23
QWaylandServerBufferIntegration
*
QWaylandServerBufferIntegrationFactory
::
create
(
const
QString
&
name
,
const
QStringList
&
args
)
24
{
25
return
qLoadPlugin
<
QWaylandServerBufferIntegration
,
QWaylandServerBufferIntegrationPlugin
>(
qwsbifLoader
(),
name
,
args
);
26
}
27
28
}
29
30
QT_END_NAMESPACE
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
QtWaylandClient
Definition
qwaylandclientextension.h:15
QtWaylandClient::Q_GLOBAL_STATIC_WITH_ARGS
Q_GLOBAL_STATIC_WITH_ARGS(QFactoryLoader, qwcbifLoader,(QWaylandClientBufferIntegrationFactoryInterface_iid, QLatin1String("/wayland-graphics-integration-client"), Qt::CaseInsensitive)) QStringList QWaylandClientBufferIntegrationFactory
Definition
qwaylandclientbufferintegrationfactory.cpp:15
QWaylandServerBufferIntegrationFactoryInterface_iid
#define QWaylandServerBufferIntegrationFactoryInterface_iid
Definition
qwaylandserverbufferintegrationplugin_p.h:31
qtwayland
src
client
hardwareintegration
qwaylandserverbufferintegrationfactory.cpp
Generated on Mon Mar 10 2025 00:54:59 for Qt by
1.13.2