Blender
V3.3
|
#include <tree_element_id_library.hh>
Public Member Functions | |
TreeElementIDLibrary (TreeElement &legacy_te, Library &library) | |
bool | isExpandValid () const override |
blender::StringRefNull | getWarning () const override |
![]() | |
TreeElementID (TreeElement &legacy_te, ID &id) | |
bool | expandPoll (const SpaceOutliner &) const override |
ID & | get_ID () |
![]() | |
virtual | ~AbstractTreeElement ()=default |
TreeElement & | getLegacyElement () |
virtual std::optional< BIFIconID > | getIcon () const |
Additional Inherited Members | |
![]() | |
static std::unique_ptr< TreeElementID > | createFromID (TreeElement &legacy_te, ID &id) |
![]() | |
static std::unique_ptr< AbstractTreeElement > | createFromType (int type, TreeElement &legacy_te, void *idv) |
static void | uncollapse_by_default (TreeElement *legacy_te) |
![]() | |
void | expand_animation_data (SpaceOutliner &, const AnimData *) const |
![]() | |
AbstractTreeElement (TreeElement &legacy_te) | |
virtual void | expand (SpaceOutliner &) const |
![]() | |
ID & | id_ |
![]() | |
TreeElement & | legacy_te_ |
Definition at line 15 of file tree_element_id_library.hh.
blender::ed::outliner::TreeElementIDLibrary::TreeElementIDLibrary | ( | TreeElement & | legacy_te, |
Library & | library | ||
) |
Definition at line 18 of file tree_element_id_library.cc.
References library, and TreeElement::name.
|
overridevirtual |
By letting this return a warning message, the tree element will display a warning icon with the message in the tooltip.
Reimplemented from blender::ed::outliner::AbstractTreeElement.
Definition at line 29 of file tree_element_id_library.cc.
References blender::ed::outliner::TreeElementID::id_, LIB_TAG_MISSING, library, LIBRARY_TAG_RESYNC_REQUIRED, and TIP_.
|
overridevirtual |
Expanding not implemented for all types yet. Once it is, this can be set to true or AbstractTreeElement::expandValid()
can be removed altogether.
Reimplemented from blender::ed::outliner::TreeElementID.
Definition at line 24 of file tree_element_id_library.cc.