KiCad PCB EDA Suite
dialog_export_step_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 3.10.1-282-g1fa54006)
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>
13class TEXT_CTRL_EVAL;
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/filepicker.h>
23#include <wx/sizer.h>
24#include <wx/radiobut.h>
25#include <wx/statbox.h>
26#include <wx/choice.h>
27#include <wx/textctrl.h>
28#include <wx/valtext.h>
29#include <wx/checkbox.h>
30#include <wx/button.h>
31#include <wx/dialog.h>
32
34
39{
40 private:
41
42 protected:
43 wxBoxSizer* bSizerSTEPFile;
44 wxBoxSizer* bSizerTop;
45 wxStaticText* m_txtBrdFile;
46 wxFilePickerCtrl* m_filePickerSTEP;
47 wxRadioButton* m_rbDrillAndPlotOrigin;
48 wxRadioButton* m_rbGridOrigin;
49 wxRadioButton* m_rbUserDefinedOrigin;
50 wxRadioButton* m_rbBoardCenterOrigin;
51 wxStaticText* m_staticTextUnits;
53 wxStaticText* m_staticTextXpos;
55 wxStaticText* m_staticTextYpos;
57 wxCheckBox* m_cbRemoveVirtual;
58 wxCheckBox* m_cbSubstModels;
59 wxCheckBox* m_cbOverwriteFile;
60 wxCheckBox* m_cbExportTracks;
61 wxStaticText* m_staticTextTolerance;
63 wxStdDialogButtonSizer* m_sdbSizer;
64 wxButton* m_sdbSizerOK;
66
67 // Virtual event handlers, override them in your derived class
68 virtual void onUpdateUnits( wxUpdateUIEvent& event ) { event.Skip(); }
69 virtual void onUpdateXPos( wxUpdateUIEvent& event ) { event.Skip(); }
70 virtual void onUpdateYPos( wxUpdateUIEvent& event ) { event.Skip(); }
71 virtual void onExportButton( wxCommandEvent& event ) { event.Skip(); }
72
73
74 public:
75
76 DIALOG_EXPORT_STEP_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Export STEP"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
77
79
80};
81
Class DIALOG_EXPORT_STEP_BASE.
wxStdDialogButtonSizer * m_sdbSizer
virtual void onUpdateUnits(wxUpdateUIEvent &event)
DIALOG_EXPORT_STEP_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Export STEP"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
wxFilePickerCtrl * m_filePickerSTEP
virtual void onExportButton(wxCommandEvent &event)
virtual void onUpdateXPos(wxUpdateUIEvent &event)
virtual void onUpdateYPos(wxUpdateUIEvent &event)
wxRadioButton * m_rbDrillAndPlotOrigin
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:83
wxTextCtrl wrapper to handle math expression evaluation.
#define _(s)