|
Blender V4.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 137 of file DNA_space_types.h.
| char SpaceInfo::_pad[7] |
Definition at line 147 of file DNA_space_types.h.
| char SpaceInfo::_pad0[6] |
Definition at line 143 of file DNA_space_types.h.
| char SpaceInfo::link_flag |
Definition at line 142 of file DNA_space_types.h.
| SpaceLink* SpaceInfo::next |
Definition at line 138 of file DNA_space_types.h.
| SpaceLink * SpaceInfo::prev |
Definition at line 138 of file DNA_space_types.h.
| ListBase SpaceInfo::regionbase |
Storage of regions for inactive spaces.
Definition at line 140 of file DNA_space_types.h.
Referenced by info_create().
| char SpaceInfo::rpt_mask |
Definition at line 146 of file DNA_space_types.h.
Referenced by blo_do_versions_250(), and info_create().
| char SpaceInfo::spacetype |
Definition at line 141 of file DNA_space_types.h.
Referenced by direct_link_area(), info_create(), and is_cursor_visible_2d().