Classes

Module ConstrainedFloatControl

Classes

class   ConstrainedFloatControl
  ConstrainedFloatControl is a text control utilising constrainedFloats as data. More...
class   DynamicPrecisionFloatControl
  Dyanmic precision text controls dynamicaly modify their precision based on the following rules
  • The data entered through the control defines the precision
  • If the precision is instead set through setValue N significant digits will be shown where N is defined as the original numDecimalPlaces.
More...
class   FloatValidator
  This validator prevents the user from entering a value in the constrained float control that is not a valid float prefix. More...
class   UnitConversionFloatControl
  A multiple unit float control is a DynamicPrecisionFloatControl with an additional constrained float, and two unit conversion ratios to convert to and from the base value and the user value. More...