ORE Studio 0.0.4
Loading...
Searching...
No Matches
Signals | Public Member Functions | List of all members
ComputeConsoleController Class Referencefinal

Controller for the unified compute console window. More...

#include <ComputeConsoleController.hpp>

Inherits QObject.

Collaboration diagram for ComputeConsoleController:
Collaboration graph

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)
 

Detailed Description

Controller for the unified compute console window.

Manages lifetime and MDI placement of a single ComputeConsoleWindow. Call showConsole() to open or raise the window.