Qt
6.x
The Qt SDK
Loading...
Searching...
No Matches
qsgopenvgadaptation_p.h
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
#ifndef QSGOPENVGADAPTATION_H
5
#define QSGOPENVGADAPTATION_H
6
7
#include <private/qsgcontextplugin_p.h>
8
9
QT_BEGIN_NAMESPACE
10
11
class
QSGContext
;
12
class
QSGRenderLoop
;
13
class
QSGOpenVGContext
;
14
15
class
QSGOpenVGAdaptation
:
public
QSGContextPlugin
16
{
17
Q_OBJECT
18
Q_PLUGIN_METADATA
(
IID
"org.qt-project.Qt.QSGContextFactoryInterface"
FILE
"openvg.json"
)
19
public
:
20
QSGOpenVGAdaptation
(
QObject
*
parent
=
nullptr
);
21
22
QStringList
keys
()
const override
;
23
QSGContext
*
create
(
const
QString
&
key
)
const override
;
24
QSGRenderLoop
*
createWindowManager
()
override
;
25
Flags
flags
(
const
QString
&
key
)
const override
;
26
private
:
27
static
QSGOpenVGContext
*instance;
28
};
29
30
QT_END_NAMESPACE
31
32
#endif
// QSGOPENVGADAPTATION_H
QObject
\inmodule QtCore
Definition
qobject.h:90
QObject::parent
QObject * parent() const
Returns a pointer to the parent object.
Definition
qobject.h:311
QSGContextPlugin
Definition
qsgcontextplugin_p.h:50
QSGContext
The QSGContext holds the scene graph entry points for one QML engine.
Definition
qsgcontext_p.h:74
QSGOpenVGAdaptation
Definition
qsgopenvgadaptation_p.h:16
QSGOpenVGAdaptation::createWindowManager
QSGRenderLoop * createWindowManager() override
Definition
qsgopenvgadaptation.cpp:29
QSGOpenVGAdaptation::keys
QStringList keys() const override
Definition
qsgopenvgadaptation.cpp:16
QSGOpenVGContext
Definition
qsgopenvgcontext_p.h:53
QSGRenderLoop
Definition
qsgrenderloop_p.h:34
QStringList
\inmodule QtCore
QString
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition
qstring.h:127
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
QT_END_NAMESPACE
Definition
qsharedpointer.cpp:1545
Flags
Flags
Definition
qfontsubset.cpp:650
key
GLuint64 key
Definition
qopengles2ext.h:2268
flags
GLbitfield flags
Definition
qopengles2ext.h:1026
QtPluginMetaDataKeys::IID
@ IID
Q_OBJECT
#define Q_OBJECT
Definition
qtmetamacros.h:117
Q_PLUGIN_METADATA
#define Q_PLUGIN_METADATA(x)
Definition
qtmetamacros.h:54
create
view create()
qtdeclarative
src
plugins
scenegraph
openvg
qsgopenvgadaptation_p.h
Generated by
1.9.7