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

[Comments] More...

#include <ConnectionComponent.h>

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

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

Constructor & Destructor Documentation

ConnectionComponent::ConnectionComponent ( SpaopAudioProcessor ownerFilter)
ConnectionComponent::~ConnectionComponent ( )

Member Function Documentation

void ConnectionComponent::buttonClicked ( Button *  buttonThatWasClicked)
void ConnectionComponent::paint ( Graphics &  g)
void ConnectionComponent::resized ( )
void ConnectionComponent::update ( )
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.