SPAOP
|
[Comments] More...
#include <ConnectionComponent.h>
Public Member Functions | |
ConnectionComponent (SpaopAudioProcessor *ownerFilter) | |
~ConnectionComponent () | |
void | update () override |
To be called by the main SpaopAudioProcessorEditor to make this component update its values to the currents state of the SpaopAudioProcessor. More... | |
void | paint (Graphics &g) |
void | resized () |
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 SPAOP's connection state and setting. 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]
ConnectionComponent::ConnectionComponent | ( | SpaopAudioProcessor * | ownerFilter | ) |
ConnectionComponent::~ConnectionComponent | ( | ) |
void ConnectionComponent::buttonClicked | ( | Button * | buttonThatWasClicked | ) |
void ConnectionComponent::paint | ( | Graphics & | g | ) |
void ConnectionComponent::resized | ( | ) |
|
overridevirtual |
To be called by the main SpaopAudioProcessorEditor to make this component update its values to the currents state of the SpaopAudioProcessor.
Implements wonderjuce::SpaopEditorComponent.