KiCad PCB EDA Suite
|
A widget for browsing a rich text error/status report. More...
#include <wx_html_report_panel.h>
Classes | |
struct | REPORT_LINE |
Public Member Functions | |
WX_HTML_REPORT_PANEL (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(500, 300), long style=wxTAB_TRAVERSAL) | |
~WX_HTML_REPORT_PANEL () | |
Set the min size of the area which displays html messages: | |
void | MsgPanelSetMinSize (const wxSize &aMinSize) |
returns the reporter object that reports to this panel | |
REPORTER & | Reporter () |
void | Report (const wxString &aText, SEVERITY aSeverity, REPORTER::LOCATION aLocation=REPORTER::LOC_BODY) |
Reports the string. | |
void | Clear () |
return the number of messages matching the given severity mask. | |
int | Count (int severityMask) |
sets the frame label | |
void | SetLabel (const wxString &aLabel) override |
Sets the lazy update. | |
void | SetLazyUpdate (bool aLazyUpdate) |
Forces updating the HTML page, after the report is built in lazy mode If aSort = true, the body messages will be ordered by severity. | |
void | Flush (bool aSort=false) |
Set the visible severity filter. | |
void | SetVisibleSeverities (int aSeverities) |
int | GetVisibleSeverities () const |
void | SetShowSeverity (SEVERITY aSeverity, bool aValue) |
Set the report full file name to the string. | |
void | SetFileName (const wxString &aReportFileName) |
wxString & | GetFileName (void) |
Protected Attributes | |
wxStaticBoxSizer * | m_box |
wxFlexGridSizer * | m_fgSizer |
HTML_WINDOW * | m_htmlView |
wxStaticText * | m_staticTextShow |
wxCheckBox * | m_checkBoxShowAll |
wxCheckBox * | m_checkBoxShowErrors |
NUMBER_BADGE * | m_errorsBadge |
wxCheckBox * | m_checkBoxShowWarnings |
NUMBER_BADGE * | m_warningsBadge |
wxCheckBox * | m_checkBoxShowActions |
wxCheckBox * | m_checkBoxShowInfos |
wxButton * | m_btnSaveReportToFile |
Private Types | |
typedef std::vector< REPORT_LINE > | REPORT_LINES |
Private Member Functions | |
wxString | addHeader (const wxString &aBody) |
wxString | generateHtml (const REPORT_LINE &aLine) |
wxString | generatePlainText (const REPORT_LINE &aLine) |
void | updateBadges () |
void | scrollToBottom () |
void | syncCheckboxes () |
void | onRightClick (wxMouseEvent &event) override |
void | onMenuEvent (wxMenuEvent &event) |
void | onCheckBoxShowAll (wxCommandEvent &event) override |
void | onCheckBoxShowWarnings (wxCommandEvent &event) override |
void | onCheckBoxShowErrors (wxCommandEvent &event) override |
void | onCheckBoxShowInfos (wxCommandEvent &event) override |
void | onCheckBoxShowActions (wxCommandEvent &event) override |
void | onBtnSaveToFile (wxCommandEvent &event) override |
void | onThemeChanged (wxSysColourChangedEvent &aEvent) |
Private Attributes | |
WX_HTML_PANEL_REPORTER | m_reporter |
REPORT_LINES | m_report |
copy of the report, stored for filtering | |
REPORT_LINES | m_reportTail |
Lines to print at the end, regardless of sorting. | |
REPORT_LINES | m_reportHead |
... and at the beginning, regardless of sorting | |
int | m_severities |
message severities to display (mask) | |
bool | m_lazyUpdate |
wxString | m_reportFileName |
defaults to the not very useful /bin/report.txt | |
A widget for browsing a rich text error/status report.
Used in numerous dialogs in eeschema and pcbnew. Provides error filtering functionality and saving report files.
The messages are reported through a REPORTER object
Definition at line 64 of file wx_html_report_panel.h.
|
private |
Definition at line 131 of file wx_html_report_panel.h.
WX_HTML_REPORT_PANEL::WX_HTML_REPORT_PANEL | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize( 500,300 ) , |
||
long | style = wxTAB_TRAVERSAL |
||
) |
Definition at line 40 of file wx_html_report_panel.cpp.
References Flush(), KIUI::GetInfoFont(), WX_HTML_REPORT_PANEL_BASE::m_htmlView, onMenuEvent(), onThemeChanged(), and syncCheckboxes().
WX_HTML_REPORT_PANEL::~WX_HTML_REPORT_PANEL | ( | ) |
Set the min size of the area which displays html messages:
Definition at line 60 of file wx_html_report_panel.cpp.
|
private |
void WX_HTML_REPORT_PANEL::Clear | ( | ) |
return the number of messages matching the given severity mask.
Definition at line 410 of file wx_html_report_panel.cpp.
References m_report, m_reportHead, and m_reportTail.
Referenced by DIALOG_IMPORT_NETLIST::loadNetlist(), DIALOG_ANNOTATE::OnAnnotateClick(), DIALOG_ANNOTATE::OnClearAnnotationClick(), DIALOG_IMPORT_NETLIST::onFilenameChanged(), DIALOG_CHANGE_SYMBOLS::onOkButtonClicked(), DIALOG_EXCHANGE_FOOTPRINTS::OnOKClicked(), DIALOG_UPDATE_FROM_PCB::OnUpdateClick(), DIALOG_UPDATE_PCB::PerformUpdate(), and DIALOG_UPDATE_FROM_PCB::updateData().
int WX_HTML_REPORT_PANEL::Count | ( | int | severityMask | ) |
sets the frame label
Definition at line 163 of file wx_html_report_panel.cpp.
References m_report, m_reportHead, and m_reportTail.
Referenced by WX_HTML_PANEL_REPORTER::HasMessageOfSeverity(), and updateBadges().
void WX_HTML_REPORT_PANEL::Flush | ( | bool | aSort = false | ) |
Set the visible severity filter.
if aSeverities < 0 the m_showAll option is set
Definition at line 114 of file wx_html_report_panel.cpp.
References generateHtml(), WX_HTML_REPORT_PANEL_BASE::m_htmlView, m_report, m_reportHead, m_reportTail, scrollToBottom(), and HTML_WINDOW::SetPage().
Referenced by DIALOG_IMPORT_NETLIST::loadNetlist(), DIALOG_ANNOTATE::OnAnnotateClick(), DIALOG_BOARD_REANNOTATE::OnApplyClick(), onCheckBoxShowActions(), onCheckBoxShowAll(), onCheckBoxShowErrors(), onCheckBoxShowInfos(), onCheckBoxShowWarnings(), DIALOG_ANNOTATE::OnClearAnnotationClick(), DIALOG_CHANGE_SYMBOLS::onOkButtonClicked(), DIALOG_EXCHANGE_FOOTPRINTS::OnOKClicked(), onThemeChanged(), DIALOG_UPDATE_FROM_PCB::OnUpdateClick(), DIALOG_UPDATE_PCB::PerformUpdate(), DIALOG_UPDATE_FROM_PCB::updateData(), and WX_HTML_REPORT_PANEL().
|
private |
Definition at line 180 of file wx_html_report_panel.cpp.
References _, KIPLATFORM::UI::IsDarkTheme(), m_severities, WX_HTML_REPORT_PANEL::REPORT_LINE::message, RPT_SEVERITY_ACTION, RPT_SEVERITY_ERROR, RPT_SEVERITY_INFO, RPT_SEVERITY_WARNING, and WX_HTML_REPORT_PANEL::REPORT_LINE::severity.
|
private |
Definition at line 238 of file wx_html_report_panel.cpp.
References _, WX_HTML_REPORT_PANEL::REPORT_LINE::message, RPT_SEVERITY_ERROR, RPT_SEVERITY_INFO, RPT_SEVERITY_WARNING, and WX_HTML_REPORT_PANEL::REPORT_LINE::severity.
Referenced by onBtnSaveToFile().
wxString & WX_HTML_REPORT_PANEL::GetFileName | ( | void | ) |
Definition at line 447 of file wx_html_report_panel.cpp.
References m_reportFileName.
Referenced by DIALOG_BOARD_REANNOTATE::~DIALOG_BOARD_REANNOTATE().
int WX_HTML_REPORT_PANEL::GetVisibleSeverities | ( | ) | const |
Definition at line 435 of file wx_html_report_panel.cpp.
References m_severities.
Referenced by DIALOG_ANNOTATE::~DIALOG_ANNOTATE(), DIALOG_IMPORT_NETLIST::~DIALOG_IMPORT_NETLIST(), and DIALOG_UPDATE_PCB::~DIALOG_UPDATE_PCB().
void WX_HTML_REPORT_PANEL::MsgPanelSetMinSize | ( | const wxSize & | aMinSize | ) |
returns the reporter object that reports to this panel
Definition at line 73 of file wx_html_report_panel.cpp.
References WX_HTML_REPORT_PANEL_BASE::m_fgSizer.
Referenced by DIALOG_GEN_FOOTPRINT_POSITION::initDialog(), and DIALOG_ANNOTATE::InitValues().
|
overrideprivatevirtual |
Reimplemented from WX_HTML_REPORT_PANEL_BASE.
Definition at line 352 of file wx_html_report_panel.cpp.
References _, ConvertSmartQuotesAndDashes(), generatePlainText(), PROJECT::GetProjectPath(), m_report, m_reportFileName, m_reportHead, m_reportTail, KIWAY_HOLDER::Prj(), and FILEEXT::TextFileWildcard().
|
overrideprivatevirtual |
Reimplemented from WX_HTML_REPORT_PANEL_BASE.
Definition at line 340 of file wx_html_report_panel.cpp.
References Flush(), m_severities, RPT_SEVERITY_ACTION, and syncCheckboxes().
|
overrideprivatevirtual |
Reimplemented from WX_HTML_REPORT_PANEL_BASE.
Definition at line 282 of file wx_html_report_panel.cpp.
References Flush(), m_severities, RPT_SEVERITY_ALL, RPT_SEVERITY_ERROR, and syncCheckboxes().
|
overrideprivatevirtual |
Reimplemented from WX_HTML_REPORT_PANEL_BASE.
Definition at line 316 of file wx_html_report_panel.cpp.
References Flush(), m_severities, RPT_SEVERITY_ERROR, and syncCheckboxes().
|
overrideprivatevirtual |
Reimplemented from WX_HTML_REPORT_PANEL_BASE.
Definition at line 328 of file wx_html_report_panel.cpp.
References Flush(), m_severities, RPT_SEVERITY_INFO, and syncCheckboxes().
|
overrideprivatevirtual |
Reimplemented from WX_HTML_REPORT_PANEL_BASE.
Definition at line 304 of file wx_html_report_panel.cpp.
References Flush(), m_severities, RPT_SEVERITY_WARNING, and syncCheckboxes().
|
private |
Definition at line 258 of file wx_html_report_panel.cpp.
References WX_HTML_REPORT_PANEL_BASE::m_htmlView.
Referenced by WX_HTML_REPORT_PANEL().
|
overrideprivatevirtual |
Reimplemented from WX_HTML_REPORT_PANEL_BASE.
Definition at line 250 of file wx_html_report_panel.cpp.
|
private |
Definition at line 65 of file wx_html_report_panel.cpp.
References Flush().
Referenced by WX_HTML_REPORT_PANEL().
void WX_HTML_REPORT_PANEL::Report | ( | const wxString & | aText, |
SEVERITY | aSeverity, | ||
REPORTER::LOCATION | aLocation = REPORTER::LOC_BODY |
||
) |
Reports the string.
aText | string message to report |
aSeverity | string classification level bitfield |
aLocation | REPORTER::LOCATION enum for placement of message clears the report panel |
Definition at line 86 of file wx_html_report_panel.cpp.
References HTML_WINDOW::AppendToPage(), generateHtml(), REPORTER::LOC_HEAD, REPORTER::LOC_TAIL, WX_HTML_REPORT_PANEL_BASE::m_htmlView, m_lazyUpdate, m_report, m_reportHead, m_reportTail, WX_HTML_REPORT_PANEL::REPORT_LINE::message, scrollToBottom(), and WX_HTML_REPORT_PANEL::REPORT_LINE::severity.
Referenced by DIALOG_EXCHANGE_FOOTPRINTS::processFootprint(), DIALOG_CHANGE_SYMBOLS::processMatchingSymbols(), DIALOG_CHANGE_SYMBOLS::processSymbols(), WX_HTML_PANEL_REPORTER::Report(), WX_HTML_PANEL_REPORTER::ReportHead(), WX_HTML_PANEL_REPORTER::ReportTail(), and DIALOG_BOARD_REANNOTATE::ShowReport().
REPORTER & WX_HTML_REPORT_PANEL::Reporter | ( | ) |
Definition at line 80 of file wx_html_report_panel.cpp.
References m_reporter.
Referenced by DIALOG_PLOT::applyPlotSettings(), DIALOG_GEN_FOOTPRINT_POSITION::CreateAsciiFiles(), DIALOG_GEN_FOOTPRINT_POSITION::CreateGerberFiles(), DIALOG_GEN_FOOTPRINT_POSITION::DIALOG_GEN_FOOTPRINT_POSITION(), DIALOG_EXPORT_SVG::ExportSVGFile(), DIALOG_IMPORT_NETLIST::loadNetlist(), DIALOG_ANNOTATE::OnAnnotateClick(), DIALOG_ANNOTATE::OnClearAnnotationClick(), DIALOG_IMPORT_NETLIST::onFilenameChanged(), DIALOG_SYMBOL_REMAP::OnRemapSymbols(), DIALOG_UPDATE_FROM_PCB::OnUpdateClick(), DIALOG_UPDATE_PCB::PerformUpdate(), DIALOG_PLOT::Plot(), DIALOG_PLOT_SCHEMATIC::plotSchematic(), DIALOG_EXPORT_NETLIST::TransferDataFromWindow(), and DIALOG_UPDATE_FROM_PCB::updateData().
|
private |
Definition at line 141 of file wx_html_report_panel.cpp.
References WX_HTML_REPORT_PANEL_BASE::m_htmlView, and updateBadges().
void WX_HTML_REPORT_PANEL::SetFileName | ( | const wxString & | aReportFileName | ) |
Definition at line 441 of file wx_html_report_panel.cpp.
References m_reportFileName.
Referenced by DIALOG_ANNOTATE::DIALOG_ANNOTATE(), DIALOG_BOARD_REANNOTATE::DIALOG_BOARD_REANNOTATE(), DIALOG_CHANGE_SYMBOLS::DIALOG_CHANGE_SYMBOLS(), DIALOG_EXCHANGE_FOOTPRINTS::DIALOG_EXCHANGE_FOOTPRINTS(), DIALOG_EXPORT_SVG::DIALOG_EXPORT_SVG(), DIALOG_GEN_FOOTPRINT_POSITION::DIALOG_GEN_FOOTPRINT_POSITION(), DIALOG_IBIS_PARSER_REPORTER::DIALOG_IBIS_PARSER_REPORTER(), DIALOG_IMPORT_NETLIST::DIALOG_IMPORT_NETLIST(), DIALOG_PLOT::DIALOG_PLOT(), DIALOG_PLOT_SCHEMATIC::DIALOG_PLOT_SCHEMATIC(), DIALOG_SYMBOL_REMAP::DIALOG_SYMBOL_REMAP(), DIALOG_UPDATE_FROM_PCB::DIALOG_UPDATE_FROM_PCB(), DIALOG_UPDATE_PCB::DIALOG_UPDATE_PCB(), and DIALOG_BOARD_REANNOTATE::InitValues().
|
override |
Sets the lazy update.
If this mode is on, messages are stored but the display is not updated (Updating display can be very time consuming if there are many messages) A call to Flush() will be needed after build the report
Definition at line 418 of file wx_html_report_panel.cpp.
References WX_HTML_REPORT_PANEL_BASE::m_box.
Referenced by DIALOG_ANNOTATE::DIALOG_ANNOTATE(), DIALOG_IBIS_PARSER_REPORTER::DIALOG_IBIS_PARSER_REPORTER(), DIALOG_IMPORT_NETLIST::DIALOG_IMPORT_NETLIST(), DIALOG_UPDATE_FROM_PCB::DIALOG_UPDATE_FROM_PCB(), DIALOG_UPDATE_PCB::DIALOG_UPDATE_PCB(), DIALOG_UPDATE_PCB::OnUpdateClick(), and DIALOG_IMPORT_NETLIST::onUpdatePCB().
void WX_HTML_REPORT_PANEL::SetLazyUpdate | ( | bool | aLazyUpdate | ) |
Forces updating the HTML page, after the report is built in lazy mode If aSort = true, the body messages will be ordered by severity.
Definition at line 108 of file wx_html_report_panel.cpp.
References m_lazyUpdate.
Referenced by DIALOG_CHANGE_SYMBOLS::DIALOG_CHANGE_SYMBOLS(), DIALOG_EXCHANGE_FOOTPRINTS::DIALOG_EXCHANGE_FOOTPRINTS(), DIALOG_IBIS_PARSER_REPORTER::DIALOG_IBIS_PARSER_REPORTER(), DIALOG_UPDATE_FROM_PCB::DIALOG_UPDATE_FROM_PCB(), DIALOG_UPDATE_PCB::DIALOG_UPDATE_PCB(), DIALOG_BOARD_REANNOTATE::GetParameters(), DIALOG_IMPORT_NETLIST::loadNetlist(), DIALOG_ANNOTATE::OnAnnotateClick(), and DIALOG_BOARD_REANNOTATE::OnApplyClick().
void WX_HTML_REPORT_PANEL::SetShowSeverity | ( | SEVERITY | aSeverity, |
bool | aValue | ||
) |
Set the report full file name to the string.
Definition at line 453 of file wx_html_report_panel.cpp.
References WX_HTML_REPORT_PANEL_BASE::m_checkBoxShowActions, WX_HTML_REPORT_PANEL_BASE::m_checkBoxShowErrors, WX_HTML_REPORT_PANEL_BASE::m_checkBoxShowInfos, WX_HTML_REPORT_PANEL_BASE::m_checkBoxShowWarnings, RPT_SEVERITY_ACTION, RPT_SEVERITY_INFO, and RPT_SEVERITY_WARNING.
void WX_HTML_REPORT_PANEL::SetVisibleSeverities | ( | int | aSeverities | ) |
Definition at line 424 of file wx_html_report_panel.cpp.
References m_severities, RPT_SEVERITY_ALL, and syncCheckboxes().
Referenced by DIALOG_IMPORT_NETLIST::DIALOG_IMPORT_NETLIST(), DIALOG_UPDATE_PCB::DIALOG_UPDATE_PCB(), and DIALOG_ANNOTATE::InitValues().
|
private |
Definition at line 294 of file wx_html_report_panel.cpp.
References WX_HTML_REPORT_PANEL_BASE::m_checkBoxShowActions, WX_HTML_REPORT_PANEL_BASE::m_checkBoxShowAll, WX_HTML_REPORT_PANEL_BASE::m_checkBoxShowErrors, WX_HTML_REPORT_PANEL_BASE::m_checkBoxShowInfos, WX_HTML_REPORT_PANEL_BASE::m_checkBoxShowWarnings, m_severities, RPT_SEVERITY_ACTION, RPT_SEVERITY_ALL, RPT_SEVERITY_ERROR, RPT_SEVERITY_INFO, and RPT_SEVERITY_WARNING.
Referenced by onCheckBoxShowActions(), onCheckBoxShowAll(), onCheckBoxShowErrors(), onCheckBoxShowInfos(), onCheckBoxShowWarnings(), SetVisibleSeverities(), and WX_HTML_REPORT_PANEL().
|
private |
Definition at line 153 of file wx_html_report_panel.cpp.
References Count(), WX_HTML_REPORT_PANEL_BASE::m_errorsBadge, WX_HTML_REPORT_PANEL_BASE::m_warningsBadge, RPT_SEVERITY_ERROR, RPT_SEVERITY_WARNING, and NUMBER_BADGE::UpdateNumber().
Referenced by scrollToBottom().
|
protectedinherited |
Definition at line 43 of file wx_html_report_panel_base.h.
Referenced by SetLabel(), and WX_HTML_REPORT_PANEL_BASE::WX_HTML_REPORT_PANEL_BASE().
|
protectedinherited |
Definition at line 54 of file wx_html_report_panel_base.h.
Referenced by WX_HTML_REPORT_PANEL_BASE::WX_HTML_REPORT_PANEL_BASE(), and WX_HTML_REPORT_PANEL_BASE::~WX_HTML_REPORT_PANEL_BASE().
|
protectedinherited |
Definition at line 52 of file wx_html_report_panel_base.h.
Referenced by SetShowSeverity(), syncCheckboxes(), WX_HTML_REPORT_PANEL_BASE::WX_HTML_REPORT_PANEL_BASE(), and WX_HTML_REPORT_PANEL_BASE::~WX_HTML_REPORT_PANEL_BASE().
|
protectedinherited |
Definition at line 47 of file wx_html_report_panel_base.h.
Referenced by syncCheckboxes(), WX_HTML_REPORT_PANEL_BASE::WX_HTML_REPORT_PANEL_BASE(), and WX_HTML_REPORT_PANEL_BASE::~WX_HTML_REPORT_PANEL_BASE().
|
protectedinherited |
Definition at line 48 of file wx_html_report_panel_base.h.
Referenced by SetShowSeverity(), syncCheckboxes(), WX_HTML_REPORT_PANEL_BASE::WX_HTML_REPORT_PANEL_BASE(), and WX_HTML_REPORT_PANEL_BASE::~WX_HTML_REPORT_PANEL_BASE().
|
protectedinherited |
Definition at line 53 of file wx_html_report_panel_base.h.
Referenced by SetShowSeverity(), syncCheckboxes(), WX_HTML_REPORT_PANEL_BASE::WX_HTML_REPORT_PANEL_BASE(), and WX_HTML_REPORT_PANEL_BASE::~WX_HTML_REPORT_PANEL_BASE().
|
protectedinherited |
Definition at line 50 of file wx_html_report_panel_base.h.
Referenced by SetShowSeverity(), syncCheckboxes(), WX_HTML_REPORT_PANEL_BASE::WX_HTML_REPORT_PANEL_BASE(), and WX_HTML_REPORT_PANEL_BASE::~WX_HTML_REPORT_PANEL_BASE().
|
protectedinherited |
Definition at line 49 of file wx_html_report_panel_base.h.
Referenced by updateBadges(), and WX_HTML_REPORT_PANEL_BASE::WX_HTML_REPORT_PANEL_BASE().
|
protectedinherited |
Definition at line 44 of file wx_html_report_panel_base.h.
Referenced by MsgPanelSetMinSize(), and WX_HTML_REPORT_PANEL_BASE::WX_HTML_REPORT_PANEL_BASE().
|
protectedinherited |
Definition at line 45 of file wx_html_report_panel_base.h.
Referenced by Flush(), onMenuEvent(), Report(), scrollToBottom(), WX_HTML_REPORT_PANEL(), WX_HTML_REPORT_PANEL_BASE::WX_HTML_REPORT_PANEL_BASE(), and WX_HTML_REPORT_PANEL_BASE::~WX_HTML_REPORT_PANEL_BASE().
|
private |
Definition at line 161 of file wx_html_report_panel.h.
Referenced by Report(), and SetLazyUpdate().
|
private |
copy of the report, stored for filtering
Definition at line 156 of file wx_html_report_panel.h.
Referenced by Clear(), Count(), Flush(), onBtnSaveToFile(), and Report().
|
private |
Definition at line 154 of file wx_html_report_panel.h.
Referenced by Reporter().
|
private |
defaults to the not very useful /bin/report.txt
Definition at line 163 of file wx_html_report_panel.h.
Referenced by GetFileName(), onBtnSaveToFile(), and SetFileName().
|
private |
... and at the beginning, regardless of sorting
Definition at line 158 of file wx_html_report_panel.h.
Referenced by Clear(), Count(), Flush(), onBtnSaveToFile(), and Report().
|
private |
Lines to print at the end, regardless of sorting.
Definition at line 157 of file wx_html_report_panel.h.
Referenced by Clear(), Count(), Flush(), onBtnSaveToFile(), and Report().
|
private |
message severities to display (mask)
Definition at line 160 of file wx_html_report_panel.h.
Referenced by generateHtml(), GetVisibleSeverities(), onCheckBoxShowActions(), onCheckBoxShowAll(), onCheckBoxShowErrors(), onCheckBoxShowInfos(), onCheckBoxShowWarnings(), SetVisibleSeverities(), and syncCheckboxes().
|
protectedinherited |
Definition at line 46 of file wx_html_report_panel_base.h.
Referenced by WX_HTML_REPORT_PANEL_BASE::WX_HTML_REPORT_PANEL_BASE().
|
protectedinherited |
Definition at line 51 of file wx_html_report_panel_base.h.
Referenced by updateBadges(), and WX_HTML_REPORT_PANEL_BASE::WX_HTML_REPORT_PANEL_BASE().