|
Blender V4.3
|
#include <tree_element_overrides.hh>
Inherits blender::ed::outliner::AbstractTreeElement.
Public Member Functions | |
Base Element | |
Represents an ID that has overridden properties. The expanding will invoke building of tree elements for the full RNA path of the property. | |
| TreeElementOverridesBase (TreeElement &legacy_te, ID &id) | |
| void | expand (SpaceOutliner &) const override |
| StringRefNull | get_warning () 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 std::optional< BIFIconID > | get_icon () const |
| void | print_path () |
Public Attributes | |
| ID & | id |
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 37 of file tree_element_overrides.hh.
| blender::ed::outliner::TreeElementOverridesBase::TreeElementOverridesBase | ( | TreeElement & | legacy_te, |
| ID & | id ) |
Definition at line 63 of file tree_element_overrides.cc.
References BLI_assert, ELEM, IFACE_, blender::ed::outliner::TreeElement::name, blender::ed::outliner::TreeElement::parent, blender::ed::outliner::TreeElement::store_elem, TSE_LAYER_COLLECTION, TSE_LIBRARY_OVERRIDE_BASE, TSE_SOME_ID, and TreeStoreElem::type.
|
overridevirtual |
Let the type add its own children.
Reimplemented from blender::ed::outliner::AbstractTreeElement.
Definition at line 146 of file tree_element_overrides.cc.
References BLI_assert, blender::ed::outliner::OverrideRNAPathTreeBuilder::build_path(), SpaceOutliner::filter, blender::ed::outliner::iterate_properties_to_display(), blender::ed::outliner::AbstractTreeElement::legacy_te_, SO_FILTER_SHOW_SYSTEM_OVERRIDES, and SUPPORT_FILTER_OUTLINER.
|
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 77 of file tree_element_overrides.cc.
References flag, ID_FLAG_LIB_OVERRIDE_RESYNC_LEFTOVER, ID_IS_OVERRIDE_LIBRARY_REAL, ID_REAL_USERS, and RPT_.
| ID& blender::ed::outliner::TreeElementOverridesBase::id |
Definition at line 39 of file tree_element_overrides.hh.
Referenced by blender::ed::outliner::tree_element_get_icon().