KiCad PCB EDA Suite
|
Class WX_HTML_REPORT_PANEL_BASE. More...
#include <wx_html_report_panel_base.h>
Public Member Functions | |
WX_HTML_REPORT_PANEL_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString) | |
~WX_HTML_REPORT_PANEL_BASE () | |
Protected Member Functions | |
virtual void | onRightClick (wxMouseEvent &event) |
virtual void | onCheckBox (wxCommandEvent &event) |
virtual void | onBtnSaveToFile (wxCommandEvent &event) |
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 |
Class WX_HTML_REPORT_PANEL_BASE.
Definition at line 38 of file wx_html_report_panel_base.h.
WX_HTML_REPORT_PANEL_BASE::WX_HTML_REPORT_PANEL_BASE | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize( -1,-1 ) , |
||
long | style = wxTAB_TRAVERSAL , |
||
const wxString & | name = wxEmptyString |
||
) |
Definition at line 12 of file wx_html_report_panel_base.cpp.
References _, m_box, m_btnSaveReportToFile, m_checkBoxShowActions, m_checkBoxShowAll, m_checkBoxShowErrors, m_checkBoxShowInfos, m_checkBoxShowWarnings, m_errorsBadge, m_fgSizer, m_htmlView, m_staticTextShow, m_warningsBadge, onBtnSaveToFile(), onCheckBox(), and onRightClick().
WX_HTML_REPORT_PANEL_BASE::~WX_HTML_REPORT_PANEL_BASE | ( | ) |
Definition at line 103 of file wx_html_report_panel_base.cpp.
References m_btnSaveReportToFile, m_checkBoxShowActions, m_checkBoxShowAll, m_checkBoxShowErrors, m_checkBoxShowInfos, m_checkBoxShowWarnings, m_htmlView, onBtnSaveToFile(), onCheckBox(), and onRightClick().
|
inlineprotectedvirtual |
Reimplemented in WX_HTML_REPORT_PANEL.
Definition at line 59 of file wx_html_report_panel_base.h.
Referenced by WX_HTML_REPORT_PANEL_BASE(), and ~WX_HTML_REPORT_PANEL_BASE().
|
inlineprotectedvirtual |
Reimplemented in WX_HTML_REPORT_PANEL.
Definition at line 58 of file wx_html_report_panel_base.h.
Referenced by WX_HTML_REPORT_PANEL_BASE(), and ~WX_HTML_REPORT_PANEL_BASE().
|
inlineprotectedvirtual |
Reimplemented in WX_HTML_REPORT_PANEL.
Definition at line 57 of file wx_html_report_panel_base.h.
Referenced by WX_HTML_REPORT_PANEL_BASE(), and ~WX_HTML_REPORT_PANEL_BASE().
|
protected |
Definition at line 43 of file wx_html_report_panel_base.h.
Referenced by WX_HTML_REPORT_PANEL::SetLabel(), and WX_HTML_REPORT_PANEL_BASE().
|
protected |
Definition at line 54 of file wx_html_report_panel_base.h.
Referenced by WX_HTML_REPORT_PANEL_BASE(), and ~WX_HTML_REPORT_PANEL_BASE().
|
protected |
Definition at line 52 of file wx_html_report_panel_base.h.
Referenced by WX_HTML_REPORT_PANEL::GetVisibleSeverities(), WX_HTML_REPORT_PANEL_BASE(), and ~WX_HTML_REPORT_PANEL_BASE().
|
protected |
Definition at line 47 of file wx_html_report_panel_base.h.
Referenced by WX_HTML_REPORT_PANEL::onCheckBox(), WX_HTML_REPORT_PANEL_BASE(), and ~WX_HTML_REPORT_PANEL_BASE().
|
protected |
Definition at line 48 of file wx_html_report_panel_base.h.
Referenced by WX_HTML_REPORT_PANEL::GetVisibleSeverities(), WX_HTML_REPORT_PANEL_BASE(), and ~WX_HTML_REPORT_PANEL_BASE().
|
protected |
Definition at line 53 of file wx_html_report_panel_base.h.
Referenced by WX_HTML_REPORT_PANEL::GetVisibleSeverities(), WX_HTML_REPORT_PANEL_BASE(), and ~WX_HTML_REPORT_PANEL_BASE().
|
protected |
Definition at line 50 of file wx_html_report_panel_base.h.
Referenced by WX_HTML_REPORT_PANEL::GetVisibleSeverities(), WX_HTML_REPORT_PANEL_BASE(), and ~WX_HTML_REPORT_PANEL_BASE().
|
protected |
Definition at line 49 of file wx_html_report_panel_base.h.
Referenced by WX_HTML_REPORT_PANEL::updateBadges(), and WX_HTML_REPORT_PANEL_BASE().
|
protected |
Definition at line 44 of file wx_html_report_panel_base.h.
Referenced by WX_HTML_REPORT_PANEL::MsgPanelSetMinSize(), and WX_HTML_REPORT_PANEL_BASE().
|
protected |
Definition at line 45 of file wx_html_report_panel_base.h.
Referenced by WX_HTML_REPORT_PANEL::Flush(), WX_HTML_REPORT_PANEL::onMenuEvent(), WX_HTML_REPORT_PANEL::Report(), WX_HTML_REPORT_PANEL::scrollToBottom(), WX_HTML_REPORT_PANEL::WX_HTML_REPORT_PANEL(), WX_HTML_REPORT_PANEL_BASE(), and ~WX_HTML_REPORT_PANEL_BASE().
|
protected |
Definition at line 46 of file wx_html_report_panel_base.h.
Referenced by WX_HTML_REPORT_PANEL_BASE().
|
protected |
Definition at line 51 of file wx_html_report_panel_base.h.
Referenced by WX_HTML_REPORT_PANEL::updateBadges(), and WX_HTML_REPORT_PANEL_BASE().