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

Class WX_HTML_REPORT_PANEL_BASE. More...

#include <wx_html_report_panel_base.h>

Inheritance diagram for WX_HTML_REPORT_PANEL_BASE:
WX_HTML_REPORT_PANEL

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 onCheckBoxShowAll (wxCommandEvent &event)
 
virtual void onCheckBoxShowErrors (wxCommandEvent &event)
 
virtual void onCheckBoxShowWarnings (wxCommandEvent &event)
 
virtual void onCheckBoxShowActions (wxCommandEvent &event)
 
virtual void onCheckBoxShowInfos (wxCommandEvent &event)
 
virtual void onBtnSaveToFile (wxCommandEvent &event)
 

Protected Attributes

wxStaticBoxSizer * m_box
 
wxFlexGridSizer * m_fgSizer
 
HTML_WINDOWm_htmlView
 
wxStaticText * m_staticTextShow
 
wxCheckBox * m_checkBoxShowAll
 
wxCheckBox * m_checkBoxShowErrors
 
NUMBER_BADGEm_errorsBadge
 
wxCheckBox * m_checkBoxShowWarnings
 
NUMBER_BADGEm_warningsBadge
 
wxCheckBox * m_checkBoxShowActions
 
wxCheckBox * m_checkBoxShowInfos
 
wxButton * m_btnSaveReportToFile
 

Detailed Description

Class WX_HTML_REPORT_PANEL_BASE.

Definition at line 37 of file wx_html_report_panel_base.h.

Constructor & Destructor Documentation

◆ WX_HTML_REPORT_PANEL_BASE()

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 
)

◆ ~WX_HTML_REPORT_PANEL_BASE()

Member Function Documentation

◆ onBtnSaveToFile()

virtual void WX_HTML_REPORT_PANEL_BASE::onBtnSaveToFile ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in WX_HTML_REPORT_PANEL.

Definition at line 62 of file wx_html_report_panel_base.h.

Referenced by WX_HTML_REPORT_PANEL_BASE(), and ~WX_HTML_REPORT_PANEL_BASE().

◆ onCheckBoxShowActions()

virtual void WX_HTML_REPORT_PANEL_BASE::onCheckBoxShowActions ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in WX_HTML_REPORT_PANEL.

Definition at line 60 of file wx_html_report_panel_base.h.

Referenced by WX_HTML_REPORT_PANEL_BASE(), and ~WX_HTML_REPORT_PANEL_BASE().

◆ onCheckBoxShowAll()

virtual void WX_HTML_REPORT_PANEL_BASE::onCheckBoxShowAll ( wxCommandEvent &  event)
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().

◆ onCheckBoxShowErrors()

virtual void WX_HTML_REPORT_PANEL_BASE::onCheckBoxShowErrors ( wxCommandEvent &  event)
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().

◆ onCheckBoxShowInfos()

virtual void WX_HTML_REPORT_PANEL_BASE::onCheckBoxShowInfos ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in WX_HTML_REPORT_PANEL.

Definition at line 61 of file wx_html_report_panel_base.h.

Referenced by WX_HTML_REPORT_PANEL_BASE(), and ~WX_HTML_REPORT_PANEL_BASE().

◆ onCheckBoxShowWarnings()

virtual void WX_HTML_REPORT_PANEL_BASE::onCheckBoxShowWarnings ( wxCommandEvent &  event)
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().

◆ onRightClick()

virtual void WX_HTML_REPORT_PANEL_BASE::onRightClick ( wxMouseEvent &  event)
inlineprotectedvirtual

Reimplemented in WX_HTML_REPORT_PANEL.

Definition at line 56 of file wx_html_report_panel_base.h.

Referenced by WX_HTML_REPORT_PANEL_BASE(), and ~WX_HTML_REPORT_PANEL_BASE().

Member Data Documentation

◆ m_box

wxStaticBoxSizer* WX_HTML_REPORT_PANEL_BASE::m_box
protected

◆ m_btnSaveReportToFile

wxButton* WX_HTML_REPORT_PANEL_BASE::m_btnSaveReportToFile
protected

◆ m_checkBoxShowActions

wxCheckBox* WX_HTML_REPORT_PANEL_BASE::m_checkBoxShowActions
protected

◆ m_checkBoxShowAll

wxCheckBox* WX_HTML_REPORT_PANEL_BASE::m_checkBoxShowAll
protected

◆ m_checkBoxShowErrors

wxCheckBox* WX_HTML_REPORT_PANEL_BASE::m_checkBoxShowErrors
protected

◆ m_checkBoxShowInfos

wxCheckBox* WX_HTML_REPORT_PANEL_BASE::m_checkBoxShowInfos
protected

◆ m_checkBoxShowWarnings

wxCheckBox* WX_HTML_REPORT_PANEL_BASE::m_checkBoxShowWarnings
protected

◆ m_errorsBadge

NUMBER_BADGE* WX_HTML_REPORT_PANEL_BASE::m_errorsBadge
protected

◆ m_fgSizer

wxFlexGridSizer* WX_HTML_REPORT_PANEL_BASE::m_fgSizer
protected

◆ m_htmlView

◆ m_staticTextShow

wxStaticText* WX_HTML_REPORT_PANEL_BASE::m_staticTextShow
protected

Definition at line 45 of file wx_html_report_panel_base.h.

Referenced by WX_HTML_REPORT_PANEL_BASE().

◆ m_warningsBadge

NUMBER_BADGE* WX_HTML_REPORT_PANEL_BASE::m_warningsBadge
protected

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