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 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>
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
36{
37 private:
38
39 protected:
40 wxDataViewCtrl* m_markersDataView;
41 wxStaticText* m_showLabel;
42 wxCheckBox* m_showAll;
43 wxCheckBox* m_showErrors;
45 wxCheckBox* m_showWarnings;
47 wxCheckBox* m_showExclusions;
51 wxStdDialogButtonSizer* m_sdbSizer;
52 wxButton* m_sdbSizerOK;
54
55 // Virtual event handlers, override them in your derived class
56 virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
57 virtual void OnSelectItem( wxDataViewEvent& event ) { event.Skip(); }
58 virtual void OnLeftDClickItem( wxMouseEvent& event ) { event.Skip(); }
59 virtual void OnSeverity( wxCommandEvent& event ) { event.Skip(); }
60 virtual void OnDeleteOneClick( wxCommandEvent& event ) { event.Skip(); }
61 virtual void OnDeleteAllClick( wxCommandEvent& event ) { event.Skip(); }
62 virtual void OnCancelClick( wxCommandEvent& event ) { event.Skip(); }
63 virtual void OnRunChecksClick( wxCommandEvent& event ) { event.Skip(); }
64
65
66 public:
67
68 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 );
69
71
72};
73
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)
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)
virtual void OnSelectItem(wxDataViewEvent &event)
virtual void OnSeverity(wxCommandEvent &event)
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...
#define _(s)