Blender  V2.93
Public Attributes | List of all members
RegionDrawCB Struct Reference

Public Attributes

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

Detailed Description

Definition at line 228 of file spacetypes.c.

Member Data Documentation

◆ customdata

void* RegionDrawCB::customdata

Definition at line 232 of file spacetypes.c.

Referenced by ED_region_draw_cb_activate().

◆ draw

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

Definition at line 231 of file spacetypes.c.

Referenced by ED_region_draw_cb_activate().

◆ next

struct RegionDrawCB* RegionDrawCB::next

Definition at line 229 of file spacetypes.c.

◆ prev

struct RegionDrawCB * RegionDrawCB::prev

Definition at line 229 of file spacetypes.c.

◆ type

int RegionDrawCB::type

Definition at line 234 of file spacetypes.c.

Referenced by ED_region_draw_cb_activate().


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