20 #ifndef __JUCE_HEADER_BFAA1FA6C119914A__
21 #define __JUCE_HEADER_BFAA1FA6C119914A__
24 #include "JuceHeader.h"
32 #ifndef GUI_REFRESH_TIME
33 #define GUI_REFRESH_TIME 100
36 #define COLOUR_SELECTOR_SIZE 200
38 #ifndef INITIAL_ZOOM_FACTOR
39 #define INITIAL_ZOOM_FACTOR ((COORD_MAX) > 10.0 ? (COORD_MAX) / 10.0 : 1.0)
63 public SliderListener,
104 void paint (Graphics& g);
116 ScopedPointer<GroupComponent> displayGroup;
117 ScopedPointer<Slider> xSlider;
118 ScopedPointer<Slider> ySlider;
119 ScopedPointer<Slider> zoomSlider;
120 ScopedPointer<Label> yPosLabel;
121 ScopedPointer<Label> xPosLabel;
122 ScopedPointer<Label> zoomLabel;
123 ScopedPointer<ToggleButton> showOthersButton;
124 ScopedPointer<wonderjuce::SourceZoomPort> sourceZoomPort;
125 ScopedPointer<ToggleButton> showNamesButton;
126 ScopedPointer<TabbedComponent> tabbedComponent;
136 #endif // __JUCE_HEADER_BFAA1FA6C119914A__
void paint(Graphics &g)
Definition: PluginEditor.cpp:143
void sliderValueChanged(Slider *sliderThatWasMoved)
Definition: PluginEditor.cpp:171
~SpaopAudioProcessorEditor()
Definition: PluginEditor.cpp:120
[Comments]
Definition: PluginEditor.h:60
A struct representing a (RGB) colour.
Definition: Colours.h:28
A GUI component that displays a two-dimensional view of a source's position and allows the re-positio...
Definition: SourcePanel.h:41
static wonder::Colour wonderColour(juce::Colour colour)
Converts a juce::Colour to a wonder::Colour.
Definition: PluginEditor.cpp:321
A class for receiving callbacks from a SourcePanel.
Definition: SourcePanel.h:84
The SPAOP-plugin's processor class.
Definition: PluginProcessor.h:42
void resized()
Definition: PluginEditor.cpp:154
void buttonClicked(Button *buttonThatWasClicked)
Definition: PluginEditor.cpp:201
SpaopAudioProcessorEditor(SpaopAudioProcessor *ownerFilter)
Definition: PluginEditor.cpp:30
static double normalizedValue(Slider *slider)
Normalizes a slider's value to the range of [0.0 ; 1.0].
Definition: PluginEditor.cpp:306
The main communication node that keeps track of all virtual sources and enables the host DAW to contr...
Definition: SourceController.h:42
static juce::Colour juceColour(wonder::Colour colour)
Converts a wonder::Colour to a juce::Colour.
Definition: PluginEditor.cpp:316