|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <types.h>
Public Types | |
| enum | state_t { none , off , flashing , on } |
Public Member Functions | |
| LedState () | |
| LedState (bool yn) | |
| LedState (state_t state) | |
| LedState & | operator= (state_t s) |
| bool | operator== (const LedState &other) const |
| bool | operator!= (const LedState &other) const |
| state_t | state () const |
Private Attributes | |
| state_t | _state |
This started off as an enum, but it got really annoying typing ? on : off
Definition at line 41 of file surfaces/mackie/types.h.
| Enumerator | |
|---|---|
| none | |
| off | |
| flashing | |
| on | |
Definition at line 44 of file surfaces/mackie/types.h.
|
inline |
Definition at line 45 of file surfaces/mackie/types.h.
|
inline |
Definition at line 46 of file surfaces/mackie/types.h.
|
inline |
Definition at line 47 of file surfaces/mackie/types.h.
|
inline |
Definition at line 56 of file surfaces/mackie/types.h.
Definition at line 49 of file surfaces/mackie/types.h.
|
inline |
Definition at line 51 of file surfaces/mackie/types.h.
|
inline |
Definition at line 61 of file surfaces/mackie/types.h.
|
private |
Definition at line 64 of file surfaces/mackie/types.h.