QGIS API Documentation 3.99.0-Master (26c88405ac0)
Loading...
Searching...
No Matches
QgsFrameGraphUtils Class Reference

Util class to dump Qt3D framegraph or scenegraph. More...

#include <qgsframegraphutils.h>

Classes

struct  FgDumpContext

Static Public Member Functions

static QStringList dumpFrameGraph (const Qt3DCore::QNode *node, FgDumpContext context)
 Returns a tree view of the frame graph starting from node. The object ids will be given relatively to the context lowestId.
static QStringList dumpSceneGraph (const Qt3DCore::QNode *node, FgDumpContext context)
 Returns a tree view of the scene graph starting from node. The object ids will be given relatively to the context lowestId.

Detailed Description

Util class to dump Qt3D framegraph or scenegraph.

Since
QGIS 3.40

Definition at line 46 of file qgsframegraphutils.h.

Member Function Documentation

◆ dumpFrameGraph()

QStringList QgsFrameGraphUtils::dumpFrameGraph ( const Qt3DCore::QNode * node,
FgDumpContext context )
static

Returns a tree view of the frame graph starting from node. The object ids will be given relatively to the context lowestId.

Definition at line 39 of file qgsframegraphutils.cpp.

◆ dumpSceneGraph()

QStringList QgsFrameGraphUtils::dumpSceneGraph ( const Qt3DCore::QNode * node,
FgDumpContext context )
static

Returns a tree view of the scene graph starting from node. The object ids will be given relatively to the context lowestId.

Definition at line 34 of file qgsframegraphutils.cpp.


The documentation for this class was generated from the following files: