Blender  V3.3
Public Attributes | List of all members
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 110 of file DNA_space_types.h.

Member Data Documentation

◆ _pad

char SpaceInfo::_pad[7]

Definition at line 120 of file DNA_space_types.h.

◆ _pad0

char SpaceInfo::_pad0[6]

Definition at line 116 of file DNA_space_types.h.

◆ link_flag

char SpaceInfo::link_flag

Definition at line 115 of file DNA_space_types.h.

◆ next

SpaceLink* SpaceInfo::next

Definition at line 111 of file DNA_space_types.h.

◆ prev

SpaceLink * SpaceInfo::prev

Definition at line 111 of file DNA_space_types.h.

◆ regionbase

ListBase SpaceInfo::regionbase

Storage of regions for inactive spaces.

Definition at line 113 of file DNA_space_types.h.

Referenced by info_create().

◆ rpt_mask

char SpaceInfo::rpt_mask

Definition at line 119 of file DNA_space_types.h.

Referenced by blo_do_versions_250(), and info_create().

◆ spacetype

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().


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