RangeConcept represents a number range with an optional step. More...
#include <kanzi/ui/node/concept/range.hpp>
Classes | |
class | CommonMessageArguments |
class | ValueChangedMessageArguments |
class | ValueChangeFinishedMessageArguments |
class | ValueChangeStartedMessageArguments |
Static Public Member Functions | |
static PropertyTypeEditorInfoSharedPtr | makeEditorInfo () |
Static Public Attributes | |
static MessageType< ValueChangeStartedMessageArguments > | ValueChangeStartedMessage |
static MessageType< ValueChangeFinishedMessageArguments > | ValueChangeFinishedMessage |
static MessageType< ValueChangedMessageArguments > | ValueChangedMessage |
Properties | |
static PropertyType< float > | MinimumValueProperty |
MinimumValue property. More... | |
static PropertyType< float > | MaximumValueProperty |
MaximumValue property. More... | |
static PropertyType< float > | StepProperty |
Step property. More... | |
static PropertyType< float > | ValueProperty |
Value property. More... | |
static PropertyType< float > | NormalizedValueProperty |
NormalizedValue property. More... | |
static PropertyType< bool > | IsValueChangingProperty |
IsValueChanging property. More... | |
RangeConcept represents a number range with an optional step.
|
static |
|
static |
MinimumValue property.
The default value is 0.0f.
|
static |
MaximumValue property.
The default value is 1.0f.
|
static |
Step property.
The default value is 0.0f.
|
static |
Value property.
The default value is 0.0f.
|
static |
NormalizedValue property.
The default value is 0.0f.
|
static |
IsValueChanging property.
The default value is false.
|
static |
|
static |
|
static |