|
ORE Studio 0.0.4
|
Controller for the workflow monitor window. More...
#include <WorkflowController.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 | |
| WorkflowController (QMainWindow *mainWindow, QMdiArea *mdiArea, ClientManager *clientManager, QObject *parent=nullptr) | |
| void | showListWindow () |
| void | showDefinitionsWindow () |
| void | closeAllWindows () |
| bool | eventFilter (QObject *obj, QEvent *event) override |
Controller for the workflow monitor window.
Creates and manages the lifetime of the WorkflowMdiWindow within the MDI area. Follows the same pattern as ServiceDashboardController.