Blender V2.61 - r43446
|
Public Attributes | |
struct RegionDrawCB * | next |
struct RegionDrawCB * | prev |
void(* | draw )(const struct bContext *, struct ARegion *, void *) |
void * | customdata |
int | type |
Definition at line 184 of file spacetypes.c.
void* RegionDrawCB::customdata |
Definition at line 188 of file spacetypes.c.
Referenced by ED_region_draw_cb_activate(), and ED_region_draw_cb_draw().
void(* RegionDrawCB::draw)(const struct bContext *, struct ARegion *, void *) |
Definition at line 187 of file spacetypes.c.
Referenced by ED_region_draw_cb_activate(), and ED_region_draw_cb_draw().
struct RegionDrawCB* RegionDrawCB::next |
Definition at line 185 of file spacetypes.c.
Referenced by ED_region_draw_cb_draw(), and ED_region_draw_cb_exit().
struct RegionDrawCB * RegionDrawCB::prev |
Definition at line 185 of file spacetypes.c.
Definition at line 190 of file spacetypes.c.
Referenced by ED_region_draw_cb_activate(), and ED_region_draw_cb_draw().