Represents a status LED on a device. More...
#include <juce_StatusLight.h>
Public Member Functions | |
StatusLight (Block &) | |
virtual | ~StatusLight () |
Destructor. More... | |
virtual juce::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.
{Blocks}
juce::StatusLight::StatusLight | ( | Block & | ) |
|
virtual |
Destructor.
|
pure virtual |
Returns a name to describe this light.
Changes the light's colour.
Block& juce::StatusLight::block |
The device that this LED belongs to.