Blender  V3.3
Public Member Functions | List of all members
blender::ed::outliner::TreeDisplayOverrideLibraryProperties Class Referencefinal

Tree-Display for the Library Overrides display mode, Properties view mode. More...

#include <tree_display.hh>

Inheritance diagram for blender::ed::outliner::TreeDisplayOverrideLibraryProperties:
blender::ed::outliner::AbstractTreeDisplay

Public Member Functions

 TreeDisplayOverrideLibraryProperties (SpaceOutliner &space_outliner)
 
ListBase buildTree (const TreeSourceData &source_data) override
 
- Public Member Functions inherited from blender::ed::outliner::AbstractTreeDisplay
 AbstractTreeDisplay (SpaceOutliner &space_outliner)
 
virtual ~AbstractTreeDisplay ()=default
 
virtual bool supportsModeColumn () const
 
virtual bool is_lazy_built () const
 

Additional Inherited Members

- Static Public Member Functions inherited from blender::ed::outliner::AbstractTreeDisplay
static std::unique_ptr< AbstractTreeDisplaycreateFromDisplayMode (int mode, SpaceOutliner &space_outliner)
 
- Protected Attributes inherited from blender::ed::outliner::AbstractTreeDisplay
SpaceOutlinerspace_outliner_
 

Detailed Description

Tree-Display for the Library Overrides display mode, Properties view mode.

Definition at line 149 of file tree_display.hh.

Constructor & Destructor Documentation

◆ TreeDisplayOverrideLibraryProperties()

blender::ed::outliner::TreeDisplayOverrideLibraryProperties::TreeDisplayOverrideLibraryProperties ( SpaceOutliner space_outliner)

Definition at line 28 of file tree_display_override_library_properties.cc.

Member Function Documentation

◆ buildTree()

ListBase blender::ed::outliner::TreeDisplayOverrideLibraryProperties::buildTree ( const TreeSourceData source_data)
overridevirtual

Build a tree for this display mode with the Blender context data given in source_data and the view settings in space_outliner.

Implements blender::ed::outliner::AbstractTreeDisplay.

Definition at line 34 of file tree_display_override_library_properties.cc.

References blender::ed::outliner::TreeSourceData::bmain, TreeStoreElem::flag, tree, TREESTORE, TSE_CLOSED, and TreeStoreElem::used.


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