#include <StereoFieldComponent.h>
|
| virtual | ~LookAndFeelMethods () |
| |
| virtual void | setupDefaultStereoFieldColours ()=0 |
| |
| virtual void | drawGonioBackground (juce::Graphics &g, juce::Rectangle< float > bounds, float margin, float border)=0 |
| |
| virtual void | drawGonioMeter (juce::Graphics &g, juce::Rectangle< float > bounds, const StereoFieldBuffer< float > &stereoBuffer, int leftIdx, int rightIdx)=0 |
| |
| virtual void | drawStereoFieldBackground (juce::Graphics &g, juce::Rectangle< float > bounds, float margin, float border)=0 |
| |
| virtual void | drawStereoField (juce::Graphics &g, juce::Rectangle< float > bounds, const StereoFieldBuffer< float > &, int leftIdx=0, int rightIdx=1)=0 |
| |
◆ ~LookAndFeelMethods()
◆ setupDefaultStereoFieldColours()
| virtual void setupDefaultStereoFieldColours |
( |
| ) |
|
|
pure virtual |
◆ drawGonioBackground()
| virtual void drawGonioBackground |
( |
juce::Graphics & |
g, |
|
|
juce::Rectangle< float > |
bounds, |
|
|
float |
margin, |
|
|
float |
border |
|
) |
| |
|
pure virtual |
◆ drawGonioMeter()
| virtual void drawGonioMeter |
( |
juce::Graphics & |
g, |
|
|
juce::Rectangle< float > |
bounds, |
|
|
const StereoFieldBuffer< float > & |
stereoBuffer, |
|
|
int |
leftIdx, |
|
|
int |
rightIdx |
|
) |
| |
|
pure virtual |
◆ drawStereoFieldBackground()
| virtual void drawStereoFieldBackground |
( |
juce::Graphics & |
g, |
|
|
juce::Rectangle< float > |
bounds, |
|
|
float |
margin, |
|
|
float |
border |
|
) |
| |
|
pure virtual |
◆ drawStereoField()
| virtual void drawStereoField |
( |
juce::Graphics & |
g, |
|
|
juce::Rectangle< float > |
bounds, |
|
|
const StereoFieldBuffer< float > & |
, |
|
|
int |
leftIdx = 0, |
|
|
int |
rightIdx = 1 |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: