48    void onColorMode( wxCommandEvent& aEvent ) 
override;
 
   53    void OnPlotAll( wxCommandEvent& event ) 
override;
 
 
Color settings are a bit different than most of the settings objects in that there can be more than o...
 
wxChoice * m_ModeColorOption
 
DIALOG_PLOT_SCHEMATIC_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Plot Schematic"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
UNIT_BINDER m_defaultLineWidth
 
void OnPlotAll(wxCommandEvent &event) override
 
PLOT_FORMAT getPlotFileFormat()
 
void onColorMode(wxCommandEvent &aEvent) override
 
void OnPlotCurrent(wxCommandEvent &event) override
 
void onPlotFormatSelection(wxCommandEvent &event) override
 
JOB_EXPORT_SCH_PLOT * m_job
 
SCH_EDIT_FRAME * m_editFrame
 
void getPlotOptions(RENDER_SETTINGS *aSettings)
 
COLOR_SETTINGS * getColorSettings()
 
bool TransferDataToWindow() override
 
void plotSchematic(bool aPlotAll)
 
void onOutputDirectoryBrowseClicked(wxCommandEvent &event) override
 
DIALOG_PLOT_SCHEMATIC(SCH_EDIT_FRAME *aEditFrame)
 
wxString getOutputPath()
Determine the best absolute path to plot files given the contents of the path edit control.
 
Container for all the knowledge about how graphical objects are drawn on any output surface/device.
 
Schematic editor (Eeschema) main window.
 
Handle access to a stack of flattened SCH_SHEET objects by way of a path for creating a flattened sch...
 
PLOT_FORMAT
The set of supported output plot formats.