fluid.number_input

Members

Aliases

FloatInput
alias FloatInput = NumberInput!float
Undocumented in source.
IntInput
alias IntInput = NumberInput!int
Undocumented in source.
floatInput
alias floatInput = simpleConstructor!FloatInput
Undocumented in source.
intInput
alias intInput = simpleConstructor!IntInput
Undocumented in source.
numberInput
alias numberInput(T) = simpleConstructor!(NumberInput!T)
Undocumented in source.
numberInputSpinner
alias numberInputSpinner = simpleConstructor!NumberInputSpinner
Undocumented in source.

Classes

AbstractNumberInput
class AbstractNumberInput
Undocumented in source.
NumberInput
class NumberInput(T)

Number input field.

NumberInputSpinner
class NumberInputSpinner

Increment and decrement buttons that appear on the right of number inputs.

Functions

evaluateExpression
ExpressionResult!T evaluateExpression(Range input)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ExpressionResult
struct ExpressionResult(T)
Undocumented in source.

Meta