Information pertinent to a Pcbnew printed circuit board.
 
DIALOG_GENDRILL_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Generate Drill Files"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
PCB_PLOT_PARAMS m_plotOpts
 
void onOutputDirectoryBrowseClicked(wxCommandEvent &event) override
 
void onFileFormatSelection(wxCommandEvent &event) override
 
void genDrillAndMapFiles(bool aGenDrill, bool aGenMap, bool aGenTenting)
Call to create EXCELLON drill files and/or drill map files.
 
bool TransferDataFromWindow() override
 
PCB_EDIT_FRAME * m_pcbEditFrame
 
DIALOG_GENDRILL(PCB_EDIT_FRAME *aPcbEditFrame, wxWindow *aParent)
 
bool TransferDataToWindow() override
 
void onCloseDlg(wxCloseEvent &event) override
 
void onSelZerosFmtSelected(wxCommandEvent &event) override
 
~DIALOG_GENDRILL()=default
 
void onGenReportFile(wxCommandEvent &event) override
 
JOB_EXPORT_PCB_DRILL * m_job
 
void onSelDrillUnitsSelected(wxCommandEvent &event) override
 
void updatePrecisionOptions()
 
The main frame for Pcbnew.
 
Parameters and options when plotting/printing a board.
 
helper classes to handle hole info for drill files generators.