BornAgain
1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
|
The JobMessagePanel class shows log messages from FitActivityPanel at the bottom part of JobView.
Definition at line 25 of file JobMessagePanel.h.
Public Member Functions | |
JobMessagePanel (QWidget *parent=nullptr) | |
void | appendMessage (const FitLog::Message &message) |
void | setLog (FitLog *log) |
Private Attributes | |
FitLog * | m_log |
JobMessagePanel::JobMessagePanel | ( | QWidget * | parent = nullptr | ) |
Definition at line 43 of file JobMessagePanel.cpp.
void JobMessagePanel::appendMessage | ( | const FitLog::Message & | message | ) |
Definition at line 52 of file JobMessagePanel.cpp.
References FitLog::Message::level, and FitLog::Message::text.
Referenced by setLog().
void JobMessagePanel::setLog | ( | FitLog * | log | ) |
Definition at line 65 of file JobMessagePanel.cpp.
References appendMessage(), FitLog::cleared(), m_log, FitLog::messageAppended(), and FitLog::messages().
Referenced by JobView::connectJobRelated().
|
private |
Definition at line 34 of file JobMessagePanel.h.
Referenced by setLog().