Vital
|
#include "JuceHeader.h"
#include "synth_section.h"
#include "synth_constants.h"
#include "synth_button.h"
#include "synth_slider.h"
#include "open_gl_image_component.h"
Go to the source code of this file.
Classes | |
class | DraggableEffect |
A UI component representing an individual effect that can be enabled, disabled, and rearranged. More... | |
class | DraggableEffect::Listener |
Listener interface for responding to changes in the DraggableEffect’s enabled state. More... | |
class | DragDropEffectOrder |
A container managing multiple DraggableEffect components, allowing reordering via drag and drop. More... | |
class | DragDropEffectOrder::Listener |
Listener interface for responding to changes in the drag/drop order or effect states. More... | |