27#ifndef __DIALOG_GENCAD_EXPORT_OPTIONS_H__
28#define __DIALOG_GENCAD_EXPORT_OPTIONS_H__
33class wxFilePickerCtrl;
bool TransferDataFromWindow() override
wxTextCtrl * m_outputFileName
bool GetOption(GENCAD_EXPORT_OPT aOption) const
Return all export settings.
virtual void onBrowseClicked(wxCommandEvent &aEvent)
Create checkboxes for GenCAD export options.
STD_BITMAP_BUTTON * m_browseButton
bool TransferDataToWindow() override
std::map< GENCAD_EXPORT_OPT, bool > GetAllOptions() const
Return the selected file path.
void createOptCheckboxes()
wxGridSizer * m_optsSizer
wxStaticText * m_textFile
wxString GetFileName() const
std::map< GENCAD_EXPORT_OPT, wxCheckBox * > m_options
~DIALOG_GENCAD_EXPORT_OPTIONS()
Check whether an option has been selected.
JOB_EXPORT_PCB_GENCAD * m_job
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
The main frame for Pcbnew.
GENCAD_EXPORT_OPT
Settings for GenCAD exporter.