|
Blender
V2.93
|
Public Attributes | |
| struct { | |
| float mval [2] | |
| float prop_value | |
| } | init |
| struct { | |
| float prop_value | |
| bool is_snap | |
| bool is_precise | |
| } | prev |
| float | range [2] |
| struct { | |
| ScrArea * area | |
| ARegion * region | |
| } | context_vars |
Definition at line 52 of file wm_operator_utils.c.
| ScrArea* ValueInteraction::area |
Definition at line 65 of file wm_operator_utils.c.
Referenced by interactive_value_exit(), interactive_value_init(), and interactive_value_update().
| struct { ... } ValueInteraction::context_vars |
Referenced by interactive_value_exit(), interactive_value_init(), and interactive_value_update().
| struct { ... } ValueInteraction::init |
Referenced by interactive_value_init(), and interactive_value_update().
| bool ValueInteraction::is_precise |
Definition at line 60 of file wm_operator_utils.c.
Referenced by interactive_value_update().
| bool ValueInteraction::is_snap |
Definition at line 59 of file wm_operator_utils.c.
Referenced by interactive_value_update().
| float ValueInteraction::mval[2] |
Definition at line 54 of file wm_operator_utils.c.
Referenced by interactive_value_init(), and interactive_value_update().
| struct { ... } ValueInteraction::prev |
Referenced by interactive_value_init(), and interactive_value_update().
| float ValueInteraction::prop_value |
Definition at line 55 of file wm_operator_utils.c.
Referenced by interactive_value_init(), and interactive_value_update().
| float ValueInteraction::range[2] |
Definition at line 62 of file wm_operator_utils.c.
Referenced by interactive_value_init(), and interactive_value_update().
| ARegion* ValueInteraction::region |
Definition at line 66 of file wm_operator_utils.c.
Referenced by interactive_value_init(), and interactive_value_update().