|
Blender V5.0
|
Public Attributes | |
| PointerRNA | ptr = {} |
| PropertyRNA * | prop = nullptr |
| short | idcode = 0 |
| const char * | idcode_name = nullptr |
| bool | is_undo = false |
| ID * | init_id = nullptr |
| ScrArea * | cursor_area = nullptr |
| ARegionType * | art = nullptr |
| void * | draw_handle_pixel = nullptr |
| int | name_pos [2] = {} |
| char | name [200] = {} |
Definition at line 46 of file eyedropper_datablock.cc.
| ARegionType* DataDropper::art = nullptr |
Definition at line 56 of file eyedropper_datablock.cc.
Referenced by datadropper_exit(), datadropper_init(), and datadropper_set_draw_callback_region().
Definition at line 55 of file eyedropper_datablock.cc.
Referenced by datadropper_init(), and datadropper_set_draw_callback_region().
| void* DataDropper::draw_handle_pixel = nullptr |
Definition at line 57 of file eyedropper_datablock.cc.
Referenced by datadropper_exit(), datadropper_init(), and datadropper_set_draw_callback_region().
| short DataDropper::idcode = 0 |
Definition at line 49 of file eyedropper_datablock.cc.
Referenced by datadropper_id_sample_pt(), and datadropper_init().
| const char* DataDropper::idcode_name = nullptr |
Definition at line 50 of file eyedropper_datablock.cc.
Referenced by datadropper_id_sample_pt(), and datadropper_init().
Definition at line 53 of file eyedropper_datablock.cc.
Referenced by datadropper_cancel(), and datadropper_init().
| bool DataDropper::is_undo = false |
Definition at line 51 of file eyedropper_datablock.cc.
Referenced by datadropper_init(), and datadropper_modal().
| char DataDropper::name[200] = {} |
Definition at line 59 of file eyedropper_datablock.cc.
Referenced by datadropper_draw_cb(), and datadropper_id_sample_pt().
| int DataDropper::name_pos[2] = {} |
Definition at line 58 of file eyedropper_datablock.cc.
Referenced by datadropper_draw_cb(), and datadropper_id_sample_pt().
| PropertyRNA* DataDropper::prop = nullptr |
Definition at line 48 of file eyedropper_datablock.cc.
Referenced by datadropper_id_sample_pt(), datadropper_id_set(), and datadropper_init().
| PointerRNA DataDropper::ptr = {} |
Definition at line 47 of file eyedropper_datablock.cc.
Referenced by datadropper_id_sample_pt(), datadropper_id_set(), and datadropper_init().