KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_footprint_checker_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>
13#include "dialog_shim.h"
14#include <wx/dataview.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/sizer.h>
24#include <wx/button.h>
25#include <wx/bitmap.h>
26#include <wx/image.h>
27#include <wx/icon.h>
28#include <wx/dialog.h>
29
31
32
37{
38 private:
39
40 protected:
41 wxDataViewCtrl* m_markersDataView;
42 wxStaticText* m_showLabel;
43 wxCheckBox* m_showAll;
44 wxCheckBox* m_showErrors;
46 wxCheckBox* m_showWarnings;
48 wxCheckBox* m_showExclusions;
52 wxStdDialogButtonSizer* m_sdbSizer;
53 wxButton* m_sdbSizerOK;
55
56 // Virtual event handlers, override them in your derived class
57 virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
58 virtual void OnSelectItem( wxDataViewEvent& event ) { event.Skip(); }
59 virtual void OnLeftDClickItem( wxMouseEvent& event ) { event.Skip(); }
60 virtual void OnSeverity( wxCommandEvent& event ) { event.Skip(); }
61 virtual void OnDeleteOneClick( wxCommandEvent& event ) { event.Skip(); }
62 virtual void OnDeleteAllClick( wxCommandEvent& event ) { event.Skip(); }
63 virtual void OnCancelClick( wxCommandEvent& event ) { event.Skip(); }
64 virtual void OnRunChecksClick( wxCommandEvent& event ) { event.Skip(); }
65
66
67 public:
68
69 DIALOG_FOOTPRINT_CHECKER_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Footprint Checker"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
70
72
73};
74
Class DIALOG_FOOTPRINT_CHECKER_BASE.
virtual void OnDeleteOneClick(wxCommandEvent &event)
virtual void OnRunChecksClick(wxCommandEvent &event)
virtual void OnClose(wxCloseEvent &event)
virtual void OnCancelClick(wxCommandEvent &event)
virtual void OnLeftDClickItem(wxMouseEvent &event)
virtual void OnDeleteAllClick(wxCommandEvent &event)
virtual void OnSelectItem(wxDataViewEvent &event)
virtual void OnSeverity(wxCommandEvent &event)
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
#define _(s)