Metadata definitions for RangeConcept. More...
Classes | |
class | CommonMessageArguments |
Metadata definitions for CommonMessageArguments. More... | |
class | ValueChangedMessageArguments |
Metadata definitions for ValueChangedMessageArguments. More... | |
class | ValueChangeFinishedMessageArguments |
Metadata definitions for ValueChangeFinishedMessageArguments. More... | |
class | 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... | |
DynamicMessageType< RangeConceptMetadata.ValueChangedMessageArguments > | ValueChangedMessage |
Occurs when the range value has changed. More... | |
DynamicMessageType< RangeConceptMetadata.ValueChangeFinishedMessageArguments > | ValueChangeFinishedMessage |
Occurs when the range value stops changing. More... | |
DynamicMessageType< RangeConceptMetadata.ValueChangeStartedMessageArguments > | 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.
DynamicMessageType<RangeConceptMetadata.ValueChangedMessageArguments> ValueChangedMessage |
Occurs when the range value has changed.
DynamicMessageType<RangeConceptMetadata.ValueChangeFinishedMessageArguments> ValueChangeFinishedMessage |
Occurs when the range value stops changing.
DynamicMessageType<RangeConceptMetadata.ValueChangeStartedMessageArguments> ValueChangeStartedMessage |
Occurs when the range value starts changing.
DynamicPropertyType<Float> ValueProperty |
The current value.