Blender V5.0
blender::ed::outliner::TreeSourceData Struct Reference

The data to build the tree from. More...

#include <tree_display.hh>

Public Member Functions

 TreeSourceData (Main &bmain, WorkSpace &workspace, Scene &scene, ViewLayer &view_layer)

Public Attributes

Mainbmain
WorkSpaceworkspace
Scenescene
ViewLayerview_layer

Detailed Description

The data to build the tree from.

Definition at line 47 of file tree_display.hh.

Constructor & Destructor Documentation

◆ TreeSourceData()

blender::ed::outliner::TreeSourceData::TreeSourceData ( Main & bmain,
WorkSpace & workspace,
Scene & scene,
ViewLayer & view_layer )
inline

Definition at line 53 of file tree_display.hh.

References bmain, scene, view_layer, and workspace.

Member Data Documentation

◆ bmain

Main* blender::ed::outliner::TreeSourceData::bmain

Definition at line 48 of file tree_display.hh.

Referenced by TreeSourceData().

◆ scene

Scene* blender::ed::outliner::TreeSourceData::scene

Definition at line 50 of file tree_display.hh.

Referenced by TreeSourceData().

◆ view_layer

ViewLayer* blender::ed::outliner::TreeSourceData::view_layer

Definition at line 51 of file tree_display.hh.

Referenced by TreeSourceData().

◆ workspace

WorkSpace* blender::ed::outliner::TreeSourceData::workspace

Definition at line 49 of file tree_display.hh.

Referenced by TreeSourceData().


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