QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
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. | |
3
Util class to dump Qt3D framegraph or scenegraph.
Definition at line 47 of file qgsfgutils.h.
|
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.
|
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.