|
Blender V5.0
|
#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 121 of file DNA_space_types.h.
| char SpaceInfo::_pad[7] |
Definition at line 131 of file DNA_space_types.h.
| char SpaceInfo::_pad0[6] |
Definition at line 127 of file DNA_space_types.h.
| char SpaceInfo::link_flag |
Definition at line 126 of file DNA_space_types.h.
| SpaceLink* SpaceInfo::next |
Definition at line 122 of file DNA_space_types.h.
| SpaceLink * SpaceInfo::prev |
Definition at line 122 of file DNA_space_types.h.
| ListBase SpaceInfo::regionbase |
Storage of regions for inactive spaces.
Definition at line 124 of file DNA_space_types.h.
Referenced by info_create().
| char SpaceInfo::rpt_mask |
Definition at line 130 of file DNA_space_types.h.
Referenced by blo_do_versions_250(), and info_create().
| char SpaceInfo::spacetype |
Definition at line 125 of file DNA_space_types.h.
Referenced by direct_link_area(), and info_create().