|
Blender V4.3
|
Public Attributes | |
| RegionDrawCB * | next |
| RegionDrawCB * | prev |
| void(* | draw )(const bContext *, ARegion *, void *) |
| void * | customdata |
| int | type |
Definition at line 222 of file spacetypes.cc.
| void* RegionDrawCB::customdata |
Definition at line 226 of file spacetypes.cc.
Referenced by ED_region_draw_cb_activate().
Definition at line 225 of file spacetypes.cc.
Referenced by ED_region_draw_cb_activate().
| RegionDrawCB* RegionDrawCB::next |
Definition at line 223 of file spacetypes.cc.
| RegionDrawCB * RegionDrawCB::prev |
Definition at line 223 of file spacetypes.cc.
| int RegionDrawCB::type |
Definition at line 228 of file spacetypes.cc.
Referenced by ED_region_draw_cb_activate().