Metadata definitions for RangeConcept. More...
Classes | |
| interface | CommonMessageArguments |
| Metadata definitions for CommonMessageArguments. More... | |
| interface | ValueChangedMessageArguments |
| Metadata definitions for ValueChangedMessageArguments. More... | |
| interface | ValueChangeFinishedMessageArguments |
| Metadata definitions for ValueChangeFinishedMessageArguments. More... | |
| interface | ValueChangeStartedMessageArguments |
| Metadata definitions for ValueChangeStartedMessageArguments. More... | |
Public Attributes | |
| DynamicPropertyType< Boolean > | IsValueChangingProperty |
| Whether the value is currently changing. More... | |
| DynamicPropertyType< Float > | MaximumValueProperty |
| The maximum value that the range allows. More... | |
| AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.RangeConcept") |
| Metaclass for RangeConcept. | |
| DynamicPropertyType< Float > | MinimumValueProperty |
| The minimum value that the range allows. More... | |
| DynamicPropertyType< Float > | NormalizedValueProperty |
| The current value normalized to range [0, 1]. More... | |
| DynamicPropertyType< Float > | StepProperty |
| The minimum amount that the value of the range can change at a time. More... | |
| AbstractMessageType | ValueChangedMessage |
| Occurs when the range value has changed. More... | |
| AbstractMessageType | ValueChangeFinishedMessage |
| Occurs when the range value stops changing. More... | |
| AbstractMessageType | ValueChangeStartedMessage |
| Occurs when the range value starts changing. More... | |
| DynamicPropertyType< Float > | ValueProperty |
| The current value. More... | |
Metadata definitions for RangeConcept.
| DynamicPropertyType<Boolean> IsValueChangingProperty |
Whether the value is currently changing.
| DynamicPropertyType<Float> MaximumValueProperty |
The maximum value that the range allows.
| DynamicPropertyType<Float> MinimumValueProperty |
The minimum value that the range allows.
| DynamicPropertyType<Float> NormalizedValueProperty |
The current value normalized to range [0, 1].
| DynamicPropertyType<Float> StepProperty |
The minimum amount that the value of the range can change at a time.
| AbstractMessageType ValueChangedMessage |
Occurs when the range value has changed.
| AbstractMessageType ValueChangeFinishedMessage |
Occurs when the range value stops changing.
| AbstractMessageType ValueChangeStartedMessage |
Occurs when the range value starts changing.
| DynamicPropertyType<Float> ValueProperty |
The current value.