|
Blender V4.3
|
#include <tree_element_view_collection.hh>
Inherits blender::ed::outliner::AbstractTreeElement.
Public Member Functions | |
| TreeElementViewCollectionBase (TreeElement &legacy_te, Scene &scene) | |
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) | |
| virtual void | expand (SpaceOutliner &) const |
| 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 15 of file tree_element_view_collection.hh.
| blender::ed::outliner::TreeElementViewCollectionBase::TreeElementViewCollectionBase | ( | TreeElement & | legacy_te, |
| Scene & | scene ) |
Definition at line 20 of file tree_element_view_collection.cc.
References BLI_assert, IFACE_, blender::ed::outliner::TreeElement::name, blender::ed::outliner::TreeElement::store_elem, TSE_VIEW_COLLECTION_BASE, and TreeStoreElem::type.