30#define DLG_WINDOW_NAME wxT( "plot_dialog-window" )
48 void Plot( wxCommandEvent& event )
override;
57 void onRunDRC( wxCommandEvent& event )
override;
A dialog to set the plot options and create plot files in various formats.
void OnRightClick(wxMouseEvent &event) override
PCB_PLOT_PARAMS m_plotOpts
void onPlotAllListMoveUp(wxCommandEvent &aEvent)
void OnChangeDXFPlotMode(wxCommandEvent &event) override
int m_widthAdjustMinValue
UNIT_BINDER m_trackWidthCorrection
void onBoardSetup(wxHyperlinkEvent &aEvent) override
PCB_EDIT_FRAME * m_parent
void Plot(wxCommandEvent &event) override
wxString m_DRCWarningTemplate
void setPlotModeChoiceSelection(OUTLINE_MODE aPlotMode)
void OnOutputDirectoryBrowseClicked(wxCommandEvent &event) override
wxRearrangeList * m_plotAllLayersList
void onPlotAllListMoveDown(wxCommandEvent &aEvent)
void onRunDRC(wxCommandEvent &event) override
void OnSetScaleOpt(wxCommandEvent &event) override
static LSEQ m_lastPlotOnAllLayersOrder
The plot on all layers ordering the last time the dialog was opened.
void OnPopUpLayers(wxCommandEvent &event) override
void onPlotFPText(wxCommandEvent &aEvent) override
static LSET m_lastLayerSet
The plot layer set that last time the dialog was opened.
void CreateDrillFile(wxCommandEvent &event) override
void onPlotFPValues(wxCommandEvent &aEvent) override
void onPlotFPRefs(wxCommandEvent &aEvent) override
UNIT_BINDER m_defaultPenSize
PLOT_FORMAT getPlotFormat()
int m_widthAdjustMaxValue
void OnGerberX2Checked(wxCommandEvent &event) override
void SetPlotFormat(wxCommandEvent &event) override
LSEQ is a sequence (and therefore also a set) of PCB_LAYER_IDs.
LSET is a set of PCB_LAYER_IDs.
The main frame for Pcbnew.
Parameters and options when plotting/printing a board.
PLOT_FORMAT
The set of supported output plot formats.