Index | Parent | Knob class |
The Knob class is used to create knob objects.
See MakeObj()
ATTRIBUTES | |||
---|---|---|---|
Name | Type | Class | Note |
CheckAllSize | B | ISGN | |
Default | N | ISGN | |
Max | N | ISGN | |
Min | N | ISGN | |
Reverse | B | ISGN | |
RevLeftRight | B | ISGN | |
RevUpDown | B | ISGN | |
Value | N | ISGN |
WARNING: If Max-Min is -1, both at init time or after a set, the class will refuse to accept it.
METHODS | ||
---|---|---|
Name | Parameters | Note |
Decrease | <delta/> | |
Increase | <delta/N> | |
SetDefault | <value/N> | |
StringToValue | <scalemin/N>,<scalemax/N>,<scale/N> | |
ValueToString | <min/N>,<max/N> |