|
Blender V4.3
|
Public Attributes | |
| PointerRNA | ptr |
| PropertyRNA * | prop |
| PointerRNA | search_ptr |
| PropertyRNA * | search_prop |
| bool | is_undo |
| ScrArea * | cursor_area |
| ARegionType * | area_region_type |
| void * | draw_handle_pixel |
| int | name_pos [2] |
| char | name [64] |
Definition at line 53 of file eyedropper_bone.cc.
| ARegionType* blender::ui::BoneDropper::area_region_type |
Definition at line 62 of file eyedropper_bone.cc.
Referenced by blender::ui::bonedropper_exit(), blender::ui::bonedropper_init(), and blender::ui::bonedropper_set_draw_callback_region().
| ScrArea* blender::ui::BoneDropper::cursor_area |
Definition at line 61 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 |
Definition at line 63 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 |
Definition at line 59 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 65 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 64 of file eyedropper_bone.cc.
Referenced by blender::ui::bonedropper_sample_pt(), and blender::ui::datadropper_draw_cb().
| PropertyRNA* blender::ui::BoneDropper::prop |
Definition at line 55 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 54 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 |
Definition at line 57 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 56 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().