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

#include <UIComponent.h>

List of all members.

Public Member Functions

 UIComponent (MainWindow *mainWindow_, ProcessorGraph *pgraph, AudioComponent *audio)
 ~UIComponent ()
EditorViewportgetEditorViewport ()
ProcessorListgetProcessorList ()
DataViewportgetDataViewport ()
ProcessorGraphgetProcessorGraph ()
ControlPanelgetControlPanel ()
MessageCentergetMessageCenter ()
UIComponentgetUIComponent ()
AudioComponentgetAudioComponent ()
void disableCallbacks ()
void disableDataViewport ()
void childComponentChanged ()
const StringArray getMenuBarNames ()
const PopupMenu getMenuForIndex (int topLevelMenuIndex, const String &menuName)
void menuItemSelected (int menuItemID, int topLevelMenuIndex)
ApplicationCommandTarget * getNextCommandTarget ()
void getAllCommands (Array< CommandID > &commands)
void getCommandInfo (CommandID commandID, ApplicationCommandInfo &result)
bool perform (const InvocationInfo &info)

Constructor & Destructor Documentation

UIComponent::UIComponent ( MainWindow mainWindow_,
ProcessorGraph pgraph,
AudioComponent audio 
)
UIComponent::~UIComponent ( )

Member Function Documentation

EditorViewport* UIComponent::getEditorViewport ( )
ProcessorList* UIComponent::getProcessorList ( )
DataViewport* UIComponent::getDataViewport ( )
ProcessorGraph* UIComponent::getProcessorGraph ( )
ControlPanel* UIComponent::getControlPanel ( )
MessageCenter* UIComponent::getMessageCenter ( )
UIComponent* UIComponent::getUIComponent ( )
AudioComponent* UIComponent::getAudioComponent ( )
void UIComponent::disableCallbacks ( )
void UIComponent::disableDataViewport ( )
void UIComponent::childComponentChanged ( )
const StringArray UIComponent::getMenuBarNames ( )
const PopupMenu UIComponent::getMenuForIndex ( int  topLevelMenuIndex,
const String &  menuName 
)
void UIComponent::menuItemSelected ( int  menuItemID,
int  topLevelMenuIndex 
)
ApplicationCommandTarget* UIComponent::getNextCommandTarget ( )
void UIComponent::getAllCommands ( Array< CommandID > &  commands)
void UIComponent::getCommandInfo ( CommandID  commandID,
ApplicationCommandInfo &  result 
)
bool UIComponent::perform ( const InvocationInfo &  info)

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