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

Public Attributes

struct RegionDrawCBnext
 
struct RegionDrawCBprev
 
void(* draw )(const struct bContext *, struct ARegion *, void *)
 
voidcustomdata
 
int type
 

Detailed Description

Definition at line 216 of file spacetypes.c.

Member Data Documentation

◆ customdata

void* RegionDrawCB::customdata

Definition at line 220 of file spacetypes.c.

Referenced by ED_region_draw_cb_activate().

◆ draw

void(* RegionDrawCB::draw) (const struct bContext *, struct ARegion *, void *)

Definition at line 219 of file spacetypes.c.

Referenced by ED_region_draw_cb_activate().

◆ next

struct RegionDrawCB* RegionDrawCB::next

Definition at line 217 of file spacetypes.c.

◆ prev

struct RegionDrawCB * RegionDrawCB::prev

Definition at line 217 of file spacetypes.c.

◆ type

int RegionDrawCB::type

Definition at line 222 of file spacetypes.c.

Referenced by ED_region_draw_cb_activate().


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