|
BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Classes | |
| struct | Record |
Public Member Functions | |
| FitLog () | |
| void | append (const std::string &text, FitLogFlags::MessageType type) |
| void | clearLog () |
| void | setMessagePanel (JobMessagePanel *messagePanel) |
Private Attributes | |
| JobMessagePanel * | m_messagePanel |
| std::vector< Record > | m_records |
| FitLog::FitLog | ( | ) |
Definition at line 18 of file FitLog.cpp.
| void FitLog::append | ( | const std::string & | text, |
| FitLogFlags::MessageType | type | ||
| ) |
Definition at line 34 of file FitLog.cpp.
References FitLogFlags::color(), m_messagePanel, m_records, and JobMessagePanel::onMessage().
| void FitLog::clearLog | ( | ) |
Definition at line 42 of file FitLog.cpp.
References m_messagePanel, m_records, and JobMessagePanel::onClearLog().
| void FitLog::setMessagePanel | ( | JobMessagePanel * | messagePanel | ) |
Definition at line 20 of file FitLog.cpp.
References FitLogFlags::color(), m_messagePanel, m_records, JobMessagePanel::onClearLog(), and JobMessagePanel::onMessage().
Referenced by FitSessionManager::disableLogging(), and FitSessionManager::sessionController().
|
private |
Definition at line 39 of file FitLog.h.
Referenced by append(), clearLog(), and setMessagePanel().
|
private |
Definition at line 38 of file FitLog.h.
Referenced by append(), clearLog(), and setMessagePanel().