![]() |
Qt 6.x
The Qt SDK
|
#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 |
Definition at line 24 of file qsgnode_p.h.
|
inline |
Definition at line 27 of file qsgnode_p.h.
|
inlinevirtual |
Definition at line 28 of file qsgnode_p.h.
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:
|
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:| QString QSGNodePrivate::descr |
Definition at line 37 of file qsgnode_p.h.
Referenced by description(), and setDescription().