15 #ifndef BORNAGAIN_GUI_COREGUI_VIEWS_FITWIDGETS_FITSESSIONMANAGER_H
16 #define BORNAGAIN_GUI_COREGUI_VIEWS_FITWIDGETS_FITSESSIONMANAGER_H
Controls all activity related to the single fitting task for JobItem.
Handles all activity related to the simultaneous running of fitting jobs.
FitSessionManager(QObject *parent=nullptr)
JobMessagePanel * m_jobMessagePanel
FitSessionController * m_activeController
void removeController(SessionItem *jobItem)
Fit controller which is currently attached to jobMessagePanel.
FitSessionController * createController(JobItem *jobItem)
QMap< SessionItem *, FitSessionController * > m_item_to_controller
FitSessionController * sessionController(JobItem *item)
void setMessagePanel(JobMessagePanel *messagePanel)
The JobMessagePanel class shows log messages from FitActivityPanel at the bottom part of JobView.