![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsgbatchrenderer_p.h>
Public Member Functions | |
| Node * | parent () const |
| void | append (Node *child) |
| void | remove (Node *child) |
| Node * | firstChild () const |
| Node * | sibling () const |
| void | setParent (Node *p) |
| bool | hasChild (Node *child) const |
| QSGNode::NodeType | type () const |
| Element * | element () const |
| RenderNodeElement * | renderNodeElement () const |
| ClipBatchRootInfo * | clipInfo () const |
| BatchRootInfo * | rootInfo () const |
Public Attributes | |
| QSGNode * | sgNode |
| void * | data |
| Node * | m_parent |
| Node * | m_child |
| Node * | m_next |
| Node * | m_prev |
| QSGNode::DirtyState | dirtyState |
| uint | isOpaque: 1 |
| uint | isBatchRoot: 1 |
| uint | becameBatchRoot: 1 |
Definition at line 463 of file qsgbatchrenderer_p.h.
Definition at line 475 of file qsgbatchrenderer_p.h.
References hasChild(), m_child, m_next, m_parent, m_prev, and setParent().
|
inline |
Definition at line 552 of file qsgbatchrenderer_p.h.
References data.
Referenced by QSGBatchRenderer::Updater::visitClipNode().
|
inline |
Definition at line 542 of file qsgbatchrenderer_p.h.
References data.
Referenced by QSGBatchRenderer::Updater::visitGeometryNode().
|
inline |
Definition at line 513 of file qsgbatchrenderer_p.h.
References m_child.
|
inline |
|
inline |
Definition at line 473 of file qsgbatchrenderer_p.h.
References m_parent.
Referenced by QSGBatchRenderer::Updater::updateRootTransforms().
Definition at line 495 of file qsgbatchrenderer_p.h.
References hasChild(), m_child, m_next, m_prev, and setParent().
|
inline |
Definition at line 547 of file qsgbatchrenderer_p.h.
References data.
|
inline |
Definition at line 557 of file qsgbatchrenderer_p.h.
References data.
Referenced by QSGBatchRenderer::qsg_dumpShadowRoots().
Definition at line 520 of file qsgbatchrenderer_p.h.
References m_parent.
Referenced by append(), and remove().
|
inline |
Definition at line 515 of file qsgbatchrenderer_p.h.
References m_child, m_next, and m_parent.
Referenced by hasChild().
|
inline |
Definition at line 540 of file qsgbatchrenderer_p.h.
| uint QSGBatchRenderer::Node::becameBatchRoot |
Definition at line 538 of file qsgbatchrenderer_p.h.
| void* QSGBatchRenderer::Node::data |
Definition at line 466 of file qsgbatchrenderer_p.h.
Referenced by clipInfo(), element(), renderNodeElement(), and rootInfo().
| QSGNode::DirtyState QSGBatchRenderer::Node::dirtyState |
Definition at line 534 of file qsgbatchrenderer_p.h.
| uint QSGBatchRenderer::Node::isBatchRoot |
Definition at line 537 of file qsgbatchrenderer_p.h.
| uint QSGBatchRenderer::Node::isOpaque |
Definition at line 536 of file qsgbatchrenderer_p.h.
| Node* QSGBatchRenderer::Node::m_child |
Definition at line 469 of file qsgbatchrenderer_p.h.
Referenced by append(), firstChild(), hasChild(), remove(), and sibling().
| Node* QSGBatchRenderer::Node::m_next |
Definition at line 470 of file qsgbatchrenderer_p.h.
| Node* QSGBatchRenderer::Node::m_parent |
Definition at line 468 of file qsgbatchrenderer_p.h.
Referenced by append(), parent(), setParent(), and sibling().
| Node* QSGBatchRenderer::Node::m_prev |
Definition at line 471 of file qsgbatchrenderer_p.h.
| QSGNode* QSGBatchRenderer::Node::sgNode |
Definition at line 465 of file qsgbatchrenderer_p.h.