SPAOP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
SourceParamComponent Class Reference

[Comments] More...

#include <SourceParamComponent.h>

Inheritance diagram for SourceParamComponent:
Inheritance graph
[legend]
Collaboration diagram for SourceParamComponent:
Collaboration graph
[legend]

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
SpaopAudioProcessorgetProcessor () const
 Returns the SpaopAudioProcessor controlled by this editor component. More...
 

Detailed Description

[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]

Constructor & Destructor Documentation

SourceParamComponent::SourceParamComponent ( SpaopAudioProcessor ownerFilter)
SourceParamComponent::~SourceParamComponent ( )

Member Function Documentation

void SourceParamComponent::buttonClicked ( Button *  buttonThatWasClicked)
void SourceParamComponent::paint ( Graphics &  g)
void SourceParamComponent::resized ( )
void SourceParamComponent::sliderValueChanged ( Slider *  sliderThatWasMoved)