Vital
|
#include "JuceHeader.h"
#include "delete_section.h"
#include "load_save.h"
#include "open_gl_image.h"
#include "open_gl_image_component.h"
#include "open_gl_multi_image.h"
#include "open_gl_multi_quad.h"
#include "overlay.h"
#include "save_section.h"
#include "synth_section.h"
Go to the source code of this file.
Classes | |
class | PopupDisplay |
A small popup component that displays text in a styled bubble. More... | |
class | PopupList |
A scrollable, selectable popup list of items. More... | |
class | PopupList::Listener |
Interface for receiving selection events from PopupList. More... | |
class | SelectionList |
A scrollable file/folder selection list that supports nested folders and favorites. More... | |
class | SelectionList::Listener |
Interface for receiving selection events from SelectionList. More... | |
class | SelectionList::FileNameAscendingComparator |
Comparator for sorting files by name ascending. More... | |
class | SinglePopupSelector |
A popup for selecting a single item from a list. More... | |
class | DualPopupSelector |
A popup for selecting from a hierarchical set of items in two columns. More... | |
class | PopupClosingArea |
A transparent area that triggers a closing event when clicked. More... | |
class | PopupClosingArea::Listener |
Interface for receiving closing area click events. More... | |
class | PopupBrowser |
A popup browser interface for browsing and selecting files (e.g. presets). More... | |