Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qquick3drenderextensions.h
Go to the documentation of this file.
1// Copyright (C) 2023 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
4#ifndef QQUICK3DRENDEREXTENSIONS_H
5#define QQUICK3DRENDEREXTENSIONS_H
6
7#include <QtCore/qobject.h>
8#include <QtQuick3D/qquick3dobject.h>
9
11
12class QSSGRenderer;
14
15class Q_QUICK3D_EXPORT QQuick3DRenderExtension : public QQuick3DObject
16{
18 QML_NAMED_ELEMENT(RenderExtension)
19 QML_UNCREATABLE("RenderExtension is an abstract type")
21public:
22 explicit QQuick3DRenderExtension(QQuick3DObject *parent = nullptr);
24};
25
27
28#endif // QQUICK3DRENDEREXTENSIONS_H
\qmltype Object3D \inqmlmodule QtQuick3D \instantiates QQuick3DObject \inherits QtObject
Combined button and popup list for selecting options.
#define QML_UNCREATABLE(REASON)
#define QML_NAMED_ELEMENT(NAME)
#define QML_ADDED_IN_VERSION(MAJOR, MINOR)
#define Q_OBJECT