Module range
Modules§
Structs§
- Common
Message Arguments - IS_
VALUE_ CHANGING_ PROPERTY - Whether the value is currently changing.
- MAXIMUM_
VALUE_ PROPERTY - The maximum value that the range allows.
- MINIMUM_
VALUE_ PROPERTY - The minimum value that the range allows.
- NORMALIZED_
VALUE_ PROPERTY - The current value normalized to range [0, 1].
- Range
Concept - STEP_
PROPERTY - The minimum amount that the value of the range can change at a time.
- VALUE_
CHANGED - Occurs when the range value has changed.
- VALUE_
CHANGE_ FINISHED - Occurs when the range value stops changing.
- VALUE_
CHANGE_ STARTED - Occurs when the range value starts changing.
- VALUE_
PROPERTY - The current value. To update this property with a binding, use a to-source or two-way binding.
- Value
Change Finished Message Arguments - Value
Change Started Message Arguments - Value
Changed Message Arguments
Traits§
- IRange
Concept - RangeConcept represents a number range with an optional step.