CustomReportEvent Class Reference

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 ()
 

Detailed Description

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.

Author
Werner Mayer

Constructor & Destructor Documentation

◆ CustomReportEvent()

CustomReportEvent::CustomReportEvent ( ReportHighlighter::Paragraph  p,
const QString &  s 
)

◆ ~CustomReportEvent()

CustomReportEvent::~CustomReportEvent ( )

Member Function Documentation

◆ message()

const QString & CustomReportEvent::message ( ) const

◆ messageType()


The documentation for this class was generated from the following file: