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 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>
15
16#include "dialog_shim.h"
17#include <wx/sizer.h>
18#include <wx/gdicmn.h>
19#include <wx/string.h>
20#include <wx/checkbox.h>
21#include <wx/font.h>
22#include <wx/colour.h>
23#include <wx/settings.h>
24#include <wx/bmpbuttn.h>
25#include <wx/bitmap.h>
26#include <wx/image.h>
27#include <wx/icon.h>
28#include <wx/button.h>
29#include <wx/gbsizer.h>
30#include <wx/html/htmlwin.h>
31#include <wx/gauge.h>
32#include <wx/panel.h>
33#include <wx/notebook.h>
34#include <wx/dataview.h>
35#include <wx/listctrl.h>
36#include <wx/hyperlink.h>
37#include <wx/simplebook.h>
38#include <wx/stattext.h>
40#include <wx/dialog.h>
41
43
48{
49 private:
51
52 protected:
53 wxCheckBox* m_cbRefillZones;
54 wxCheckBox* m_cbTestFootprints;
56 wxSimplebook* m_runningResultsBook;
57 wxPanel* running;
58 wxNotebook* m_runningNotebook;
61 wxGauge* m_gauge;
62 wxPanel* results;
63 wxNotebook* m_Notebook;
65 wxDataViewCtrl* m_markerDataView;
66 wxDataViewCtrl* m_unconnectedDataView;
68 wxDataViewCtrl* m_footprintsDataView;
70 wxListCtrl* m_ignoredList;
71 wxHyperlinkCtrl* m_violationSeveritiesLink;
72 wxStaticText* m_showLabel;
73 wxCheckBox* m_showAll;
74 wxCheckBox* m_showErrors;
76 wxCheckBox* m_showWarnings;
78 wxCheckBox* m_showExclusions;
80 wxButton* m_saveReport;
81 wxBoxSizer* m_sizerButtons;
84 wxStdDialogButtonSizer* m_sdbSizer;
85 wxButton* m_sdbSizerOK;
87
88 // Virtual event handlers, override them in your derived class
89 virtual void OnActivateDlg( wxActivateEvent& event ) { event.Skip(); }
90 virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
91 virtual void OnMenu( wxCommandEvent& event ) { event.Skip(); }
92 virtual void OnErrorLinkClicked( wxHtmlLinkEvent& event ) { event.Skip(); }
93 virtual void OnChangingNotebookPage( wxNotebookEvent& event ) { event.Skip(); }
94 virtual void OnDRCItemDClick( wxDataViewEvent& event ) { event.Skip(); }
95 virtual void OnDRCItemRClick( wxDataViewEvent& event ) { event.Skip(); }
96 virtual void OnDRCItemSelected( wxDataViewEvent& event ) { event.Skip(); }
97 virtual void OnIgnoredItemRClick( wxListEvent& event ) { event.Skip(); }
98 virtual void OnEditViolationSeverities( wxHyperlinkEvent& event ) { event.Skip(); }
99 virtual void OnSeverity( wxCommandEvent& event ) { event.Skip(); }
100 virtual void OnSaveReport( wxCommandEvent& event ) { event.Skip(); }
101 virtual void OnDeleteOneClick( wxCommandEvent& event ) { event.Skip(); }
102 virtual void OnDeleteAllClick( wxCommandEvent& event ) { event.Skip(); }
103 virtual void OnCancelClick( wxCommandEvent& event ) { event.Skip(); }
104 virtual void OnRunDRCClick( wxCommandEvent& event ) { event.Skip(); }
105
106
107 public:
108
109 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 );
110
112
113};
114
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
wxPanel * m_panelFootprintWarnings
NUMBER_BADGE * m_exclusionsBadge
wxSimplebook * m_runningResultsBook
virtual void OnMenu(wxCommandEvent &event)
virtual void OnClose(wxCloseEvent &event)
wxButton * m_DeleteCurrentMarkerButton
STD_BITMAP_BUTTON * m_bMenu
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
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)
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_SHIM(wxWindow *aParent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, const wxString &name=wxDialogNameStr)
A simple UI element that puts a number on top of a colored rounded rectangle with a fill color that s...
A bitmap button widget that behaves like a standard dialog button except with an icon.
A slimmed down version of WX_HTML_REPORT_PANEL.
#define _(s)