Adjustment_t - struct to hold a controller adjustment. More...
#include <xadjustment.h>
Data Fields | |
Widget_t * | w |
float | std_value |
float | value |
float | min_value |
float | max_value |
float | step |
float | start_value |
float | scale |
CL_type | type |
float | log_scale |
Adjustment_t - struct to hold a controller adjustment.
*w | - pointer to the Widget_t contain the adjustment |
std_value | - the standart value for the adjustment |
value | - the current value of the adjustment |
min_value | - the minimal value of the adjustment |
max_value | - the maximal value of the adjustment |
step | - the step to increase/decrease the adjustment |
start_value | - internal use to store the current value when pointer movement starts |
type | - should be on of the CL_type |
Definition at line 80 of file xadjustment.h.
float Adjustment_t::log_scale |
scale factor for logarithmic adjustment
Definition at line 100 of file xadjustment.h.
float Adjustment_t::max_value |
the maximal value of the adjustment
Definition at line 90 of file xadjustment.h.
float Adjustment_t::min_value |
the minimal value of the adjustment
Definition at line 88 of file xadjustment.h.
float Adjustment_t::scale |
the scalling to increase/decrease the adjustment on pointer motion
Definition at line 96 of file xadjustment.h.
float Adjustment_t::start_value |
internal use to store the current value when pointer movement starts
Definition at line 94 of file xadjustment.h.
float Adjustment_t::std_value |
the standart value for the adjustment
Definition at line 84 of file xadjustment.h.
float Adjustment_t::step |
the step to increase/decrease the adjustment
Definition at line 92 of file xadjustment.h.
CL_type Adjustment_t::type |
should be on of the CL_ type
Definition at line 98 of file xadjustment.h.
float Adjustment_t::value |
the current value of the adjustment
Definition at line 86 of file xadjustment.h.
Widget_t* Adjustment_t::w |
pointer to the Widget_t contain the adjustment
Definition at line 82 of file xadjustment.h.