|
Blender
V2.93
|
Public Attributes | |
| struct RegionDrawCB * | next |
| struct RegionDrawCB * | prev |
| void(* | draw )(const struct bContext *, struct ARegion *, void *) |
| void * | customdata |
| int | type |
Definition at line 228 of file spacetypes.c.
| void* RegionDrawCB::customdata |
Definition at line 232 of file spacetypes.c.
Referenced by ED_region_draw_cb_activate().
Definition at line 231 of file spacetypes.c.
Referenced by ED_region_draw_cb_activate().
| struct RegionDrawCB* RegionDrawCB::next |
Definition at line 229 of file spacetypes.c.
| struct RegionDrawCB * RegionDrawCB::prev |
Definition at line 229 of file spacetypes.c.
| int RegionDrawCB::type |
Definition at line 234 of file spacetypes.c.
Referenced by ED_region_draw_cb_activate().