|
Blender V4.3
|
#include <WM_gizmo_types.hh>
Public Attributes | |
| wmGizmoPropertyType * | next |
| wmGizmoPropertyType * | prev |
| int | data_type |
| int | array_length |
| int | index_in_type |
| char | idname [0] |
Definition at line 313 of file WM_gizmo_types.hh.
| int wmGizmoPropertyType::array_length |
Definition at line 317 of file WM_gizmo_types.hh.
Referenced by bpy_gizmo_target_set_value(), gizmo_area_light_prop_matrix_get(), gizmo_area_light_prop_matrix_set(), gizmo_bbone_offset_get(), gizmo_bbone_offset_set(), gizmo_bisect_prop_angle_get(), gizmo_bisect_prop_angle_set(), gizmo_bisect_prop_depth_get(), gizmo_bisect_prop_depth_set(), gizmo_bisect_prop_translate_get(), gizmo_bisect_prop_translate_set(), gizmo_empty_image_prop_matrix_get(), gizmo_empty_image_prop_matrix_set(), gizmo_light_radius_prop_matrix_get(), gizmo_light_radius_prop_matrix_set(), blender::ed::space_node::gizmo_node_backdrop_prop_matrix_get(), blender::ed::space_node::gizmo_node_backdrop_prop_matrix_set(), blender::ed::space_node::gizmo_node_crop_prop_matrix_get(), blender::ed::space_node::gizmo_node_crop_prop_matrix_set(), gizmo_placement_prop_matrix_get(), gizmo_placement_prop_matrix_set(), gizmo_render_border_prop_matrix_get(), gizmo_render_border_prop_matrix_set(), gizmo_spin_prop_angle_get(), gizmo_spin_prop_angle_set(), gizmo_spin_prop_axis_angle_get(), gizmo_spin_prop_axis_angle_set(), gizmo_spin_prop_depth_get(), gizmo_spin_prop_depth_set(), gizmo_spin_prop_translate_get(), gizmo_spin_prop_translate_set(), gizmo_spot_blend_prop_matrix_get(), gizmo_spot_blend_prop_matrix_set(), py_rna_gizmo_handler_get_cb(), py_rna_gizmo_handler_set_cb(), WM_gizmo_target_property_array_length(), WM_gizmo_target_property_float_get(), WM_gizmo_target_property_float_set(), and WM_gizmotype_target_property_def().
| int wmGizmoPropertyType::data_type |
PropertyType, typically PROP_FLOAT.
Definition at line 316 of file WM_gizmo_types.hh.
Referenced by bpy_gizmo_target_get_range(), bpy_gizmo_target_get_value(), bpy_gizmo_target_set_value(), py_rna_gizmo_handler_get_cb(), py_rna_gizmo_handler_range_get_cb(), py_rna_gizmo_handler_set_cb(), and WM_gizmotype_target_property_def().
| char wmGizmoPropertyType::idname[0] |
Over allocate.
Definition at line 323 of file WM_gizmo_types.hh.
Referenced by gizmo_cage2d_property_update(), gizmo_cage3d_property_update(), and WM_gizmotype_target_property_def().
| int wmGizmoPropertyType::index_in_type |
Index within wmGizmoType.
Definition at line 320 of file WM_gizmo_types.hh.
Referenced by WM_gizmo_target_property_clear_rna_ptr(), WM_gizmo_target_property_def_func_ptr(), WM_gizmo_target_property_def_rna_ptr(), and WM_gizmotype_target_property_def().
| wmGizmoPropertyType* wmGizmoPropertyType::next |
Definition at line 314 of file WM_gizmo_types.hh.
| wmGizmoPropertyType * wmGizmoPropertyType::prev |
Definition at line 314 of file WM_gizmo_types.hh.