editor: added resize and better line representation

This commit is contained in:
2017-06-26 21:47:35 -04:00
parent 025d7cd6aa
commit d03571cb93
4 changed files with 36 additions and 33 deletions

View File

@@ -19,10 +19,12 @@ public:
private:
LampshadeAudioProcessor& processor;
LampshadeLookAndFeel* gui = new LampshadeLookAndFeel();
std::list<LampshadeLine> lines;
std::vector<LampshadeLine> hlines;
std::vector<LampshadeLine> vlines;
int lineThickness;
Slider component;
Slider slider;
ResizableCornerComponent* corner;
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (LampshadeAudioProcessorEditor)
};