Blender V5.0
SpaceInfo Struct Reference

#include <DNA_space_types.h>

Public Attributes

SpaceLinknext
SpaceLinkprev
ListBase regionbase
char spacetype
char link_flag
char _pad0 [6]
char rpt_mask
char _pad [7]

Detailed Description

Info Header.

Definition at line 121 of file DNA_space_types.h.

Member Data Documentation

◆ _pad

char SpaceInfo::_pad[7]

Definition at line 131 of file DNA_space_types.h.

◆ _pad0

char SpaceInfo::_pad0[6]

Definition at line 127 of file DNA_space_types.h.

◆ link_flag

char SpaceInfo::link_flag

Definition at line 126 of file DNA_space_types.h.

◆ next

SpaceLink* SpaceInfo::next

Definition at line 122 of file DNA_space_types.h.

◆ prev

SpaceLink * SpaceInfo::prev

Definition at line 122 of file DNA_space_types.h.

◆ regionbase

ListBase SpaceInfo::regionbase

Storage of regions for inactive spaces.

Definition at line 124 of file DNA_space_types.h.

Referenced by info_create().

◆ rpt_mask

char SpaceInfo::rpt_mask

Definition at line 130 of file DNA_space_types.h.

Referenced by blo_do_versions_250(), and info_create().

◆ spacetype

char SpaceInfo::spacetype

Definition at line 125 of file DNA_space_types.h.

Referenced by direct_link_area(), and info_create().


The documentation for this struct was generated from the following file: