27 #include "../outliner_intern.h"
33 template<
typename T>
using List = ListBaseWrapper<T>;
54 if ((
scene == source_data.
scene && show_opened) || !tselem->
used) {
int BLI_mempool_len(BLI_mempool *pool) ATTR_NONNULL(1)
Base Class For Tree-Displays.
SpaceOutliner & space_outliner_
ListBase buildTree(const TreeSourceData &source_data) override
TreeDisplayScenes(SpaceOutliner &space_outliner)
ListBaseWrapper< T > List
TreeElement * outliner_add_element(SpaceOutliner *space_outliner, ListBase *lb, void *idv, TreeElement *parent, short type, short index)
void outliner_make_object_parent_hierarchy(ListBase *lb)
struct BLI_mempool * treestore
The data to build the tree from.
Establish and manage Outliner trees for different display modes.