|
Blender V5.0
|
Public Attributes | |
| short | regionid |
| int | region_index_hint |
Definition at line 93 of file interface_region_hud.cc.
| int HudRegionData::region_index_hint |
The region index of this region type in the area. When this cannot be resolved, use the first region of regionid.
This is needed because it's possible the index is no longer available if exiting quad-view in the 3D viewport after performing an operation for example. so in this case use the first region.
Definition at line 103 of file interface_region_hud.cc.
Referenced by ED_area_type_hud_ensure(), ED_area_type_hud_redo_region_find(), hud_panel_operator_redo_poll(), and hud_region_layout().
| short HudRegionData::regionid |
Definition at line 94 of file interface_region_hud.cc.
Referenced by ED_area_type_hud_ensure(), ED_area_type_hud_redo_region_find(), hud_panel_operator_redo_poll(), and hud_region_layout().