The main window for the GUI application. More...
#include <MainWindow.h>
Public Member Functions | |
void | closeButtonPressed () |
Public Attributes | |
ApplicationCommandManager | commandManager |
Private Member Functions | |
void | saveWindowBounds () |
void | loadWindowBounds () |
Private Attributes | |
AudioComponent * | audioComponent |
ProcessorGraph * | processorGraph |
The main window for the GUI application.
This object creates and destroys the AudioComponent, the ProcessorGraph, and the UIComponent (which exists as the ContentComponent of this window).