Adjustment
Object Hierarchy:
Description:
[
CCode ( type_id =
"champlain_adjustment_get_type ()" ) ]
public class Adjustment :
Object
Class for handling an interval between to values.
The contents of the Adjustment are private and should be accessed using the public API.
Content:
Properties:
Creation methods:
Methods:
- public bool clamp (bool interpolate, uint n_frames, uint fps)
- public double get_value ()
- public void get_values (double value, double lower, double upper, double step_increment)
- public void interpolate (double value, uint n_frames, uint fps)
- public void interpolate_stop ()
- public void set_value (double value)
- public void set_values (double value, double lower, double upper, double step_increment)
Signals:
- public virtual signal void changed ()
Inherited Members:
All known members inherited from class GLib.Object