Module range

Modules§

common_message_arguments

Structs§

CommonMessageArguments
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].
RangeConcept
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.
ValueChangeFinishedMessageArguments
ValueChangeStartedMessageArguments
ValueChangedMessageArguments

Traits§

IRangeConcept
RangeConcept represents a number range with an optional step.