KiCad PCB EDA Suite
Loading...
Searching...
No Matches
wx_html_report_panel_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b3)
3// http://www.wxformbuilder.org/
4//
5// PLEASE DO *NOT* EDIT THIS FILE!
7
8#pragma once
9
10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
12#include <wx/intl.h>
13#include "widgets/html_window.h"
14#include <wx/html/htmlwin.h>
15#include <wx/gdicmn.h>
16#include <wx/font.h>
17#include <wx/colour.h>
18#include <wx/settings.h>
19#include <wx/string.h>
20#include <wx/stattext.h>
21#include <wx/checkbox.h>
23#include <wx/button.h>
24#include <wx/bitmap.h>
25#include <wx/image.h>
26#include <wx/icon.h>
27#include <wx/sizer.h>
28#include <wx/statbox.h>
29#include <wx/panel.h>
30
32
33
37class WX_HTML_REPORT_PANEL_BASE : public wxPanel
38{
39 private:
40
41 protected:
42 wxStaticBoxSizer* m_box;
43 wxFlexGridSizer* m_fgSizer;
45 wxStaticText* m_staticTextShow;
46 wxCheckBox* m_checkBoxShowAll;
54
55 // Virtual event handlers, override them in your derived class
56 virtual void onRightClick( wxMouseEvent& event ) { event.Skip(); }
57 virtual void onCheckBoxShowAll( wxCommandEvent& event ) { event.Skip(); }
58 virtual void onCheckBoxShowErrors( wxCommandEvent& event ) { event.Skip(); }
59 virtual void onCheckBoxShowWarnings( wxCommandEvent& event ) { event.Skip(); }
60 virtual void onCheckBoxShowActions( wxCommandEvent& event ) { event.Skip(); }
61 virtual void onCheckBoxShowInfos( wxCommandEvent& event ) { event.Skip(); }
62 virtual void onBtnSaveToFile( wxCommandEvent& event ) { event.Skip(); }
63
64
65 public:
66
67 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 );
68
70
71};
72
const char * name
Definition: DXF_plotter.cpp:57
Add dark theme support to wxHtmlWindow.
Definition: html_window.h:34
A simple UI element that puts a number on top of a colored rounded rectangle with a fill color that s...
Definition: number_badge.h:39
Class WX_HTML_REPORT_PANEL_BASE.
virtual void onCheckBoxShowInfos(wxCommandEvent &event)
virtual void onCheckBoxShowActions(wxCommandEvent &event)
virtual void onCheckBoxShowErrors(wxCommandEvent &event)
virtual void onCheckBoxShowAll(wxCommandEvent &event)
virtual void onRightClick(wxMouseEvent &event)
virtual void onCheckBoxShowWarnings(wxCommandEvent &event)
virtual void onBtnSaveToFile(wxCommandEvent &event)