KiCad PCB EDA Suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
dialog_drc_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>
14
15#include "dialog_shim.h"
16#include <wx/string.h>
17#include <wx/checkbox.h>
18#include <wx/gdicmn.h>
19#include <wx/font.h>
20#include <wx/colour.h>
21#include <wx/settings.h>
22#include <wx/sizer.h>
23#include <wx/html/htmlwin.h>
24#include <wx/gauge.h>
25#include <wx/panel.h>
26#include <wx/bitmap.h>
27#include <wx/image.h>
28#include <wx/icon.h>
29#include <wx/notebook.h>
30#include <wx/dataview.h>
31#include <wx/listctrl.h>
32#include <wx/hyperlink.h>
33#include <wx/simplebook.h>
34#include <wx/stattext.h>
36#include <wx/button.h>
37#include <wx/dialog.h>
38
40
45{
46 private:
48
49 protected:
50 wxCheckBox* m_cbRefillZones;
52 wxCheckBox* m_cbTestFootprints;
53 wxSimplebook* m_runningResultsBook;
54 wxPanel* running;
55 wxNotebook* m_runningNotebook;
58 wxGauge* m_gauge;
59 wxPanel* results;
60 wxNotebook* m_Notebook;
62 wxDataViewCtrl* m_markerDataView;
63 wxDataViewCtrl* m_unconnectedDataView;
65 wxDataViewCtrl* m_footprintsDataView;
67 wxListCtrl* m_ignoredList;
68 wxHyperlinkCtrl* m_violationSeveritiesLink;
69 wxStaticText* m_showLabel;
70 wxCheckBox* m_showAll;
71 wxCheckBox* m_showErrors;
73 wxCheckBox* m_showWarnings;
75 wxCheckBox* m_showExclusions;
77 wxButton* m_saveReport;
78 wxBoxSizer* m_sizerButtons;
81 wxStdDialogButtonSizer* m_sdbSizer;
82 wxButton* m_sdbSizerOK;
84
85 // Virtual event handlers, override them in your derived class
86 virtual void OnActivateDlg( wxActivateEvent& event ) { event.Skip(); }
87 virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
88 virtual void OnErrorLinkClicked( wxHtmlLinkEvent& event ) { event.Skip(); }
89 virtual void OnChangingNotebookPage( wxNotebookEvent& event ) { event.Skip(); }
90 virtual void OnDRCItemDClick( wxDataViewEvent& event ) { event.Skip(); }
91 virtual void OnDRCItemRClick( wxDataViewEvent& event ) { event.Skip(); }
92 virtual void OnDRCItemSelected( wxDataViewEvent& event ) { event.Skip(); }
93 virtual void OnIgnoredItemRClick( wxListEvent& event ) { event.Skip(); }
94 virtual void OnEditViolationSeverities( wxHyperlinkEvent& event ) { event.Skip(); }
95 virtual void OnSeverity( wxCommandEvent& event ) { event.Skip(); }
96 virtual void OnSaveReport( wxCommandEvent& event ) { event.Skip(); }
97 virtual void OnDeleteOneClick( wxCommandEvent& event ) { event.Skip(); }
98 virtual void OnDeleteAllClick( wxCommandEvent& event ) { event.Skip(); }
99 virtual void OnCancelClick( wxCommandEvent& event ) { event.Skip(); }
100 virtual void OnRunDRCClick( wxCommandEvent& event ) { event.Skip(); }
101
102
103 public:
104
105 DIALOG_DRC_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Design Rules Checker"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
106
108
109};
110
Class DIALOG_DRC_BASE.
wxCheckBox * m_cbRefillZones
wxHyperlinkCtrl * m_violationSeveritiesLink
virtual void OnCancelClick(wxCommandEvent &event)
virtual void OnSaveReport(wxCommandEvent &event)
wxPanel * m_panelMessages
wxCheckBox * m_showAll
wxButton * m_DeleteAllMarkersButton
wxNotebook * m_runningNotebook
wxPanel * m_panelUnconnectedItems
wxStdDialogButtonSizer * m_sdbSizer
wxCheckBox * m_showExclusions
wxNotebook * m_Notebook
wxCheckBox * m_showErrors
virtual void OnErrorLinkClicked(wxHtmlLinkEvent &event)
virtual void OnSeverity(wxCommandEvent &event)
wxPanel * m_panelIgnored
virtual void OnActivateDlg(wxActivateEvent &event)
virtual void OnChangingNotebookPage(wxNotebookEvent &event)
wxDataViewCtrl * m_unconnectedDataView
virtual void OnDeleteAllClick(wxCommandEvent &event)
wxDataViewCtrl * m_footprintsDataView
NUMBER_BADGE * m_warningsBadge
wxCheckBox * m_cbReportAllTrackErrors
wxPanel * m_panelFootprintWarnings
NUMBER_BADGE * m_exclusionsBadge
wxSimplebook * m_runningResultsBook
virtual void OnClose(wxCloseEvent &event)
wxButton * m_DeleteCurrentMarkerButton
virtual void OnRunDRCClick(wxCommandEvent &event)
virtual void OnDeleteOneClick(wxCommandEvent &event)
wxButton * m_sdbSizerCancel
wxStaticText * m_showLabel
wxButton * m_saveReport
virtual void OnDRCItemSelected(wxDataViewEvent &event)
wxCheckBox * m_cbTestFootprints
virtual void OnIgnoredItemRClick(wxListEvent &event)
wxCheckBox * m_showWarnings
wxBoxSizer * m_sizerButtons
wxButton * m_sdbSizerOK
wxListCtrl * m_ignoredList
NUMBER_BADGE * m_errorsBadge
WX_HTML_REPORT_BOX * m_messages
wxPanel * m_panelViolations
virtual void OnDRCItemRClick(wxDataViewEvent &event)
virtual void OnDRCItemDClick(wxDataViewEvent &event)
virtual void OnEditViolationSeverities(wxHyperlinkEvent &event)
wxDataViewCtrl * m_markerDataView
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:52
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
A slimmed down version of WX_HTML_REPORT_PANEL.
#define _(s)