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
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 325 of file qsgbatchrenderer_p.h.

Constructor & Destructor Documentation

◆ BatchRootInfo()

QSGBatchRenderer::BatchRootInfo::BatchRootInfo ( )
inline

Definition at line 326 of file qsgbatchrenderer_p.h.

Member Data Documentation

◆ availableOrders

int QSGBatchRenderer::BatchRootInfo::availableOrders = 0

Definition at line 331 of file qsgbatchrenderer_p.h.

◆ firstOrder

int QSGBatchRenderer::BatchRootInfo::firstOrder = -1

Definition at line 330 of file qsgbatchrenderer_p.h.

◆ lastOrder

int QSGBatchRenderer::BatchRootInfo::lastOrder = -1

Definition at line 329 of file qsgbatchrenderer_p.h.

◆ parentRoot

Node* QSGBatchRenderer::BatchRootInfo::parentRoot = nullptr

Definition at line 328 of file qsgbatchrenderer_p.h.

◆ subRoots

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

Definition at line 327 of file qsgbatchrenderer_p.h.


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