Open Ephys GUI
 All Classes Functions Variables
Public Member Functions | Private Types | Private Member Functions | Private Attributes
UIComponent Class Reference

List of all members.

Public Member Functions

 UIComponent (MainWindow *mainWindow_, ProcessorGraph *pgraph, AudioComponent *audio)
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)

Private Types

enum  CommandIDs {
  openConfiguration = 0x2001, saveConfiguration = 0x2002, undo = 0x2003, redo = 0x2004,
  copySignalChain = 0x2005, pasteSignalChain = 0x2006, clearSignalChain = 0x2007, toggleProcessorList = 0x2008,
  toggleSignalChain = 0x2009, toggleFileInfo = 0x2010, showHelp = 0x2011
}

Private Member Functions

void resized ()
 JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (UIComponent)

Private Attributes

DataViewportdataViewport
EditorViewporteditorViewport
EditorViewportButtoneditorViewportButton
ProcessorListprocessorList
ControlPanelcontrolPanel
MessageCentermessageCenter
InfoLabelinfoLabel
MainWindowmainWindow
TooltipWindow tooltipWindow
ProcessorGraphprocessorGraph
AudioComponentaudio

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