KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_export_step_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>
14class TEXT_CTRL_EVAL;
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/choice.h>
24#include <wx/textctrl.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/checkbox.h>
32#include <wx/radiobut.h>
33#include <wx/statbox.h>
34#include <wx/valtext.h>
35#include <wx/dialog.h>
36
38
43{
44 private:
45
46 protected:
47 wxBoxSizer* bSizerSTEPFile;
48 wxBoxSizer* bSizerTop;
49 wxStaticText* m_txtFormat;
50 wxChoice* m_choiceFormat;
51 wxStaticText* m_txtBrdFile;
52 wxTextCtrl* m_outputFileName;
55 wxCheckBox* m_cbExportBody;
57 wxRadioButton* m_rbAllComponents;
58 wxRadioButton* m_rbOnlySelected;
59 wxRadioButton* m_rbFilteredComponents;
61 wxCheckBox* m_cbExportTracks;
62 wxCheckBox* m_cbExportPads;
63 wxCheckBox* m_cbExportZones;
67 wxCheckBox* m_cbFuseShapes;
69 wxStaticText* m_staticTextNetFilter;
70 wxTextCtrl* m_txtNetFilter;
71 wxStaticText* m_staticTextTolerance;
73 wxRadioButton* m_rbDrillAndPlotOrigin;
74 wxRadioButton* m_rbGridOrigin;
75 wxRadioButton* m_rbUserDefinedOrigin;
76 wxRadioButton* m_rbBoardCenterOrigin;
77 wxStaticText* m_staticTextUnits;
79 wxStaticText* m_staticTextXpos;
81 wxStaticText* m_staticTextYpos;
83 wxCheckBox* m_cbRemoveDNP;
85 wxCheckBox* m_cbSubstModels;
86 wxCheckBox* m_cbOverwriteFile;
87 wxCheckBox* m_cbOptimizeStep;
88 wxStdDialogButtonSizer* m_sdbSizer;
89 wxButton* m_sdbSizerOK;
91
92 // Virtual event handlers, override them in your derived class
93 virtual void onFormatChoice( wxCommandEvent& event ) { event.Skip(); }
94 virtual void onBrowseClicked( wxCommandEvent& event ) { event.Skip(); }
95 virtual void onCbExportComponents( wxCommandEvent& event ) { event.Skip(); }
96 virtual void OnComponentModeChange( wxCommandEvent& event ) { event.Skip(); }
97 virtual void onUpdateUnits( wxUpdateUIEvent& event ) { event.Skip(); }
98 virtual void onUpdateXPos( wxUpdateUIEvent& event ) { event.Skip(); }
99 virtual void onUpdateYPos( wxUpdateUIEvent& event ) { event.Skip(); }
100 virtual void onExportButton( wxCommandEvent& event ) { event.Skip(); }
101
102
103 public:
104
105 DIALOG_EXPORT_STEP_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Export 3D Model"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
106
108
109};
110
Class DIALOG_EXPORT_STEP_BASE.
wxStdDialogButtonSizer * m_sdbSizer
virtual void onUpdateUnits(wxUpdateUIEvent &event)
virtual void onBrowseClicked(wxCommandEvent &event)
virtual void onCbExportComponents(wxCommandEvent &event)
virtual void onFormatChoice(wxCommandEvent &event)
virtual void onExportButton(wxCommandEvent &event)
virtual void onUpdateXPos(wxUpdateUIEvent &event)
virtual void onUpdateYPos(wxUpdateUIEvent &event)
virtual void OnComponentModeChange(wxCommandEvent &event)
wxRadioButton * m_rbFilteredComponents
wxRadioButton * m_rbDrillAndPlotOrigin
STD_BITMAP_BUTTON * m_browseButton
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.
wxTextCtrl wrapper to handle math expression evaluation.
#define _(s)