|
ORE Studio 0.0.4
|
Controller for the unified compute console window. More...
#include <ComputeConsoleController.hpp>
Inherits QObject.

Signals | |
| void | statusMessage (const QString &message) |
| void | errorMessage (const QString &error) |
| void | detachableWindowCreated (DetachableMdiSubWindow *window) |
| void | detachableWindowDestroyed (DetachableMdiSubWindow *window) |
Public Member Functions | |
| ComputeConsoleController (QMainWindow *mainWindow, QMdiArea *mdiArea, ClientManager *clientManager, ChangeReasonCache *changeReasonCache, BadgeCache *badgeCache, QObject *parent=nullptr) | |
| void | showConsole () |
| void | closeAllWindows () |
| void | setHttpBaseUrl (const std::string &url) |
Controller for the unified compute console window.
Manages lifetime and MDI placement of a single ComputeConsoleWindow. Call showConsole() to open or raise the window.