|
Blender
V3.3
|
#include <functional>#include "BLI_listbase.h"#include "DNA_space_types.h"#include "outliner_intern.hh"#include "tree/tree_display.hh"Go to the source code of this file.
Functions | |
| bool | outliner_shows_mode_column (const SpaceOutliner &space_outliner) |
| bool | outliner_has_element_warnings (const SpaceOutliner &space_outliner) |
| bool outliner_has_element_warnings | ( | const SpaceOutliner & | space_outliner | ) |
Iterate over the entire tree (including collapsed sub-elements), probing if any of the elements has a warning to be displayed.
Definition at line 29 of file outliner_query.cc.
References bool, LISTBASE_FOREACH, and SpaceOutliner::tree.
Referenced by draw_outliner().
| bool outliner_shows_mode_column | ( | const SpaceOutliner & | space_outliner | ) |
Definition at line 18 of file outliner_query.cc.
References SpaceOutliner::flag, SpaceOutliner::runtime, SO_MODE_COLUMN, blender::ed::outliner::AbstractTreeDisplay::supportsModeColumn(), and SpaceOutliner_Runtime::tree_display.
Referenced by draw_outliner(), and outliner_is_co_within_mode_column().