KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_drc_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
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
41#define ID_NOTEBOOK1 1000
42
47{
48 private:
50
51 protected:
52 wxCheckBox* m_cbRefillZones;
54 wxCheckBox* m_cbTestFootprints;
55 wxSimplebook* m_runningResultsBook;
56 wxPanel* running;
57 wxNotebook* m_runningNotebook;
60 wxGauge* m_gauge;
61 wxPanel* results;
62 wxNotebook* m_Notebook;
64 wxDataViewCtrl* m_markerDataView;
65 wxDataViewCtrl* m_unconnectedDataView;
67 wxDataViewCtrl* m_footprintsDataView;
69 wxListCtrl* m_ignoredList;
70 wxHyperlinkCtrl* m_violationSeveritiesLink;
71 wxStaticText* m_showLabel;
72 wxCheckBox* m_showAll;
73 wxCheckBox* m_showErrors;
75 wxCheckBox* m_showWarnings;
77 wxCheckBox* m_showExclusions;
79 wxButton* m_saveReport;
80 wxBoxSizer* m_sizerButtons;
83 wxStdDialogButtonSizer* m_sdbSizer;
84 wxButton* m_sdbSizerOK;
86
87 // Virtual event handlers, override them in your derived class
88 virtual void OnActivateDlg( wxActivateEvent& event ) { event.Skip(); }
89 virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
90 virtual void OnErrorLinkClicked( wxHtmlLinkEvent& event ) { event.Skip(); }
91 virtual void OnChangingNotebookPage( wxNotebookEvent& event ) { event.Skip(); }
92 virtual void OnDRCItemDClick( wxDataViewEvent& event ) { event.Skip(); }
93 virtual void OnDRCItemRClick( wxDataViewEvent& event ) { event.Skip(); }
94 virtual void OnDRCItemSelected( wxDataViewEvent& event ) { event.Skip(); }
95 virtual void OnEditViolationSeverities( wxHyperlinkEvent& event ) { event.Skip(); }
96 virtual void OnSeverity( wxCommandEvent& event ) { event.Skip(); }
97 virtual void OnSaveReport( wxCommandEvent& event ) { event.Skip(); }
98 virtual void OnDeleteOneClick( wxCommandEvent& event ) { event.Skip(); }
99 virtual void OnDeleteAllClick( wxCommandEvent& event ) { event.Skip(); }
100 virtual void OnCancelClick( wxCommandEvent& event ) { event.Skip(); }
101 virtual void OnRunDRCClick( wxCommandEvent& event ) { event.Skip(); }
102
103
104 public:
105
106 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 );
107
109
110};
111
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
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:84
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
A slimmed down version of WX_HTML_REPORT_PANEL.
#define _(s)