Qt
6.x
The Qt SDK
Loading...
Searching...
No Matches
qquick3dprofileradapterfactory.cpp
Go to the documentation of this file.
1
// Copyright (C) 2021 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 "
qquick3dprofileradapterfactory.h
"
5
#include "
qquick3dprofileradapter.h
"
6
#include <private/qqmldebugconnector_p.h>
7
#include <private/qqmldebugserviceinterfaces_p.h>
8
9
QT_BEGIN_NAMESPACE
10
11
QQmlAbstractProfilerAdapter
*
QQuick3DProfilerAdapterFactory::create
(
const
QString
&
key
)
12
{
13
if
(
key
!=
QLatin1String
(
"QQuick3DProfilerAdapter"
))
14
return
nullptr
;
15
return
new
QQuick3DProfilerAdapter
(
this
);
16
}
17
18
QT_END_NAMESPACE
19
20
#include "moc_qquick3dprofileradapterfactory.cpp"
QQmlAbstractProfilerAdapter
Definition
qqmlabstractprofileradapter_p.h:29
QQuick3DProfilerAdapterFactory::create
QQmlAbstractProfilerAdapter * create(const QString &key) override
Definition
qquick3dprofileradapterfactory.cpp:11
QQuick3DProfilerAdapter
Definition
qquick3dprofileradapter.h:23
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
key
GLuint64 key
Definition
qopengles2ext.h:2268
qquick3dprofileradapter.h
qquick3dprofileradapterfactory.h
QLatin1String
QLatin1StringView QLatin1String
Definition
qstringfwd.h:31
qtquick3d
src
plugins
qmldbg_quick3dprofiler
qquick3dprofileradapterfactory.cpp
Generated by
1.9.7