List of all members.
Public Member Functions |
| UIComponent (MainWindow *mainWindow_, ProcessorGraph *pgraph, AudioComponent *audio) |
EditorViewport * | getEditorViewport () |
ProcessorList * | getProcessorList () |
DataViewport * | getDataViewport () |
ProcessorGraph * | getProcessorGraph () |
ControlPanel * | getControlPanel () |
MessageCenter * | getMessageCenter () |
UIComponent * | getUIComponent () |
AudioComponent * | getAudioComponent () |
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) |
The documentation for this class was generated from the following file: