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
qsgabstractrenderer_p_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 QSGABSTRACTRENDERER_P_P_H
5#define QSGABSTRACTRENDERER_P_P_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists purely as an
12// implementation detail. This header file may change from version to
13// version without notice, or even be removed.
14//
15// We mean it.
16//
17
19
20#include "qsgnode.h"
21#include <qcolor.h>
22
23#include <QtCore/private/qobject_p.h>
24#include <QtQuick/private/qtquickglobal_p.h>
25
27
28class Q_QUICK_EXPORT QSGAbstractRendererPrivate : public QObjectPrivate
29{
30 Q_DECLARE_PUBLIC(QSGAbstractRenderer)
31public:
32 static const QSGAbstractRendererPrivate *get(const QSGAbstractRenderer *q) { return q->d_func(); }
33
36
39
42
43 QVarLengthArray<QMatrix4x4, 1> m_projection_matrix;
44 QVarLengthArray<QMatrix4x4, 1> m_projection_matrix_native_ndc;
46};
47
49
50#endif
The QColor class provides colors based on RGB, HSV or CMYK values.
Definition qcolor.h:31
\inmodule QtCore\reentrant
Definition qrect.h:30
static const QSGAbstractRendererPrivate * get(const QSGAbstractRenderer *q)
QVarLengthArray< QMatrix4x4, 1 > m_projection_matrix_native_ndc
QVarLengthArray< QMatrix4x4, 1 > m_projection_matrix
QSGAbstractRenderer gives access to the scene graph nodes and rendering.
The QSGRootNode is the toplevel root of any scene graph.
Definition qsgnode.h:259
Combined button and popup list for selecting options.
GLdouble GLdouble GLdouble GLdouble q
Definition qopenglext.h:259
unsigned int uint
Definition qtypes.h:34