|
Blender V5.0
|
Public Attributes | |
| PointerRNA | ptr = {} |
| PropertyRNA * | prop = nullptr |
| PointerRNA | search_ptr = {} |
| PropertyRNA * | search_prop = nullptr |
| bool | is_undo = false |
| ScrArea * | cursor_area = nullptr |
| ARegionType * | area_region_type = nullptr |
| void * | draw_handle_pixel = nullptr |
| int | name_pos [2] = {} |
| char | name [64] = {} |
Definition at line 49 of file eyedropper_bone.cc.
| ARegionType* blender::ui::BoneDropper::area_region_type = nullptr |
Definition at line 58 of file eyedropper_bone.cc.
Referenced by blender::ui::bonedropper_exit(), blender::ui::bonedropper_init(), and blender::ui::bonedropper_set_draw_callback_region().
Definition at line 57 of file eyedropper_bone.cc.
Referenced by blender::ui::bonedropper_exit(), blender::ui::bonedropper_init(), and blender::ui::bonedropper_set_draw_callback_region().
| void* blender::ui::BoneDropper::draw_handle_pixel = nullptr |
Definition at line 59 of file eyedropper_bone.cc.
Referenced by blender::ui::bonedropper_exit(), blender::ui::bonedropper_init(), and blender::ui::bonedropper_set_draw_callback_region().
| bool blender::ui::BoneDropper::is_undo = false |
Definition at line 55 of file eyedropper_bone.cc.
Referenced by blender::ui::bonedropper_init(), and blender::ui::bonedropper_modal().
| char blender::ui::BoneDropper::name[64] = {} |
Definition at line 61 of file eyedropper_bone.cc.
Referenced by blender::ui::bonedropper_modal(), blender::ui::bonedropper_sample_pt(), and blender::ui::datadropper_draw_cb().
| int blender::ui::BoneDropper::name_pos[2] = {} |
Definition at line 60 of file eyedropper_bone.cc.
Referenced by blender::ui::bonedropper_sample_pt(), and blender::ui::datadropper_draw_cb().
| PropertyRNA* blender::ui::BoneDropper::prop = nullptr |
Definition at line 51 of file eyedropper_bone.cc.
Referenced by blender::ui::bonedropper_init(), blender::ui::bonedropper_sample(), and blender::ui::is_bone_dropper_valid().
| PointerRNA blender::ui::BoneDropper::ptr = {} |
Definition at line 50 of file eyedropper_bone.cc.
Referenced by blender::ui::bonedropper_init(), blender::ui::bonedropper_sample(), and blender::ui::is_bone_dropper_valid().
| PropertyRNA* blender::ui::BoneDropper::search_prop = nullptr |
Definition at line 53 of file eyedropper_bone.cc.
Referenced by blender::ui::bonedropper_init(), and blender::ui::bonedropper_sample().
| PointerRNA blender::ui::BoneDropper::search_ptr = {} |
Definition at line 52 of file eyedropper_bone.cc.
Referenced by blender::ui::bonedropper_init(), blender::ui::bonedropper_sample(), blender::ui::is_bone_dropper_valid(), blender::ui::sample_data_from_3d_view(), and blender::ui::sample_data_from_outliner().