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

The main window for the GUI application. More...

#include <MainWindow.h>

List of all members.

Public Member Functions

 MainWindow ()
 Initializes the MainWindow, creates the AudioComponent, ProcessorGraph, and UIComponent, and sets the window boundaries.
 ~MainWindow ()
 Destroys the AudioComponent, ProcessorGraph, and UIComponent, and saves the window boundaries.
void closeButtonPressed ()
 Called when the user hits the close button of the MainWindow.

Public Attributes

ApplicationCommandManager commandManager
 A JUCE class that allows the MainWindow to respond to keyboard and menubar commands.

Detailed Description

The main window for the GUI application.

This object creates and destroys the AudioComponent, the ProcessorGraph, and the UIComponent (which exists as the ContentComponent of this window).

See also:
AudioComponent, ProcessorGraph, UIComponent

Constructor & Destructor Documentation

MainWindow::MainWindow ( )

Initializes the MainWindow, creates the AudioComponent, ProcessorGraph, and UIComponent, and sets the window boundaries.

MainWindow::~MainWindow ( )

Destroys the AudioComponent, ProcessorGraph, and UIComponent, and saves the window boundaries.


Member Function Documentation

void MainWindow::closeButtonPressed ( )

Called when the user hits the close button of the MainWindow.

This destroys the MainWindow and closes the application.


Member Data Documentation

ApplicationCommandManager MainWindow::commandManager

A JUCE class that allows the MainWindow to respond to keyboard and menubar commands.


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