10#include <wx/artprov.h> 
   11#include <wx/xrc/xmlres.h> 
   14#include <wx/html/htmlwin.h> 
   18#include <wx/settings.h> 
   20#include <wx/stattext.h> 
   21#include <wx/checkbox.h> 
   28#include <wx/statbox.h> 
   58        virtual void onCheckBox( wxCommandEvent& event ) { 
event.Skip(); }
 
   64        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 );
 
 
Add dark theme support to wxHtmlWindow.
 
A simple UI element that puts a number on top of a colored rounded rectangle with a fill color that s...
 
Class WX_HTML_REPORT_PANEL_BASE.
 
wxCheckBox * m_checkBoxShowAll
 
NUMBER_BADGE * m_warningsBadge
 
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)
 
NUMBER_BADGE * m_errorsBadge
 
wxFlexGridSizer * m_fgSizer
 
virtual void onRightClick(wxMouseEvent &event)
 
wxCheckBox * m_checkBoxShowActions
 
virtual void onCheckBox(wxCommandEvent &event)
 
wxCheckBox * m_checkBoxShowWarnings
 
wxStaticText * m_staticTextShow
 
wxCheckBox * m_checkBoxShowErrors
 
virtual void onBtnSaveToFile(wxCommandEvent &event)
 
wxCheckBox * m_checkBoxShowInfos
 
wxButton * m_btnSaveReportToFile