Blender
V3.3
|
#include <tree_element_nla.hh>
Public Member Functions | |
TreeElementNLAAction (TreeElement &legacy_te, const bAction &action) | |
![]() | |
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) | |
virtual void | expand (SpaceOutliner &) const |
![]() | |
TreeElement & | legacy_te_ |
Definition at line 33 of file tree_element_nla.hh.
blender::ed::outliner::TreeElementNLAAction::TreeElementNLAAction | ( | TreeElement & | legacy_te, |
const bAction & | action | ||
) |
Definition at line 59 of file tree_element_nla.cc.
References BLI_assert, bAction::id, TreeElement::name, ID::name, TreeElement::store_elem, TSE_NLA_ACTION, and TreeStoreElem::type.