Open Ephys GUI
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions
ControlPanel Class Reference

Provides general application controls. More...

#include <ControlPanel.h>

Inheritance diagram for ControlPanel:
AccessClass

List of all members.

Public Member Functions

 ControlPanel (ProcessorGraph *graph, AudioComponent *audio)
 ~ControlPanel ()
void disableCallbacks ()
AccessClassgetAudioEditor ()
void openState (bool)
void toggleState ()
void setRecordState (bool t)
bool isOpen ()
- Public Member Functions inherited from AccessClass
 AccessClass ()
 ~AccessClass ()
void setUIComponent (UIComponent *)
 Sets the object's UIComponent and copies all the necessary pointers from the UIComponent.
EditorViewportgetEditorViewport ()
 Returns a pointer to the application's EditorViewport.
DataViewportgetDataViewport ()
 Returns a pointer to the application's DataViewport.
ProcessorListgetProcessorList ()
 Returns a pointer to the application's ProcessorList.
ProcessorGraphgetProcessorGraph ()
 Returns a pointer to the application's ProcessorGraph.
ControlPanelgetControlPanel ()
 Returns a pointer to the application's DataViewport.
MessageCentergetMessageCenter ()
 Returns a pointer to the application's MessageCenter.
UIComponentgetUIComponent ()
 Returns a pointer to the application's UIComponent.
AudioComponentgetAudioComponent ()
 Returns a pointer to the application's AudioComponent.

Detailed Description

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.

See also:
UIComponent

Constructor & Destructor Documentation

ControlPanel::ControlPanel ( ProcessorGraph graph,
AudioComponent audio 
)
ControlPanel::~ControlPanel ( )

Member Function Documentation

void ControlPanel::disableCallbacks ( )
AccessClass* ControlPanel::getAudioEditor ( )
void ControlPanel::openState ( bool  )
void ControlPanel::toggleState ( )
void ControlPanel::setRecordState ( bool  t)
bool ControlPanel::isOpen ( )

The documentation for this class was generated from the following file: