Blender V5.0
RegionDrawCB Struct Reference

Public Attributes

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

Detailed Description

Definition at line 225 of file spacetypes.cc.

Member Data Documentation

◆ customdata

void* RegionDrawCB::customdata

Definition at line 229 of file spacetypes.cc.

Referenced by ED_region_draw_cb_activate().

◆ draw

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

Definition at line 228 of file spacetypes.cc.

Referenced by ED_region_draw_cb_activate().

◆ next

RegionDrawCB* RegionDrawCB::next

Definition at line 226 of file spacetypes.cc.

◆ prev

RegionDrawCB * RegionDrawCB::prev

Definition at line 226 of file spacetypes.cc.

◆ type

int RegionDrawCB::type

Definition at line 231 of file spacetypes.cc.

Referenced by ED_region_draw_cb_activate().


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