KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_import_settings_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>
14
15#include "dialog_shim.h"
16#include <wx/string.h>
17#include <wx/stattext.h>
18#include <wx/gdicmn.h>
19#include <wx/font.h>
20#include <wx/colour.h>
21#include <wx/settings.h>
22#include <wx/textctrl.h>
23#include <wx/bmpbuttn.h>
24#include <wx/bitmap.h>
25#include <wx/image.h>
26#include <wx/icon.h>
27#include <wx/button.h>
28#include <wx/sizer.h>
29#include <wx/checkbox.h>
30#include <wx/dialog.h>
31
33
38{
39 private:
40
41 protected:
42 wxBoxSizer* m_MainSizer;
43 wxTextCtrl* m_filePathCtrl;
45 wxBoxSizer* m_buttonsSizer;
47 wxStdDialogButtonSizer* m_sdbSizer1;
48 wxButton* m_sdbSizer1OK;
50
51 // Virtual event handlers, override them in your derived class
52 virtual void OnBrowseClicked( wxCommandEvent& event ) { event.Skip(); }
53 virtual void OnCheckboxClicked( wxCommandEvent& event ) { event.Skip(); }
54 virtual void OnSelectAll( wxCommandEvent& event ) { event.Skip(); }
55
56
57 public:
58 wxCheckBox* m_LayersOpt;
59 wxCheckBox* m_MaskAndPasteOpt;
61 wxCheckBox* m_FormattingOpt;
62 wxCheckBox* m_ConstraintsOpt;
63 wxCheckBox* m_TracksAndViasOpt;
64 wxCheckBox* m_TeardropsOpt;
66 wxCheckBox* m_NetclassesOpt;
67 wxCheckBox* m_CustomRulesOpt;
68 wxCheckBox* m_SeveritiesOpt;
69
70 DIALOG_IMPORT_SETTINGS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Import Settings"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
71
73
74};
75
Class DIALOG_IMPORT_SETTINGS_BASE.
virtual void OnSelectAll(wxCommandEvent &event)
virtual void OnCheckboxClicked(wxCommandEvent &event)
wxStdDialogButtonSizer * m_sdbSizer1
virtual void OnBrowseClicked(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.
#define _(s)