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
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

Definition at line 132 of file qssgscenedesc_p.h.

◆ head

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

Definition at line 131 of file qssgscenedesc_p.h.

Referenced by NodeList(), and ~NodeList().


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