| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
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.   | |
Util class to dump Qt3D framegraph or scenegraph.
Definition at line 47 of file qgsframegraphutils.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 qgsframegraphutils.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 qgsframegraphutils.cpp.