Allows the user to access audio output settings. More...
#include <AudioEditor.h>
Public Member Functions | |
AudioConfigurationWindow (AudioDeviceManager &adm, Button *b) | |
~AudioConfigurationWindow () | |
void | paint (Graphics &g) |
void | resized () |
![]() | |
AccessClass () | |
~AccessClass () | |
void | setUIComponent (UIComponent *) |
Sets the object's UIComponent and copies all the necessary pointers from the UIComponent. | |
virtual void | updateChildComponents () |
Called within setUIComponent() to enable subclasses to update their members' pointers. | |
EditorViewport * | getEditorViewport () |
Returns a pointer to the application's EditorViewport. | |
DataViewport * | getDataViewport () |
Returns a pointer to the application's DataViewport. | |
ProcessorList * | getProcessorList () |
Returns a pointer to the application's ProcessorList. | |
ProcessorGraph * | getProcessorGraph () |
Returns a pointer to the application's ProcessorGraph. | |
ControlPanel * | getControlPanel () |
Returns a pointer to the application's DataViewport. | |
MessageCenter * | getMessageCenter () |
Returns a pointer to the application's MessageCenter. | |
UIComponent * | getUIComponent () |
Returns a pointer to the application's UIComponent. | |
AudioComponent * | getAudioComponent () |
Returns a pointer to the application's AudioComponent. |
Allows the user to access audio output settings.
AudioConfigurationWindow::AudioConfigurationWindow | ( | AudioDeviceManager & | adm, |
Button * | b | ||
) |
AudioConfigurationWindow::~AudioConfigurationWindow | ( | ) |
void AudioConfigurationWindow::paint | ( | Graphics & | g | ) |
void AudioConfigurationWindow::resized | ( | ) |