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
qxcbglintegrationfactory.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 "
qxcbglintegrationfactory.h
"
5
#include "
qxcbglintegrationplugin.h
"
6
7
#include "
qxcbglintegrationplugin.h
"
8
#include "private/qfactoryloader_p.h"
9
#include "
qguiapplication.h
"
10
#include "
qdir.h
"
11
12
QT_BEGIN_NAMESPACE
13
14
using namespace
Qt::StringLiterals
;
15
16
Q_GLOBAL_STATIC_WITH_ARGS
(
QFactoryLoader
,
loader
,
17
(
QXcbGlIntegrationFactoryInterface_iid
,
"/xcbglintegrations"
_L1,
Qt::CaseInsensitive
))
18
19
QXcbGlIntegration
*
QXcbGlIntegrationFactory::create
(
const
QString
&
platform
)
20
{
21
return
qLoadPlugin<QXcbGlIntegration, QXcbGlIntegrationPlugin>(
loader
(),
platform
);
22
}
23
24
QT_END_NAMESPACE
QFactoryLoader
Definition
qfactoryloader_p.h:62
QString
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition
qstring.h:127
QXcbGlIntegrationFactory::create
static QXcbGlIntegration * create(const QString &name)
QXcbGlIntegration
Definition
qxcbglintegration.h:20
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
QT_END_NAMESPACE
Definition
qsharedpointer.cpp:1545
Qt::StringLiterals
Definition
qbytearray.h:716
Qt::CaseInsensitive
@ CaseInsensitive
Definition
qnamespace.h:1257
qdir.h
Q_GLOBAL_STATIC_WITH_ARGS
#define Q_GLOBAL_STATIC_WITH_ARGS(TYPE, NAME, ARGS)
Definition
qglobalstatic.h:99
qguiapplication.h
loader
static loader
Definition
qplatformmediaintegration.cpp:31
platform
QT_BEGIN_NAMESPACE Platform platform()
Definition
qwasmplatform.cpp:8
qxcbglintegrationfactory.h
qxcbglintegrationplugin.h
QXcbGlIntegrationFactoryInterface_iid
#define QXcbGlIntegrationFactoryInterface_iid
Definition
qxcbglintegrationplugin.h:13
qtbase
src
plugins
platforms
xcb
gl_integrations
qxcbglintegrationfactory.cpp
Generated by
1.9.7