This is a derivative of DocumentWindow that is used inside a MultiDocumentPanel component. More...
Inherits DocumentWindow.
Public Member Functions | |
| MultiDocumentPanelWindow (const Colour &backgroundColour) | |
| ~MultiDocumentPanelWindow () | |
| Destructor. | |
| void | maximiseButtonPressed () |
| void | closeButtonPressed () |
| void | activeWindowStatusChanged () |
| void | broughtToFront () |
This is a derivative of DocumentWindow that is used inside a MultiDocumentPanel component.
It's like a normal DocumentWindow but has some extra functionality to make sure everything works nicely inside a MultiDocumentPanel.
| MultiDocumentPanelWindow::MultiDocumentPanelWindow | ( | const Colour & | backgroundColour | ) |
Destructor.
| void MultiDocumentPanelWindow::maximiseButtonPressed | ( | ) | [virtual] |
Reimplemented from DocumentWindow.
| void MultiDocumentPanelWindow::closeButtonPressed | ( | ) | [virtual] |
Reimplemented from DocumentWindow.
| void MultiDocumentPanelWindow::activeWindowStatusChanged | ( | ) | [virtual] |
Reimplemented from ResizableWindow.
| void MultiDocumentPanelWindow::broughtToFront | ( | ) | [virtual] |
Reimplemented from Component.