Blender V4.3
wmGizmoPropertyFnParams Struct Reference

#include <wm_gizmo_fn.hh>

Public Attributes

wmGizmoPropertyFnGet value_get_fn
 
wmGizmoPropertyFnSet value_set_fn
 
wmGizmoPropertyFnRangeGet range_get_fn
 
wmGizmoPropertyFnFree free_fn
 
void * user_data
 

Detailed Description

Definition at line 62 of file wm_gizmo_fn.hh.

Member Data Documentation

◆ free_fn

wmGizmoPropertyFnFree wmGizmoPropertyFnParams::free_fn

Definition at line 66 of file wm_gizmo_fn.hh.

◆ range_get_fn

wmGizmoPropertyFnRangeGet wmGizmoPropertyFnParams::range_get_fn

Definition at line 65 of file wm_gizmo_fn.hh.

◆ user_data

void* wmGizmoPropertyFnParams::user_data

◆ value_get_fn

wmGizmoPropertyFnGet wmGizmoPropertyFnParams::value_get_fn

Definition at line 63 of file wm_gizmo_fn.hh.

Referenced by bpy_gizmo_target_set_handler().

◆ value_set_fn

wmGizmoPropertyFnSet wmGizmoPropertyFnParams::value_set_fn

Definition at line 64 of file wm_gizmo_fn.hh.


The documentation for this struct was generated from the following file: