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
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 122 of file qssgscenedesc_p.h.

Constructor & Destructor Documentation

◆ NodeList()

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

Definition at line 124 of file qssgscenedesc_p.h.

References head.

◆ ~NodeList()

QSSGSceneDesc::NodeList::~NodeList ( )
inline

Definition at line 131 of file qssgscenedesc_p.h.

References head.

Member Data Documentation

◆ count

qsizetype QSSGSceneDesc::NodeList::count = -1

Definition at line 133 of file qssgscenedesc_p.h.

◆ head

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

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