|
Blender V5.0
|
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 65 of file wm_operator_utils.cc.
| ScrArea* ValueInteraction::area |
Definition at line 78 of file wm_operator_utils.cc.
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 73 of file wm_operator_utils.cc.
Referenced by interactive_value_update().
| bool ValueInteraction::is_snap |
Definition at line 72 of file wm_operator_utils.cc.
Referenced by interactive_value_update().
| float ValueInteraction::mval[2] |
Definition at line 67 of file wm_operator_utils.cc.
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 68 of file wm_operator_utils.cc.
Referenced by interactive_value_init(), and interactive_value_update().
| float ValueInteraction::range[2] |
Definition at line 75 of file wm_operator_utils.cc.
Referenced by interactive_value_init(), and interactive_value_update().
| ARegion* ValueInteraction::region |
Definition at line 79 of file wm_operator_utils.cc.
Referenced by interactive_value_init(), and interactive_value_update().