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 4.2.1-0-g80c4cb6)
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
31#include "kicommon.h"
32
34
39{
40 private:
41
42 protected:
43 wxStaticBoxSizer* m_box;
44 wxFlexGridSizer* m_fgSizer;
46 wxStaticText* m_staticTextShow;
47 wxCheckBox* m_checkBoxShowAll;
55
56 // Virtual event handlers, override them in your derived class
57 virtual void onRightClick( wxMouseEvent& event ) { event.Skip(); }
58 virtual void onCheckBoxShowAll( wxCommandEvent& event ) { event.Skip(); }
59 virtual void onCheckBoxShowErrors( wxCommandEvent& event ) { event.Skip(); }
60 virtual void onCheckBoxShowWarnings( wxCommandEvent& event ) { event.Skip(); }
61 virtual void onCheckBoxShowActions( wxCommandEvent& event ) { event.Skip(); }
62 virtual void onCheckBoxShowInfos( wxCommandEvent& event ) { event.Skip(); }
63 virtual void onBtnSaveToFile( wxCommandEvent& event ) { event.Skip(); }
64
65
66 public:
67
68 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 );
69
71
72};
73
const char * name
Definition: DXF_plotter.cpp:57
Add dark theme support to wxHtmlWindow.
Definition: html_window.h:35
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:40
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)
#define KICOMMON_API
Definition: kicommon.h:28