libxputty  0.1
A damn tiny abstraction Layer to create X11 window/widgets with cairo surfaces
Adjustment_t Struct Reference

Adjustment_t - struct to hold a controller adjustment. More...

#include <xadjustment.h>

Collaboration diagram for Adjustment_t:

Data Fields

Widget_tw
 
float std_value
 
float value
 
float min_value
 
float max_value
 
float step
 
float start_value
 
float scale
 
CL_type type
 
float log_scale
 

Detailed Description

Adjustment_t - struct to hold a controller adjustment.

Parameters
*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.

Field Documentation

◆ log_scale

float Adjustment_t::log_scale

scale factor for logarithmic adjustment

Definition at line 100 of file xadjustment.h.

◆ max_value

float Adjustment_t::max_value

the maximal value of the adjustment

Definition at line 90 of file xadjustment.h.

◆ min_value

float Adjustment_t::min_value

the minimal value of the adjustment

Definition at line 88 of file xadjustment.h.

◆ scale

float Adjustment_t::scale

the scalling to increase/decrease the adjustment on pointer motion

Definition at line 96 of file xadjustment.h.

◆ start_value

float Adjustment_t::start_value

internal use to store the current value when pointer movement starts

Definition at line 94 of file xadjustment.h.

◆ std_value

float Adjustment_t::std_value

the standart value for the adjustment

Definition at line 84 of file xadjustment.h.

◆ step

float Adjustment_t::step

the step to increase/decrease the adjustment

Definition at line 92 of file xadjustment.h.

◆ type

CL_type Adjustment_t::type

should be on of the CL_ type

Definition at line 98 of file xadjustment.h.

◆ value

float Adjustment_t::value

the current value of the adjustment

Definition at line 86 of file xadjustment.h.

◆ w

Widget_t* Adjustment_t::w

pointer to the Widget_t contain the adjustment

Definition at line 82 of file xadjustment.h.


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