Blender V5.0
blender::ed::outliner::TreeElementStrip Class Reference

#include <tree_element_seq.hh>

Inherits blender::ed::outliner::AbstractTreeElement.

Public Member Functions

 TreeElementStrip (TreeElement &legacy_te, Strip &strip)
bool expand_poll (const SpaceOutliner &) const override
void expand (SpaceOutliner &) const override
Stripget_strip () const
StripType get_strip_type () const
Public Member Functions inherited from blender::ed::outliner::AbstractTreeElement
virtual ~AbstractTreeElement ()=default
TreeElementget_legacy_element ()
virtual StringRefNull get_warning () const
virtual std::optional< BIFIconIDget_icon () const
void print_path ()

Additional Inherited Members

Static Public Member Functions inherited from blender::ed::outliner::AbstractTreeElement
static std::unique_ptr< AbstractTreeElementcreate_from_type (int type, TreeElement &legacy_te, ID *owner_id, void *create_data)
static void uncollapse_by_default (TreeElement *legacy_te)
Protected Member Functions inherited from blender::ed::outliner::AbstractTreeElement
 AbstractTreeElement (TreeElement &legacy_te)
TreeElementadd_element (ListBase *lb, ID *owner_id, void *create_data, TreeElement *parent, short type, short index, const bool expand=true) const
Protected Attributes inherited from blender::ed::outliner::AbstractTreeElement
TreeElementlegacy_te_
AbstractTreeDisplaydisplay_

Detailed Description

Definition at line 20 of file tree_element_seq.hh.

Constructor & Destructor Documentation

◆ TreeElementStrip()

Member Function Documentation

◆ expand()

void blender::ed::outliner::TreeElementStrip::expand ( SpaceOutliner & ) const
overridevirtual

◆ expand_poll()

bool blender::ed::outliner::TreeElementStrip::expand_poll ( const SpaceOutliner & ) const
overridevirtual

Check if the type is expandable in current context.

Reimplemented from blender::ed::outliner::AbstractTreeElement.

Definition at line 28 of file tree_element_seq.cc.

◆ get_strip()

◆ get_strip_type()

StripType blender::ed::outliner::TreeElementStrip::get_strip_type ( ) const

Definition at line 56 of file tree_element_seq.cc.

Referenced by blender::ed::outliner::tree_element_get_icon().


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