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();
 
 
  106    void onOKClick( wxCommandEvent& event ) 
override;
 
 
wxTextCtrl * m_outputFileName
 
wxChoice * m_versionChoice
 
DIALOG_EXPORT_2581_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Export IPC-2581"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
wxTextCtrl * m_textDistributor
 
wxChoice * m_choiceDistPN
 
wxCheckBox * m_cbCompress
 
void onMfgPNChange(wxCommandEvent &event) override
 
wxString GetPrecision() const
 
bool TransferDataToWindow() override
 
void onCompressCheck(wxCommandEvent &event) override
 
void onOKClick(wxCommandEvent &event) override
 
void onDistPNChange(wxCommandEvent &event) override
 
bool TransferDataFromWindow() override
 
wxString GetDistPN() const
 
DIALOG_EXPORT_2581(PCB_EDIT_FRAME *aParent)
 
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.