All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
range_properties.h File Reference

Variables

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...
 

Variable Documentation

PropertyType<float> MinimumValueProperty
static

MinimumValue property.

The default value is 0.0f.

See also
setMinimumValue(), getMinimumValue()
PropertyType<float> MaximumValueProperty
static

MaximumValue property.

The default value is 1.0f.

See also
setMaximumValue(), getMaximumValue()
PropertyType<float> StepProperty
static

Step property.

The default value is 0.0f.

See also
setStep(), getStep()
PropertyType<float> ValueProperty
static

Value property.

The default value is 0.0f.

See also
setValue(), getValue()
PropertyType<float> NormalizedValueProperty
static

NormalizedValue property.

The default value is 0.0f.

See also
setNormalizedValue(), getNormalizedValue()
PropertyType<bool> IsValueChangingProperty
static

IsValueChanging property.

The default value is false.

See also
setIsValueChanging(), isIsValueChanging()