A small utility class that allows popups for console and plotter. More...
Inherits DocumentWindow.
Public Member Functions | |
virtual void | closeButtonPressed () |
Removes the instance from the desktop. More... | |
PopupWindow (const String &t) | |
Creates a basic Popup window with all Buttons . More... | |
A small utility class that allows popups for console and plotter.
|
inline |
Creates a basic Popup window with all Buttons .
t | the Popup title. |
|
inlinevirtual |
Removes the instance from the desktop.
You have to take care about ownership elsewhere!