The MagicPlotComponent allows drawing the data from a MagicPlotSource. More...
#include <foleys_MagicPlotComponent.h>
Inherits Component, and SettableTooltipClient.
Public Types | |
| enum | ColourIds { plotColourId = 0x2001000 , plotInactiveColourId , plotFillColourId , plotInactiveFillColourId } |
Public Member Functions | |
| MagicPlotComponent () | |
| void | setPlotSource (MagicPlotSource *source) |
| void | setDecayFactor (float decayFactor) |
| void | setGradientFromString (const juce::String &cssString, Stylesheet &stylesheet) |
| void | paint (juce::Graphics &g) override |
| void | resized () override |
| bool | hitTest (int, int) override |
| bool | needsUpdate () const |
The MagicPlotComponent allows drawing the data from a MagicPlotSource.
| enum ColourIds |
| MagicPlotComponent | ( | ) |
References plotColourId, plotFillColourId, plotInactiveColourId, and plotInactiveFillColourId.
| void setPlotSource | ( | MagicPlotSource * | source | ) |
| void setDecayFactor | ( | float | decayFactor | ) |
| void setGradientFromString | ( | const juce::String & | cssString, |
| Stylesheet & | stylesheet ) |
|
override |
|
override |
|
override |
| bool needsUpdate | ( | ) | const |