KiCad PCB EDA Suite
|
A wrapper for reporting to a wxString object. More...
#include <reporter.h>
Public Types | |
enum | LOCATION { LOC_HEAD = 0 , LOC_BODY , LOC_TAIL } |
Location where the message is to be reported. More... | |
Public Member Functions | |
WX_STRING_REPORTER () | |
virtual | ~WX_STRING_REPORTER () |
REPORTER & | Report (const wxString &aText, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED) override |
Report a string with a given severity. | |
bool | HasMessage () const override |
Returns true if the reporter client is non-empty. | |
bool | HasMessageOfSeverity (int aSeverityMask) const override |
Returns true if the reporter has one or more messages matching the specified severity mask. | |
const wxString & | GetMessages () const |
void | Clear () |
REPORTER & | Report (const char *aText, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED) |
virtual REPORTER & | ReportTail (const wxString &aText, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED) |
Places the report at the end of the list, for objects that support report ordering. | |
virtual REPORTER & | ReportHead (const wxString &aText, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED) |
Places the report at the beginning of the list for objects that support ordering. | |
REPORTER & | operator<< (const wxString &aText) |
virtual EDA_UNITS | GetUnits () const |
Private Attributes | |
wxString | m_string |
int | m_severityMask |
A wrapper for reporting to a wxString object.
Definition at line 170 of file reporter.h.
|
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 80 of file reporter.h.
|
inline |
Definition at line 173 of file reporter.h.
|
inlinevirtual |
Definition at line 179 of file reporter.h.
void WX_STRING_REPORTER::Clear | ( | ) |
Definition at line 90 of file reporter.cpp.
References m_severityMask, and m_string.
Referenced by SIMULATOR_FRAME::EditAnalysis(), SIMULATOR_FRAME::LoadSimulator(), SIMULATOR_FRAME::ReloadSimulator(), ERC_TESTER::TestSimModelIssues(), and DIALOG_SIM_MODEL< T >::TransferDataToWindow().
const wxString & WX_STRING_REPORTER::GetMessages | ( | ) | const |
Definition at line 84 of file reporter.cpp.
References m_string.
Referenced by SIMULATOR_FRAME_UI::applyTuners(), BOOST_AUTO_TEST_CASE(), SPICE_GENERATOR_IBIS::IbisDevice(), GERBVIEW_FRAME::LoadGerberJobFile(), GERBVIEW_FRAME::LoadListOfGerberAndDrillFiles(), GERBVIEW_FRAME::LoadZipArchiveFile(), SIMULATOR_CONTROL::NewAnalysisTab(), DIALOG_SIM_MODEL< T >::onBrowseButtonClick(), DIALOG_SIM_MODEL< T >::onLibraryPathTextEnter(), DIALOG_BOM::OnRunGenerator(), PCB_EDIT_FRAME::SavePcbFile(), SCH_EDIT_FRAME::SaveProject(), SIMULATOR_FRAME::showNetlistErrors(), SCH_EDITOR_CONTROL::SimProbe(), ERC_TESTER::TestSimModelIssues(), DIALOG_SIM_MODEL< T >::TransferDataToWindow(), and TEST_NETLIST_EXPORTER_FIXTURE< Exporter >::WriteNetlist().
|
inlinevirtualinherited |
Reimplemented in WX_HTML_REPORT_BOX.
Definition at line 130 of file reporter.h.
|
overridevirtual |
Returns true if the reporter client is non-empty.
Implements REPORTER.
Definition at line 97 of file reporter.cpp.
References m_string.
Referenced by SIMULATOR_FRAME_UI::applyTuners(), SPICE_GENERATOR_IBIS::IbisDevice(), GERBVIEW_FRAME::LoadGerberJobFile(), GERBVIEW_FRAME::LoadZipArchiveFile(), SIM_MODEL::MigrateSimModel(), DIALOG_SIM_MODEL< T >::onLibraryPathTextEnter(), SIMULATOR_FRAME::showNetlistErrors(), SCH_EDITOR_CONTROL::SimProbe(), ERC_TESTER::TestSimModelIssues(), and DIALOG_SIM_MODEL< T >::TransferDataToWindow().
|
overridevirtual |
Returns true if the reporter has one or more messages matching the specified severity mask.
Reimplemented from REPORTER.
Definition at line 103 of file reporter.cpp.
References m_severityMask.
Referenced by SIMULATOR_CONTROL::NewAnalysisTab(), and SIMULATOR_FRAME::showNetlistErrors().
|
inlineinherited |
Definition at line 117 of file reporter.h.
|
inherited |
Definition at line 46 of file reporter.cpp.
References From_UTF8(), and REPORTER::Report().
|
overridevirtual |
Report a string with a given severity.
aText | is the string to report. |
aSeverity | is an indicator ( RPT_UNDEFINED, RPT_INFO, RPT_WARNING, RPT_ERROR, RPT_ACTION ) used to filter and format messages |
Implements REPORTER.
Definition at line 76 of file reporter.cpp.
References m_severityMask, and m_string.
Referenced by SIMULATOR_FRAME_UI::applyTuners(), and GERBVIEW_FRAME::LoadListOfGerberAndDrillFiles().
|
inlinevirtualinherited |
Places the report at the beginning of the list for objects that support ordering.
Reimplemented in WX_HTML_PANEL_REPORTER.
Definition at line 109 of file reporter.h.
Referenced by BACK_ANNOTATE::applyChangelist(), BACK_ANNOTATE::getPcbModulesFromString(), DIALOG_IMPORT_NETLIST::loadNetlist(), DIALOG_ERC::OnRunERCClick(), BACK_ANNOTATE::processNetNameChange(), DIALOG_EXPORT_NETLIST::TransferDataFromWindow(), and SCH_EDIT_FRAME::WriteNetListFile().
|
inlinevirtualinherited |
Places the report at the end of the list, for objects that support report ordering.
Reimplemented in WX_HTML_PANEL_REPORTER.
Definition at line 100 of file reporter.h.
Referenced by SCH_EDIT_FRAME::AnnotateSymbols(), BACK_ANNOTATE::BackAnnotateSymbols(), BACK_ANNOTATE::checkForUnusedSymbols(), EXCELLON_WRITER::CreateDrillandMapFilesSet(), GERBER_WRITER::CreateDrillandMapFilesSet(), SCH_PLOTTER::createDXFFiles(), SCH_PLOTTER::createHPGLFiles(), SCH_PLOTTER::createPDFFile(), DIALOG_SYMBOL_REMAP::createProjectSymbolLibTable(), SCH_PLOTTER::createPSFiles(), SCH_PLOTTER::createSVGFiles(), BACK_ANNOTATE::getChangeList(), DIALOG_PLOT::Plot(), GERBER_JOBFILE_READER::ReadGerberJobFile(), BOARD_NETLIST_UPDATER::UpdateNetlist(), SCH_SCREEN::UpdateSymbolLinks(), and SCH_EDIT_FRAME::WriteNetListFile().
|
private |
Definition at line 193 of file reporter.h.
Referenced by Clear(), HasMessageOfSeverity(), and Report().
|
private |
Definition at line 192 of file reporter.h.
Referenced by Clear(), GetMessages(), HasMessage(), and Report().