20#ifndef IPC2581_EXPORT_DIALOG_H
21#define IPC2581_EXPORT_DIALOG_H
48 return wxString::Format(
"%d",
m_precision->GetValue() );
61 return m_oemRef->GetStringSelection();
103 void onOKClick( wxCommandEvent& event )
override;
Class DIALOG_EXPORT_2581_BASE.
wxTextCtrl * m_outputFileName
wxChoice * m_versionChoice
wxTextCtrl * m_textDistributor
wxChoice * m_choiceDistPN
wxCheckBox * m_cbCompress
void onMfgPNChange(wxCommandEvent &event) override
wxString GetPrecision() const
void onCompressCheck(wxCommandEvent &event) override
void onOKClick(wxCommandEvent &event) override
void onDistPNChange(wxCommandEvent &event) override
bool TransferDataFromWindow() override
wxString GetDistPN() const
PCB_EDIT_FRAME * m_parent
void onBrowseClicked(wxCommandEvent &event) override
wxString GetUnitsString() const
JOB_EXPORT_PCB_IPC2581 * m_job
wxString GetOutputPath() const
The main frame for Pcbnew.