Blender
V3.3
|
Public Attributes | |
struct RegionDrawCB * | next |
struct RegionDrawCB * | prev |
void(* | draw )(const struct bContext *, struct ARegion *, void *) |
void * | customdata |
int | type |
Definition at line 216 of file spacetypes.c.
void* RegionDrawCB::customdata |
Definition at line 220 of file spacetypes.c.
Referenced by ED_region_draw_cb_activate().
Definition at line 219 of file spacetypes.c.
Referenced by ED_region_draw_cb_activate().
struct RegionDrawCB* RegionDrawCB::next |
Definition at line 217 of file spacetypes.c.
struct RegionDrawCB * RegionDrawCB::prev |
Definition at line 217 of file spacetypes.c.
int RegionDrawCB::type |
Definition at line 222 of file spacetypes.c.
Referenced by ED_region_draw_cb_activate().