Blender  V3.3
Public Attributes | List of all members
AZone Struct Reference

#include <ED_screen_types.h>

Public Attributes

struct AZonenext
 
struct AZoneprev
 
ARegionregion
 
int type
 
union {
   AZEdge   edge
 
   AZScrollDirection   direction
 
}; 
 
short x1
 
short y1
 
short x2
 
short y2
 
rcti rect
 
float alpha
 

Detailed Description

Definition at line 81 of file ED_screen_types.h.

Member Data Documentation

◆ 

union { ... }

◆ alpha

float AZone::alpha

Definition at line 96 of file ED_screen_types.h.

Referenced by area_actionzone_refresh_xy(), and fullscreen_azone_init().

◆ direction

AZScrollDirection AZone::direction

Definition at line 89 of file ED_screen_types.h.

Referenced by area_actionzone_refresh_xy().

◆ edge

AZEdge AZone::edge

◆ next

struct AZone* AZone::next

Definition at line 82 of file ED_screen_types.h.

Referenced by area_actionzone_refresh_xy().

◆ prev

struct AZone * AZone::prev

Definition at line 82 of file ED_screen_types.h.

◆ rect

rcti AZone::rect

◆ region

ARegion* AZone::region

◆ type

int AZone::type

◆ x1

short AZone::x1

◆ x2

short AZone::x2

◆ y1

short AZone::y1

◆ y2

short AZone::y2

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