|
Bitwig Studio Control Surface API
4.0.1
|
Inheritance diagram for SettableBooleanValue:Public Member Functions | |
| void | set (boolean value) |
| void | toggle () |
| HardwareActionBindable | toggleAction () |
| HardwareActionBindable | setToTrueAction () |
| HardwareActionBindable | setToFalseAction () |
Public Member Functions inherited from BooleanValue | |
| boolean | get () |
| default boolean | getAsBoolean () |
Public Member Functions inherited from Value< BooleanValueChangedCallback > | |
| void | markInterested () |
| void | addValueObserver (ObserverType callback) |
Public Member Functions inherited from HardwareActionBindable | |
| HardwareActionBinding | addBinding (HardwareAction action) |
| void | invoke () |
Instances of this interface represent boolean values.
Definition at line 10 of file SettableBooleanValue.java.
| void set | ( | boolean | value | ) |
Sets the internal value.
| value | the new boolean value. |
| void toggle | ( | ) |
Toggles the current state. In case the current value is false, the new value will be true and the other way round.