Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QSGBatchRenderer::BatchRootInfo Struct Reference

#include <qsgbatchrenderer_p.h>

Inheritance diagram for QSGBatchRenderer::BatchRootInfo:
Collaboration diagram for QSGBatchRenderer::BatchRootInfo:

Public Member Functions

 BatchRootInfo ()

Public Attributes

QSet< Node * > subRoots
NodeparentRoot = nullptr
int lastOrder = -1
int firstOrder = -1
int availableOrders = 0

Detailed Description

Definition at line 326 of file qsgbatchrenderer_p.h.

Constructor & Destructor Documentation

◆ BatchRootInfo()

QSGBatchRenderer::BatchRootInfo::BatchRootInfo ( )
inline

Definition at line 327 of file qsgbatchrenderer_p.h.

Member Data Documentation

◆ availableOrders

int QSGBatchRenderer::BatchRootInfo::availableOrders = 0

◆ firstOrder

int QSGBatchRenderer::BatchRootInfo::firstOrder = -1

Definition at line 331 of file qsgbatchrenderer_p.h.

Referenced by QSGBatchRenderer::qsg_dumpShadowRoots().

◆ lastOrder

int QSGBatchRenderer::BatchRootInfo::lastOrder = -1

Definition at line 330 of file qsgbatchrenderer_p.h.

Referenced by QSGBatchRenderer::qsg_dumpShadowRoots().

◆ parentRoot

Node* QSGBatchRenderer::BatchRootInfo::parentRoot = nullptr

◆ subRoots

QSet<Node *> QSGBatchRenderer::BatchRootInfo::subRoots

Definition at line 328 of file qsgbatchrenderer_p.h.


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