The CustomReportEvent class is used to send report events in the methods Log(), Error(), Warning() and Message() of the ReportOutput class to itself instead of printing the messages directly in its text view. More...
Public Member Functions | |
CustomReportEvent (ReportHighlighter::Paragraph p, const QString &s) | |
const QString & | message () const |
ReportHighlighter::Paragraph | messageType () const |
~CustomReportEvent () | |
The CustomReportEvent class is used to send report events in the methods Log(), Error(), Warning() and Message() of the ReportOutput class to itself instead of printing the messages directly in its text view.
This makes the methods Log(), Error(), Warning() and Message() thread-safe.
CustomReportEvent::CustomReportEvent | ( | ReportHighlighter::Paragraph | p, |
const QString & | s | ||
) |
CustomReportEvent::~CustomReportEvent | ( | ) |
const QString & CustomReportEvent::message | ( | ) | const |
ReportHighlighter::Paragraph CustomReportEvent::messageType | ( | ) | const |