18#include <private/qglobal_p.h>
28 virtual ~QSGNodePrivate() {}
31 static void setDescription(QSGNode *node,
const QString &description) {
32 node->d_ptr->descr= description;
34 static QString description(
const QSGNode *node) {
35 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