20 #ifndef __JUCE_HEADER_A6D0D14F17594572__
21 #define __JUCE_HEADER_A6D0D14F17594572__
24 #include "JuceHeader.h"
47 public TextEditor::Listener,
60 void textEditorTextChanged(TextEditor& textEditor);
62 void textEditorReturnKeyPressed(TextEditor& textEditor);
70 void paint (Graphics& g);
78 bool cwAddressIsBeingEdited_;
82 ScopedPointer<GroupComponent> infoGroupComponent;
83 ScopedPointer<GroupComponent> modeGroupComponent;
84 ScopedPointer<GroupComponent> cwGroupComponent;
85 ScopedPointer<TextEditor> cwIpEditor;
86 ScopedPointer<TextEditor> cwPortEditor;
87 ScopedPointer<Label> ipLabel;
88 ScopedPointer<Label> portLabel;
89 ScopedPointer<TextButton> confirmCwButton;
90 ScopedPointer<ToggleButton> linkWonderButton;
91 ScopedPointer<Label> addrLabel;
92 ScopedPointer<Label> urlLabel;
93 ScopedPointer<Label> cStatusLabel;
103 #endif // __JUCE_HEADER_A6D0D14F17594572__
void update() override
To be called by the main SpaopAudioProcessorEditor to make this component update its values to the cu...
Definition: ConnectionComponent.cpp:204
[Comments]
Definition: ConnectionComponent.h:46
void resized()
Definition: ConnectionComponent.cpp:155
ConnectionStates
An enum describing the differents states of an incoming connection.
Definition: WonderHeader.h:134
ConnectionComponent(SpaopAudioProcessor *ownerFilter)
Definition: ConnectionComponent.cpp:30
~ConnectionComponent()
Definition: ConnectionComponent.cpp:122
An abstract class for GUI subcomponents of the SpaopAudioProcessorEditor.
Definition: SpaopEditorComponent.h:37
void buttonClicked(Button *buttonThatWasClicked)
Definition: ConnectionComponent.cpp:173
void paint(Graphics &g)
Definition: ConnectionComponent.cpp:146
The SPAOP-plugin's processor class.
Definition: PluginProcessor.h:42