Blender V5.0
blender::ed::outliner::TreeDisplayOverrideLibraryProperties Class Referencefinal

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

#include <tree_display.hh>

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

Public Member Functions

 TreeDisplayOverrideLibraryProperties (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 Library Overrides display mode, Properties view mode.

Definition at line 192 of file tree_display.hh.

Constructor & Destructor Documentation

◆ TreeDisplayOverrideLibraryProperties()

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

Member Function Documentation

◆ build_tree()

ListBase blender::ed::outliner::TreeDisplayOverrideLibraryProperties::build_tree ( 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 31 of file tree_display_override_library_properties.cc.

References TreeStoreElem::flag, source_data, tree, TREESTORE, TSE_CLOSED, and TreeStoreElem::used.


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