Structsยง
- Slider
- Control a number with a slider.
- Slider
Spec ๐
Enumsยง
- Slider
Clamping - Specifies how values in a
Slider
are clamped. - Slider
Orientation - Specifies the orientation of a
Slider
.
Constantsยง
- INFINITY ๐
- INF_
RANGE_ ๐MAGNITUDE - When the user asks for an infinitely large range (e.g. logarithmic from zero), give a scale that this many orders of magnitude in size.
Functionsยง
- get ๐
- logarithmic_
zero_ ๐cutoff - where to put the zero cutoff for logarithmic sliders that crosses zero ?
- normalized_
from_ ๐value - range_
log10 ๐ - set ๐
- value_
from_ ๐normalized
Type Aliasesยง
- GetSet
Value ๐ - Combined into one function (rather than two) to make it easier for the borrow checker.
- NumFormatter ๐
- NumParser ๐