|
Blender V4.3
|
#include <tree_element_bone_collection.hh>
Inherits blender::ed::outliner::AbstractTreeElement.
Public Member Functions | |
| TreeElementBoneCollection (TreeElement &legacy_te, bArmature &armature, BoneCollection &bcoll) | |
| void | expand (SpaceOutliner &) const override |
Public Member Functions inherited from blender::ed::outliner::AbstractTreeElement | |
| virtual | ~AbstractTreeElement ()=default |
| virtual bool | expand_poll (const SpaceOutliner &) const |
| TreeElement & | get_legacy_element () |
| virtual StringRefNull | get_warning () const |
| virtual std::optional< BIFIconID > | get_icon () const |
| void | print_path () |
Additional Inherited Members | |
Static Public Member Functions inherited from blender::ed::outliner::AbstractTreeElement | |
| static std::unique_ptr< AbstractTreeElement > | create_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) | |
| TreeElement * | add_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 | |
| TreeElement & | legacy_te_ |
| AbstractTreeDisplay * | display_ |
Definition at line 26 of file tree_element_bone_collection.hh.
| blender::ed::outliner::TreeElementBoneCollection::TreeElementBoneCollection | ( | TreeElement & | legacy_te, |
| bArmature & | armature, | ||
| BoneCollection & | bcoll ) |
|
overridevirtual |
Let the type add its own children.
Reimplemented from blender::ed::outliner::AbstractTreeElement.
Definition at line 48 of file tree_element_bone_collection.cc.
References blender::ed::outliner::AbstractTreeElement::add_element(), bArmature::id, blender::ed::outliner::AbstractTreeElement::legacy_te_, blender::ed::outliner::TreeElement::subtree, and TSE_BONE_COLLECTION.