KiCad PCB EDA Suite
Loading...
Searching...
No Matches
JOBSET_OUTPUT_REPORTER Class Reference

#include <jobset.h>

Inheritance diagram for JOBSET_OUTPUT_REPORTER:
WX_STRING_REPORTER REPORTER

Public Types

enum  LOCATION { LOC_HEAD = 0 , LOC_BODY , LOC_TAIL }
 Location where the message is to be reported. More...
 

Public Member Functions

 JOBSET_OUTPUT_REPORTER (const wxString &aTempDirPath, PROGRESS_REPORTER *aProgressReporter)
 
REPORTERReport (const wxString &aText, SEVERITY aSeverity) override
 Report a string with a given severity.
 
REPORTERReport (const char *aText, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED)
 
const wxString & GetMessages () const
 
void Clear () override
 
virtual REPORTERReportTail (const wxString &aText, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED)
 Places the report at the end of the list, for objects that support report ordering.
 
virtual REPORTERReportHead (const wxString &aText, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED)
 Places the report at the beginning of the list for objects that support ordering.
 
REPORTERoperator<< (const wxString &aText)
 
virtual bool HasMessage () const
 Returns true if any messages were reported.
 
virtual bool HasMessageOfSeverity (int aSeverityMask) const
 Returns true if the reporter has one or more messages matching the specified severity mask.
 
virtual EDA_UNITS GetUnits () const
 

Private Attributes

wxString m_tempDirPath
 
bool m_includeDebug
 
PROGRESS_REPORTERm_progressReporter
 
wxString m_string
 
int m_reportedSeverityMask
 

Detailed Description

Definition at line 35 of file jobset.h.

Member Enumeration Documentation

◆ LOCATION

enum REPORTER::LOCATION
inherited

Location where the message is to be reported.

LOC_HEAD messages are printed before all others (typically intro messages) LOC_BODY messages are printed in the middle LOC_TAIL messages are printed after all others (typically status messages)

Enumerator
LOC_HEAD 
LOC_BODY 
LOC_TAIL 

Definition at line 88 of file reporter.h.

Constructor & Destructor Documentation

◆ JOBSET_OUTPUT_REPORTER()

JOBSET_OUTPUT_REPORTER::JOBSET_OUTPUT_REPORTER ( const wxString & aTempDirPath,
PROGRESS_REPORTER * aProgressReporter )
inline

Definition at line 38 of file jobset.h.

References m_includeDebug, m_progressReporter, and m_tempDirPath.

Member Function Documentation

◆ Clear()

void WX_STRING_REPORTER::Clear ( )
overridevirtualinherited

◆ GetMessages()

◆ GetUnits()

virtual EDA_UNITS REPORTER::GetUnits ( ) const
inlinevirtualinherited

Reimplemented in WX_HTML_REPORT_BOX.

Definition at line 148 of file reporter.h.

References MM.

Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().

◆ HasMessage()

◆ HasMessageOfSeverity()

◆ operator<<()

REPORTER & REPORTER::operator<< ( const wxString & aText)
inlineinherited

Definition at line 129 of file reporter.h.

References Report(), and REPORTER().

◆ Report() [1/2]

REPORTER & JOBSET_OUTPUT_REPORTER::Report ( const wxString & aText,
SEVERITY aSeverity )
inlineoverridevirtual

Report a string with a given severity.

Parameters
aTextis the string to report.
aSeverityis an indicator ( RPT_UNDEFINED, RPT_INFO, RPT_WARNING, RPT_ERROR, RPT_ACTION ) used to filter and format messages

Reimplemented from REPORTER.

Definition at line 45 of file jobset.h.

References m_includeDebug, m_progressReporter, m_tempDirPath, WX_STRING_REPORTER::Report(), REPORTER::REPORTER(), RPT_SEVERITY_ACTION, RPT_SEVERITY_DEBUG, and text.

◆ Report() [2/2]

REPORTER & REPORTER::Report ( const char * aText,
SEVERITY aSeverity = RPT_SEVERITY_UNDEFINED )
inherited

Definition at line 49 of file reporter.cpp.

References From_UTF8(), Report(), and REPORTER().

◆ ReportHead()

virtual REPORTER & REPORTER::ReportHead ( const wxString & aText,
SEVERITY aSeverity = RPT_SEVERITY_UNDEFINED )
inlinevirtualinherited

Places the report at the beginning of the list for objects that support ordering.

Reimplemented in WX_HTML_PANEL_REPORTER.

Definition at line 121 of file reporter.h.

References Report(), REPORTER(), and RPT_SEVERITY_UNDEFINED.

Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), DIALOG_IMPORT_NETLIST::loadNetlist(), WX_HTML_PANEL_REPORTER::ReportHead(), DIALOG_EXPORT_NETLIST::TransferDataFromWindow(), and SCH_EDIT_FRAME::WriteNetListFile().

◆ ReportTail()

Member Data Documentation

◆ m_includeDebug

bool JOBSET_OUTPUT_REPORTER::m_includeDebug
private

Definition at line 66 of file jobset.h.

Referenced by JOBSET_OUTPUT_REPORTER(), and Report().

◆ m_progressReporter

PROGRESS_REPORTER* JOBSET_OUTPUT_REPORTER::m_progressReporter
private

Definition at line 67 of file jobset.h.

Referenced by JOBSET_OUTPUT_REPORTER(), and Report().

◆ m_reportedSeverityMask

int REPORTER::m_reportedSeverityMask
privateinherited

Definition at line 159 of file reporter.h.

Referenced by Clear(), HasMessage(), HasMessageOfSeverity(), Report(), and REPORTER().

◆ m_string

wxString WX_STRING_REPORTER::m_string
privateinherited

Definition at line 206 of file reporter.h.

Referenced by Clear(), GetMessages(), and Report().

◆ m_tempDirPath

wxString JOBSET_OUTPUT_REPORTER::m_tempDirPath
private

Definition at line 65 of file jobset.h.

Referenced by JOBSET_OUTPUT_REPORTER(), and Report().


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