KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_exchange_footprints_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>
15
16#include "dialog_shim.h"
17#include <wx/string.h>
18#include <wx/radiobut.h>
19#include <wx/gdicmn.h>
20#include <wx/font.h>
21#include <wx/colour.h>
22#include <wx/settings.h>
23#include <wx/textctrl.h>
24#include <wx/gbsizer.h>
25#include <wx/bmpbuttn.h>
26#include <wx/bitmap.h>
27#include <wx/image.h>
28#include <wx/icon.h>
29#include <wx/button.h>
30#include <wx/sizer.h>
31#include <wx/statline.h>
32#include <wx/stattext.h>
33#include <wx/checkbox.h>
34#include <wx/statbox.h>
35#include <wx/panel.h>
36#include <wx/dialog.h>
37
39
40
45{
46 private:
47
48 protected:
49 wxBoxSizer* m_mainSizer;
50 wxGridBagSizer* m_upperSizer;
51 wxRadioButton* m_matchAll;
52 wxRadioButton* m_matchSelected;
53 wxRadioButton* m_matchSpecifiedRef;
54 wxTextCtrl* m_specifiedRef;
55 wxRadioButton* m_matchSpecifiedValue;
56 wxTextCtrl* m_specifiedValue;
57 wxRadioButton* m_matchSpecifiedID;
58 wxTextCtrl* m_specifiedID;
60 wxBoxSizer* m_changeSizer;
61 wxTextCtrl* m_newID;
63 wxStaticBoxSizer* m_updateOptionsSizer;
64 wxCheckBox* m_removeExtraBox;
68 wxCheckBox* m_reset3DModels;
70 wxStdDialogButtonSizer* m_sdbSizer;
71 wxButton* m_sdbSizerOK;
73
74 // Virtual event handlers, override them in your derived class
75 virtual void updateMatchModeRadioButtons( wxUpdateUIEvent& event ) { event.Skip(); }
76 virtual void OnMatchAllClicked( wxCommandEvent& event ) { event.Skip(); }
77 virtual void OnMatchSelectedClicked( wxCommandEvent& event ) { event.Skip(); }
78 virtual void OnMatchRefClicked( wxCommandEvent& event ) { event.Skip(); }
79 virtual void OnMatchValueClicked( wxCommandEvent& event ) { event.Skip(); }
80 virtual void OnMatchIDClicked( wxCommandEvent& event ) { event.Skip(); }
81 virtual void ViewAndSelectFootprint( wxCommandEvent& event ) { event.Skip(); }
82 virtual void OnOKClicked( wxCommandEvent& event ) { event.Skip(); }
83
84
85 public:
86
87 DIALOG_EXCHANGE_FOOTPRINTS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Update Footprints from Library"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
88
90
91};
92
Class DIALOG_EXCHANGE_FOOTPRINTS_BASE.
virtual void OnMatchValueClicked(wxCommandEvent &event)
virtual void OnOKClicked(wxCommandEvent &event)
virtual void OnMatchIDClicked(wxCommandEvent &event)
virtual void OnMatchAllClicked(wxCommandEvent &event)
virtual void ViewAndSelectFootprint(wxCommandEvent &event)
virtual void OnMatchRefClicked(wxCommandEvent &event)
virtual void updateMatchModeRadioButtons(wxUpdateUIEvent &event)
virtual void OnMatchSelectedClicked(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 bitmap button widget that behaves like a standard dialog button except with an icon.
A widget for browsing a rich text error/status report.
#define _(s)