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

A wrapper for reporting to a wxTextCtrl object. More...

#include <reporter.h>

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

 WX_TEXT_CTRL_REPORTER (wxTextCtrl *aTextCtrl)
 
virtual ~WX_TEXT_CTRL_REPORTER ()
 
REPORTERReport (const wxString &aText, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED) override
 Report a string with a given severity. More...
 
bool HasMessage () const override
 Returns true if the reporter client is non-empty. More...
 
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. More...
 
virtual REPORTERReportHead (const wxString &aText, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED)
 Places the report at the beginning of the list for objects that support ordering. More...
 
REPORTERoperator<< (const wxString &aText)
 
virtual EDA_UNITS GetUnits () const
 

Private Attributes

wxTextCtrl * m_textCtrl
 

Detailed Description

A wrapper for reporting to a wxTextCtrl object.

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

Constructor & Destructor Documentation

◆ WX_TEXT_CTRL_REPORTER()

WX_TEXT_CTRL_REPORTER::WX_TEXT_CTRL_REPORTER ( wxTextCtrl *  aTextCtrl)
inline

Definition at line 140 of file reporter.h.

◆ ~WX_TEXT_CTRL_REPORTER()

virtual WX_TEXT_CTRL_REPORTER::~WX_TEXT_CTRL_REPORTER ( )
inlinevirtual

Definition at line 146 of file reporter.h.

Member Function Documentation

◆ GetUnits()

virtual EDA_UNITS REPORTER::GetUnits ( ) const
inlinevirtualinherited

Reimplemented in WX_HTML_REPORT_BOX.

Definition at line 123 of file reporter.h.

◆ HasMessage()

bool WX_TEXT_CTRL_REPORTER::HasMessage ( ) const
overridevirtual

Returns true if the reporter client is non-empty.

Implements REPORTER.

Definition at line 55 of file reporter.cpp.

References m_textCtrl.

◆ operator<<()

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

Definition at line 116 of file reporter.h.

References REPORTER::Report().

◆ Report() [1/2]

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

Definition at line 38 of file reporter.cpp.

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

◆ Report() [2/2]

REPORTER & WX_TEXT_CTRL_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

Implements REPORTER.

Definition at line 45 of file reporter.cpp.

References m_textCtrl.

Referenced by DIALOG_CLEANUP_TRACKS_AND_VIAS::doCleanup().

◆ ReportHead()

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

◆ ReportTail()

Member Data Documentation

◆ m_textCtrl

wxTextCtrl* WX_TEXT_CTRL_REPORTER::m_textCtrl
private

Definition at line 156 of file reporter.h.

Referenced by HasMessage(), and Report().


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