QGIS API Documentation 3.39.0-Master (d85f3c2a281)
Loading...
Searching...
No Matches
Classes | Static Public Member Functions | List of all members
QgsFgUtils Class Reference

3 More...

#include <qgsfgutils.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

3

Util class to dump Qt3D framegraph or scenegraph.

Since
QGIS 3.40

Definition at line 47 of file qgsfgutils.h.

Member Function Documentation

◆ dumpFrameGraph()

QStringList QgsFgUtils::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 qgsfgutils.cpp.

◆ dumpSceneGraph()

QStringList QgsFgUtils::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 qgsfgutils.cpp.


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