Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qsgnode.cpp File Reference

(04c5704ba8eccf8a48a5682f517285a82e92dae6)

#include "qsgnode.h"
#include "qsgnode_p.h"
#include "qsgrenderer_p.h"
#include "qsgnodeupdater_p.h"
#include "qsgmaterial.h"
#include <algorithm>
#include "limits.h"
Include dependency graph for qsgnode.cpp:

Go to the source code of this file.

Functions

static void qt_print_node_count ()
void qsgnode_set_description (QSGNode *node, const QString &description)
QDebug operator<< (QDebug d, const QSGGeometryNode *n)
QDebug operator<< (QDebug d, const QSGClipNode *n)
QDebug operator<< (QDebug d, const QSGTransformNode *n)
QDebug operator<< (QDebug d, const QSGOpacityNode *n)
QDebug operator<< (QDebug d, const QSGRootNode *n)
QDebug operator<< (QDebug d, const QSGNode *n)

Variables

static QT_BEGIN_NAMESPACE int qt_node_count = 0
const qreal OPACITY_THRESHOLD = 0.001

Function Documentation

◆ operator<<() [1/6]

QDebug operator<< ( QDebug d,
const QSGClipNode * n )

Definition at line 1477 of file qsgnode.cpp.

◆ operator<<() [2/6]

QDebug operator<< ( QDebug d,
const QSGGeometryNode * n )

Definition at line 1426 of file qsgnode.cpp.

◆ operator<<() [3/6]

QDebug operator<< ( QDebug d,
const QSGNode * n )

Definition at line 1557 of file qsgnode.cpp.

◆ operator<<() [4/6]

QDebug operator<< ( QDebug d,
const QSGOpacityNode * n )

Definition at line 1521 of file qsgnode.cpp.

◆ operator<<() [5/6]

QDebug operator<< ( QDebug d,
const QSGRootNode * n )

Definition at line 1540 of file qsgnode.cpp.

◆ operator<<() [6/6]

QDebug operator<< ( QDebug d,
const QSGTransformNode * n )

Definition at line 1498 of file qsgnode.cpp.

◆ qsgnode_set_description()

void qsgnode_set_description ( QSGNode * node,
const QString & description )

Definition at line 642 of file qsgnode.cpp.

◆ qt_print_node_count()

void qt_print_node_count ( )
static

Definition at line 20 of file qsgnode.cpp.

References qt_node_count.

Variable Documentation

◆ OPACITY_THRESHOLD

const qreal OPACITY_THRESHOLD = 0.001

Definition at line 1302 of file qsgnode.cpp.

◆ qt_node_count

QT_BEGIN_NAMESPACE int qt_node_count = 0
static

Definition at line 18 of file qsgnode.cpp.

Referenced by qt_print_node_count().