19#include <private/qglobal_p.h>
29 virtual ~QSGNodePrivate() {}
32 static void setDescription(QSGNode *node,
const QString &description) {
33 node->d_ptr->descr= description;
35 static QString description(
const QSGNode *node) {
36 return node->d_ptr->descr;
QSGBasicGeometryNodePrivate()
QDebug operator<<(QDebug d, const QSGRootNode *n)
QDebug operator<<(QDebug d, const QSGClipNode *n)
QDebug operator<<(QDebug d, const QSGNode *n)
QDebug operator<<(QDebug d, const QSGTransformNode *n)
void qsgnode_set_description(QSGNode *node, const QString &description)
QDebug operator<<(QDebug d, const QSGOpacityNode *n)
static void qt_print_node_count()
static QT_BEGIN_NAMESPACE int qt_node_count
QDebug operator<<(QDebug d, const QSGGeometryNode *n)
const qreal OPACITY_THRESHOLD
#define QSG_RUNTIME_DESCRIPTION