Blender V4.3
blender::ed::outliner::TreeDisplayIDOrphans Class Referencefinal

Tree-Display for the Orphaned Data display mode. More...

#include <tree_display.hh>

Inherits blender::ed::outliner::AbstractTreeDisplay.

Public Member Functions

 TreeDisplayIDOrphans (SpaceOutliner &space_outliner)
 
ListBase build_tree (const TreeSourceData &source_data) override
 
- Public Member Functions inherited from blender::ed::outliner::AbstractTreeDisplay
 AbstractTreeDisplay (SpaceOutliner &space_outliner)
 
virtual ~AbstractTreeDisplay ()=default
 
virtual bool supports_mode_column () const
 
virtual bool is_lazy_built () const
 
TreeElementadd_element (ListBase *lb, ID *owner_id, void *create_data, TreeElement *parent, short type, short index, const bool expand=true)
 

Additional Inherited Members

- Static Public Member Functions inherited from blender::ed::outliner::AbstractTreeDisplay
static std::unique_ptr< AbstractTreeDisplaycreate_from_display_mode (int mode, SpaceOutliner &space_outliner)
 
static TreeElementadd_element (SpaceOutliner *space_outliner, ListBase *lb, ID *owner_id, void *create_data, TreeElement *parent, short type, short index, const bool expand=true)
 
- Protected Attributes inherited from blender::ed::outliner::AbstractTreeDisplay
SpaceOutlinerspace_outliner_
 

Detailed Description

Tree-Display for the Orphaned Data display mode.

Definition at line 250 of file tree_display.hh.

Constructor & Destructor Documentation

◆ TreeDisplayIDOrphans()

blender::ed::outliner::TreeDisplayIDOrphans::TreeDisplayIDOrphans ( SpaceOutliner & space_outliner)

Definition at line 27 of file tree_display_orphaned.cc.

Member Function Documentation

◆ build_tree()


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