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

#include <reporter.h>

Inheritance diagram for STATUSBAR_WARNING_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

 STATUSBAR_WARNING_REPORTER (KISTATUSBAR *aStatusBar, const wxString &aSource)
 
 ~STATUSBAR_WARNING_REPORTER () override
 
REPORTERReport (const wxString &aText, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED) override
 Report a string with a given severity.
 
REPORTERReport (const char *aText, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED)
 
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
 
virtual void Clear ()
 

Private Attributes

std::shared_ptr< STATUSBAR_WARNING_REPORTER_IMPLm_impl
 
int m_reportedSeverityMask
 

Detailed Description

Definition at line 377 of file reporter.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 90 of file reporter.h.

Constructor & Destructor Documentation

◆ STATUSBAR_WARNING_REPORTER()

STATUSBAR_WARNING_REPORTER::STATUSBAR_WARNING_REPORTER ( KISTATUSBAR * aStatusBar,
const wxString & aSource )

Definition at line 321 of file reporter.cpp.

References m_impl.

◆ ~STATUSBAR_WARNING_REPORTER()

STATUSBAR_WARNING_REPORTER::~STATUSBAR_WARNING_REPORTER ( )
overridedefault

Member Function Documentation

◆ Clear()

virtual void REPORTER::Clear ( )
inlinevirtualinherited

◆ GetUnits()

virtual EDA_UNITS REPORTER::GetUnits ( ) const
inlinevirtualinherited

Reimplemented in KI_TEST::CAPTURING_REPORTER, and WX_HTML_REPORT_BOX.

Definition at line 150 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 131 of file reporter.h.

References Report(), and REPORTER().

◆ Report() [1/2]

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

Definition at line 77 of file reporter.cpp.

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

◆ Report() [2/2]

REPORTER & STATUSBAR_WARNING_REPORTER::Report ( const wxString & aText,
SEVERITY aSeverity = RPT_SEVERITY_UNDEFINED )
overridevirtual

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 331 of file reporter.cpp.

References KISTATUSBAR::AddWarningMessages(), m_impl, LOAD_MESSAGE::message, REPORTER::Report(), REPORTER::REPORTER(), RPT_SEVERITY_UNDEFINED, RPT_SEVERITY_WARNING, and LOAD_MESSAGE::severity.

Referenced by ~STATUSBAR_WARNING_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 123 of file reporter.h.

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

Referenced by BACK_ANNOTATE::applyChangelist(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), DIALOG_IMPORT_NETLIST::loadNetlist(), DIALOG_EXPORT_NETLIST::TransferDataFromWindow(), and SCH_EDIT_FRAME::WriteNetListFile().

◆ ReportTail()

Member Data Documentation

◆ m_impl

std::shared_ptr<STATUSBAR_WARNING_REPORTER_IMPL> STATUSBAR_WARNING_REPORTER::m_impl
private

Definition at line 386 of file reporter.h.

Referenced by Report(), and STATUSBAR_WARNING_REPORTER().

◆ m_reportedSeverityMask

int REPORTER::m_reportedSeverityMask
privateinherited

Definition at line 161 of file reporter.h.

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


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