|
Blender V4.3
|
Public Attributes | ||
| struct { | ||
| short alignment | ||
| bool hidden | ||
| } | by_type [RGN_TYPE_NUM] | |
Store the alignment & other info per region type (use as a region-type aligned array).
| short RegionTypeAlignInfo::alignment |
Values match ARegion.alignment without flags (see RGN_ALIGN_ENUM_FROM_MASK). store all so we can sync alignment without adding extra checks.
Definition at line 2340 of file area.cc.
Referenced by region_align_info_from_area(), region_align_info_to_area_for_headers(), and region_alignment_from_header_and_tool_header_state().
| struct { ... } RegionTypeAlignInfo::by_type[RGN_TYPE_NUM] |
| bool RegionTypeAlignInfo::hidden |
Needed for detecting which header displays the space-type switcher.
Definition at line 2344 of file area.cc.
Referenced by region_align_info_from_area(), region_align_info_to_area_for_headers(), and region_alignment_from_header_and_tool_header_state().