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
QSGNodePrivate Class Reference

#include <qsgnode_p.h>

+ Inheritance diagram for QSGNodePrivate:
+ Collaboration diagram for QSGNodePrivate:

Public Member Functions

 QSGNodePrivate ()
 
virtual ~QSGNodePrivate ()
 

Static Public Member Functions

static void setDescription (QSGNode *node, const QString &description)
 
static QString description (const QSGNode *node)
 

Public Attributes

QString descr
 

Detailed Description

Definition at line 24 of file qsgnode_p.h.

Constructor & Destructor Documentation

◆ QSGNodePrivate()

QSGNodePrivate::QSGNodePrivate ( )
inline

Definition at line 27 of file qsgnode_p.h.

◆ ~QSGNodePrivate()

virtual QSGNodePrivate::~QSGNodePrivate ( )
inlinevirtual

Definition at line 28 of file qsgnode_p.h.

Member Function Documentation

◆ description()

static QString QSGNodePrivate::description ( const QSGNode * node)
inlinestatic

Definition at line 34 of file qsgnode_p.h.

References QSGNode::d_ptr, and descr.

Referenced by operator<<(), operator<<(), operator<<(), operator<<(), operator<<(), operator<<(), and setDescription().

+ Here is the caller graph for this function:

◆ setDescription()

static void QSGNodePrivate::setDescription ( QSGNode * node,
const QString & description )
inlinestatic

Definition at line 31 of file qsgnode_p.h.

References QSGNode::d_ptr, descr, and description().

Referenced by qsgnode_set_description().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ descr

QString QSGNodePrivate::descr

Definition at line 37 of file qsgnode_p.h.

Referenced by description(), and setDescription().


The documentation for this class was generated from the following file: