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
LayerNodeStatResult Struct Reference
Collaboration diagram for LayerNodeStatResult:

Public Attributes

qsizetype modelCount = 0
qsizetype particlesCount = 0
qsizetype item2DCount = 0
qsizetype cameraCount = 0
qsizetype lightCount = 0
qsizetype reflectionProbeCount = 0
qsizetype otherCount = 0

Friends

LayerNodeStatResultoperator+= (LayerNodeStatResult &lhs, const LayerNodeStatResult &rhs)
QDebug operator<< (QDebug dbg, const LayerNodeStatResult &stat)
LayerNodeStatResultoperator+= (LayerNodeStatResult &lhs, const LayerNodeStatResult &rhs)
QDebug operator<< (QDebug dbg, const LayerNodeStatResult &stat)

Detailed Description

Definition at line 67 of file qssglayerrenderdata.cpp.

◆ operator+= [1/2]

LayerNodeStatResult & operator+= ( LayerNodeStatResult & lhs,
const LayerNodeStatResult & rhs )
friend

Definition at line 77 of file qssglayerrenderdata.cpp.

◆ operator+= [2/2]

LayerNodeStatResult & operator+= ( LayerNodeStatResult & lhs,
const LayerNodeStatResult & rhs )
friend

Definition at line 77 of file qssglayerrenderdata.cpp.

◆ operator<< [1/2]

QDebug operator<< ( QDebug dbg,
const LayerNodeStatResult & stat )
friend

Definition at line 89 of file qssglayerrenderdata.cpp.

◆ operator<< [2/2]

QDebug operator<< ( QDebug dbg,
const LayerNodeStatResult & stat )
friend

Definition at line 89 of file qssglayerrenderdata.cpp.

Member Data Documentation

◆ cameraCount

qsizetype LayerNodeStatResult::cameraCount = 0

Definition at line 72 of file qssglayerrenderdata.cpp.

◆ item2DCount

qsizetype LayerNodeStatResult::item2DCount = 0

Definition at line 71 of file qssglayerrenderdata.cpp.

◆ lightCount

qsizetype LayerNodeStatResult::lightCount = 0

Definition at line 73 of file qssglayerrenderdata.cpp.

◆ modelCount

qsizetype LayerNodeStatResult::modelCount = 0

Definition at line 69 of file qssglayerrenderdata.cpp.

◆ otherCount

qsizetype LayerNodeStatResult::otherCount = 0

Definition at line 75 of file qssglayerrenderdata.cpp.

◆ particlesCount

qsizetype LayerNodeStatResult::particlesCount = 0

Definition at line 70 of file qssglayerrenderdata.cpp.

◆ reflectionProbeCount

qsizetype LayerNodeStatResult::reflectionProbeCount = 0

Definition at line 74 of file qssglayerrenderdata.cpp.


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