SPAOP
|
[Comments] More...
#include <SourceParamComponent.h>
Public Member Functions | |
SourceParamComponent (SpaopAudioProcessor *ownerFilter) | |
~SourceParamComponent () | |
void | paint (Graphics &g) |
void | resized () |
void | sliderValueChanged (Slider *sliderThatWasMoved) |
void | buttonClicked (Button *buttonThatWasClicked) |
Public Member Functions inherited from wonderjuce::SpaopEditorComponent | |
SpaopEditorComponent (SpaopAudioProcessor *ownerFilter) | |
Constructor. More... | |
virtual | ~SpaopEditorComponent () |
Destructor. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from wonderjuce::SpaopEditorComponent | |
SpaopAudioProcessor * | getProcessor () const |
Returns the SpaopAudioProcessor controlled by this editor component. More... | |
[Comments]
A component containing buttons, labels and textboxes to display and control the paramters of a WONDER source (apart from its position). This is to be used as a subcomponent of the main SpaopAudioProcessorEditor.
This is generated using the WYSISWYG-Editor of the Introjucer app (which is why this text contains those comments tags...).
[/Comments]
SourceParamComponent::SourceParamComponent | ( | SpaopAudioProcessor * | ownerFilter | ) |
SourceParamComponent::~SourceParamComponent | ( | ) |
void SourceParamComponent::buttonClicked | ( | Button * | buttonThatWasClicked | ) |
void SourceParamComponent::paint | ( | Graphics & | g | ) |
void SourceParamComponent::resized | ( | ) |
void SourceParamComponent::sliderValueChanged | ( | Slider * | sliderThatWasMoved | ) |