|
| | LoadBar (juce::String label, bool showPercent=true, bool showMax=true) |
| |
| | ~LoadBar () |
| |
| void | paint (Graphics &g) override |
| |
| void | mouseUp (const MouseEvent &event) override |
| |
| void | setSessionTopology (const JUCEAppBasics::SessionServiceTopology &sessionTopology) |
| |
| void | setLoadPercent (int loadPercent, int id=0) |
| |
| void | setAlert (bool alert, int id=0) |
| |
Definition at line 27 of file MemaUIComponent.cpp.
◆ LoadBar()
| LoadBar::LoadBar |
( |
juce::String |
label, |
|
|
bool |
showPercent = true, |
|
|
bool |
showMax = true |
|
) |
| |
|
inline |
◆ ~LoadBar()
◆ mouseUp()
| void LoadBar::mouseUp |
( |
const MouseEvent & |
event | ) |
|
|
inlineoverride |
◆ paint()
| void LoadBar::paint |
( |
Graphics & |
g | ) |
|
|
inlineoverride |
◆ setAlert()
| void LoadBar::setAlert |
( |
bool |
alert, |
|
|
int |
id = 0 |
|
) |
| |
|
inline |
◆ setLoadPercent()
| void LoadBar::setLoadPercent |
( |
int |
loadPercent, |
|
|
int |
id = 0 |
|
) |
| |
|
inline |
◆ setSessionTopology()
| void LoadBar::setSessionTopology |
( |
const JUCEAppBasics::SessionServiceTopology & |
sessionTopology | ) |
|
|
inline |
The documentation for this class was generated from the following file: