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

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

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