|
JUCE
|
Represents a status LED on a device. More...
Public Member Functions | |
| StatusLight (Block &) | |
| virtual | ~StatusLight () |
| Destructor. More... | |
| virtual String | getName () const =0 |
| Returns a name to describe this light. More... | |
| virtual bool | setColour (LEDColour newColour)=0 |
| Changes the light's colour. More... | |
Public Attributes | |
| Block & | block |
| The device that this LED belongs to. More... | |
Represents a status LED on a device.
| StatusLight::StatusLight | ( | Block & | ) |
|
virtual |
Destructor.
|
pure virtual |
Returns a name to describe this light.
|
pure virtual |
Changes the light's colour.
| Block& StatusLight::block |
The device that this LED belongs to.
1.8.17