Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QSSGSceneDesc::NodeList Struct Reference

#include <qssgscenedesc_p.h>

+ Collaboration diagram for QSSGSceneDesc::NodeList:

Public Member Functions

 NodeList (void *const *data, qsizetype n)
 
 ~NodeList ()
 

Public Attributes

Node ** head = nullptr
 
qsizetype count = -1
 

Detailed Description

Definition at line 121 of file qssgscenedesc_p.h.

Constructor & Destructor Documentation

◆ NodeList()

QSSGSceneDesc::NodeList::NodeList ( void *const *  data,
qsizetype  n 
)
inline

Definition at line 123 of file qssgscenedesc_p.h.

References head.

◆ ~NodeList()

QSSGSceneDesc::NodeList::~NodeList ( )
inline

Definition at line 130 of file qssgscenedesc_p.h.

References head.

Member Data Documentation

◆ count

qsizetype QSSGSceneDesc::NodeList::count = -1

◆ head

Node** QSSGSceneDesc::NodeList::head = nullptr

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