27#ifndef __DIALOG_GENCAD_EXPORT_OPTIONS_H__
28#define __DIALOG_GENCAD_EXPORT_OPTIONS_H__
33class wxFilePickerCtrl;
bool TransferDataFromWindow() override
Create checkboxes for GenCAD export options.
bool GetOption(GENCAD_EXPORT_OPT aOption) const
Return all export settings.
wxFilePickerCtrl * m_filePicker
std::map< GENCAD_EXPORT_OPT, bool > GetAllOptions() const
Return the selected file path.
void createOptCheckboxes()
wxGridSizer * m_optsSizer
wxString GetFileName() const
std::map< GENCAD_EXPORT_OPT, wxCheckBox * > m_options
~DIALOG_GENCAD_EXPORT_OPTIONS()
Check whether an option has been selected.
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.