Blender
V3.3
|
#include <tree_element_nla.hh>
Public Member Functions | |
TreeElementNLA (TreeElement &legacy_te, AnimData &anim_data) | |
void | expand (SpaceOutliner &space_outliner) const override |
![]() | |
virtual | ~AbstractTreeElement ()=default |
virtual bool | expandPoll (const SpaceOutliner &) const |
virtual bool | isExpandValid () const |
TreeElement & | getLegacyElement () |
virtual StringRefNull | getWarning () const |
virtual std::optional< BIFIconID > | getIcon () const |
Additional Inherited Members | |
![]() | |
static std::unique_ptr< AbstractTreeElement > | createFromType (int type, TreeElement &legacy_te, void *idv) |
static void | uncollapse_by_default (TreeElement *legacy_te) |
![]() | |
AbstractTreeElement (TreeElement &legacy_te) | |
![]() | |
TreeElement & | legacy_te_ |
Definition at line 15 of file tree_element_nla.hh.
blender::ed::outliner::TreeElementNLA::TreeElementNLA | ( | TreeElement & | legacy_te, |
AnimData & | anim_data | ||
) |
Definition at line 21 of file tree_element_nla.cc.
References BLI_assert, TreeElement::directdata, IFACE_, TreeElement::name, TreeElement::store_elem, TSE_NLA, and TreeStoreElem::type.
|
overridevirtual |
Let the type add its own children.
Reimplemented from blender::ed::outliner::AbstractTreeElement.
Definition at line 29 of file tree_element_nla.cc.
References Freestyle::a, blender::ed::outliner::AbstractTreeElement::legacy_te_, AnimData::nla_tracks, blender::ed::outliner::outliner_add_element(), TreeElement::subtree, and TSE_NLA_TRACK.