|
Blender
V3.3
|
#include <DNA_space_types.h>
Public Attributes | |
| SpaceLink * | next |
| SpaceLink * | prev |
| ListBase | regionbase |
| char | spacetype |
| char | link_flag |
| char | _pad0 [6] |
| char | rpt_mask |
| char | _pad [7] |
Info Header.
Definition at line 110 of file DNA_space_types.h.
| char SpaceInfo::_pad[7] |
Definition at line 120 of file DNA_space_types.h.
| char SpaceInfo::_pad0[6] |
Definition at line 116 of file DNA_space_types.h.
| char SpaceInfo::link_flag |
Definition at line 115 of file DNA_space_types.h.
| SpaceLink* SpaceInfo::next |
Definition at line 111 of file DNA_space_types.h.
| SpaceLink * SpaceInfo::prev |
Definition at line 111 of file DNA_space_types.h.
| ListBase SpaceInfo::regionbase |
Storage of regions for inactive spaces.
Definition at line 113 of file DNA_space_types.h.
Referenced by info_create().
| char SpaceInfo::rpt_mask |
Definition at line 119 of file DNA_space_types.h.
Referenced by blo_do_versions_250(), and info_create().
| char SpaceInfo::spacetype |
Definition at line 114 of file DNA_space_types.h.
Referenced by direct_link_area(), info_create(), and is_cursor_visible_2d().