Blender  V2.93
Public Attributes | List of all members
SpaceOutliner_Runtime Struct Reference

#include <outliner_intern.h>

Public Attributes

struct TreeDisplaytree_display
 
struct GHashtreehash
 

Detailed Description

Definition at line 50 of file outliner_intern.h.

Member Data Documentation

◆ tree_display

struct TreeDisplay* SpaceOutliner_Runtime::tree_display

Internal C++ object to create and manage the tree for a specific display type (View Layers, Scenes, Blender File, etc.).

Definition at line 53 of file outliner_intern.h.

Referenced by outliner_build_tree(), outliner_duplicate(), and outliner_free().

◆ treehash

struct GHash* SpaceOutliner_Runtime::treehash

Pointers to tree-store elements, grouped by (id, type, nr) in hash-table for faster searching.

Definition at line 57 of file outliner_intern.h.

Referenced by check_persistent(), outliner_build_tree(), outliner_duplicate(), outliner_find_tse(), outliner_free(), outliner_id_remap(), and outliner_storage_cleanup().


The documentation for this struct was generated from the following file: