|
Blender
V2.93
|
#include <outliner_intern.h>
Public Attributes | |
| struct TreeDisplay * | tree_display |
| struct GHash * | treehash |
Definition at line 50 of file outliner_intern.h.
| 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().
| 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().