10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
17#include <wx/checkbox.h>
21#include <wx/settings.h>
23#include <wx/html/htmlwin.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>
41#define ID_NOTEBOOK1 1000
89 virtual void OnClose( wxCloseEvent& event ) {
event.Skip(); }
97 virtual void OnSeverity( wxCommandEvent& event ) {
event.Skip(); }
98 virtual void OnSaveReport( wxCommandEvent& event ) {
event.Skip(); }
107 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 );
wxCheckBox * m_cbRefillZones
wxHyperlinkCtrl * m_violationSeveritiesLink
virtual void OnCancelClick(wxCommandEvent &event)
virtual void OnSaveReport(wxCommandEvent &event)
wxPanel * m_panelMessages
wxButton * m_DeleteAllMarkersButton
wxNotebook * m_runningNotebook
wxPanel * m_panelUnconnectedItems
wxStdDialogButtonSizer * m_sdbSizer
wxCheckBox * m_showExclusions
wxCheckBox * m_showErrors
virtual void OnErrorLinkClicked(wxHtmlLinkEvent &event)
virtual void OnSeverity(wxCommandEvent &event)
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
virtual void OnDRCItemSelected(wxDataViewEvent &event)
wxCheckBox * m_cbTestFootprints
virtual void OnIgnoredItemRClick(wxListEvent &event)
wxCheckBox * m_showWarnings
wxBoxSizer * m_sizerButtons
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...
A simple UI element that puts a number on top of a colored rounded rectangle with a fill color that s...
A slimmed down version of WX_HTML_REPORT_PANEL.