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

Controller for the workflow monitor window. More...

#include <WorkflowController.hpp>

Inherits QObject.

Collaboration diagram for WorkflowController:
Collaboration graph

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
 

Detailed Description

Controller for the workflow monitor window.

Creates and manages the lifetime of the WorkflowMdiWindow within the MDI area. Follows the same pattern as ServiceDashboardController.