Blender
V3.3
|
Public Attributes | |
PointerRNA | ptr |
PropertyRNA * | prop |
short | idcode |
const char * | idcode_name |
bool | is_undo |
ID * | init_id |
ScrArea * | cursor_area |
ARegionType * | art |
void * | draw_handle_pixel |
int | name_pos [2] |
char | name [200] |
Definition at line 47 of file eyedropper_datablock.c.
ARegionType* DataDropper::art |
Definition at line 57 of file eyedropper_datablock.c.
Referenced by datadropper_exit(), datadropper_init(), and datadropper_set_draw_callback_region().
ScrArea* DataDropper::cursor_area |
Definition at line 56 of file eyedropper_datablock.c.
Referenced by datadropper_init(), and datadropper_set_draw_callback_region().
void* DataDropper::draw_handle_pixel |
Definition at line 58 of file eyedropper_datablock.c.
Referenced by datadropper_exit(), datadropper_init(), and datadropper_set_draw_callback_region().
short DataDropper::idcode |
Definition at line 50 of file eyedropper_datablock.c.
Referenced by datadropper_id_sample_pt(), and datadropper_init().
const char* DataDropper::idcode_name |
Definition at line 51 of file eyedropper_datablock.c.
Referenced by datadropper_id_sample_pt(), and datadropper_init().
ID* DataDropper::init_id |
Definition at line 54 of file eyedropper_datablock.c.
Referenced by datadropper_cancel(), and datadropper_init().
bool DataDropper::is_undo |
Definition at line 52 of file eyedropper_datablock.c.
Referenced by datadropper_init(), and datadropper_modal().
char DataDropper::name[200] |
Definition at line 60 of file eyedropper_datablock.c.
Referenced by datadropper_draw_cb(), and datadropper_id_sample_pt().
int DataDropper::name_pos[2] |
Definition at line 59 of file eyedropper_datablock.c.
Referenced by datadropper_draw_cb(), and datadropper_id_sample_pt().
PropertyRNA* DataDropper::prop |
Definition at line 49 of file eyedropper_datablock.c.
Referenced by datadropper_id_sample_pt(), datadropper_id_set(), and datadropper_init().
PointerRNA DataDropper::ptr |
Definition at line 48 of file eyedropper_datablock.c.
Referenced by datadropper_id_sample_pt(), datadropper_id_set(), and datadropper_init().