Provides general application controls. More...
#include <ControlPanel.h>
Public Member Functions | |
ControlPanel (ProcessorGraph *graph, AudioComponent *audio) | |
~ControlPanel () | |
void | disableCallbacks () |
AccessClass * | getAudioEditor () |
void | openState (bool) |
void | toggleState () |
bool | isOpen () |
![]() | |
AccessClass () | |
~AccessClass () | |
void | setUIComponent (UIComponent *) |
EditorViewport * | getEditorViewport () |
DataViewport * | getDataViewport () |
ProcessorList * | getProcessorList () |
ProcessorGraph * | getProcessorGraph () |
ControlPanel * | getControlPanel () |
MessageCenter * | getMessageCenter () |
UIComponent * | getUIComponent () |
AudioComponent * | getAudioComponent () |
Provides general application controls.
Displays useful information and provides buttons to control acquistion and recording.
The ControlPanel is located along the top of the application window.
ControlPanel::ControlPanel | ( | ProcessorGraph * | graph, |
AudioComponent * | audio | ||
) |
ControlPanel::~ControlPanel | ( | ) |
void ControlPanel::disableCallbacks | ( | ) |
|
inline |
|
inline |
void ControlPanel::openState | ( | bool | ) |
void ControlPanel::toggleState | ( | ) |