KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_gen_footprint_position_file_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/string.h>
18#include <wx/stattext.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/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/sizer.h>
30#include <wx/choice.h>
31#include <wx/checkbox.h>
32#include <wx/panel.h>
33#include <wx/dialog.h>
34
36
41{
42 private:
43
44 protected:
45 wxBoxSizer* m_MainSizer;
46 wxStaticText* m_staticTextDir;
49 wxStaticText* m_formatLabel;
50 wxChoice* m_formatCtrl;
51 wxStaticText* m_unitsLabel;
52 wxChoice* m_unitsCtrl;
53 wxCheckBox* m_onlySMD;
54 wxCheckBox* m_excludeTH;
55 wxCheckBox* m_excludeDNP;
58 wxCheckBox* m_negateXcb;
59 wxCheckBox* m_singleFile;
61 wxStdDialogButtonSizer* m_sdbSizer;
62 wxButton* m_sdbSizerOK;
64
65 // Virtual event handlers, override them in your derived class
66 virtual void onOutputDirectoryBrowseClicked( wxCommandEvent& event ) { event.Skip(); }
67 virtual void onUpdateUIFileOpt( wxUpdateUIEvent& event ) { event.Skip(); }
68 virtual void onUpdateUIUnits( wxUpdateUIEvent& event ) { event.Skip(); }
69 virtual void onUpdateUIOnlySMD( wxUpdateUIEvent& event ) { event.Skip(); }
70 virtual void onUpdateUIExcludeTH( wxUpdateUIEvent& event ) { event.Skip(); }
71 virtual void onUpdateUIincludeBoardEdge( wxUpdateUIEvent& event ) { event.Skip(); }
72 virtual void onUpdateUInegXcoord( wxUpdateUIEvent& event ) { event.Skip(); }
73 virtual void onGenerate( wxCommandEvent& event ) { event.Skip(); }
74
75
76 public:
77
78 DIALOG_GEN_FOOTPRINT_POSITION_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Generate Placement Files"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
79
81
82};
83
Class DIALOG_GEN_FOOTPRINT_POSITION_BASE.
virtual void onUpdateUIExcludeTH(wxUpdateUIEvent &event)
virtual void onUpdateUIincludeBoardEdge(wxUpdateUIEvent &event)
virtual void onUpdateUInegXcoord(wxUpdateUIEvent &event)
virtual void onOutputDirectoryBrowseClicked(wxCommandEvent &event)
virtual void onUpdateUIUnits(wxUpdateUIEvent &event)
virtual void onUpdateUIFileOpt(wxUpdateUIEvent &event)
virtual void onUpdateUIOnlySMD(wxUpdateUIEvent &event)
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:88
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)