Champlain.Adjustment¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
|
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
Lower bound |
||
r/w |
Step increment |
||
r/w |
Upper bound |
||
r/w |
Current value |
Signals¶
- Inherited:
Name |
Short Description |
---|---|
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Champlain.Adjustment(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Class for handling an interval between to values. The contents of the
Champlain.Adjustment
are private and should be accessed using the public API.- classmethod new(value, lower, upper, step_increment)¶
- Parameters:
- Return type:
- clamp(interpolate, n_frames, fps)¶
- get_values(value, lower, upper, step_increment)¶
- interpolate_stop()¶
- set_values(value, lower, upper, step_increment)¶
- do_changed() virtual¶
Signal Details¶
- Champlain.Adjustment.signals.changed(adjustment)¶
- Signal Name:
changed
- Flags:
- Parameters:
adjustment (
Champlain.Adjustment
) – The object which received the signal
Property Details¶
- Champlain.Adjustment.props.lower¶
-
Lower bound
- Champlain.Adjustment.props.step_increment¶
-
Step increment
- Champlain.Adjustment.props.upper¶
-
Upper bound