| 
    KiCad PCB EDA Suite
    
   | 
 
#include "dialog_plot.h"#include <wx/bmpbuttn.h>#include <wx/clntdata.h>#include <wx/dirdlg.h>#include <wx/msgdlg.h>#include <wx/rearrangectrl.h>#include <plotters/plotter.h>#include <confirm.h>#include <pcb_edit_frame.h>#include <project/project_file.h>#include <pcbplot.h>#include <pgm_base.h>#include <gerber_jobfile_writer.h>#include <reporter.h>#include <wildcards_and_files_ext.h>#include <layer_ids.h>#include <bitmaps.h>#include <dialog_gendrill.h>#include <string_utils.h>#include <widgets/wx_html_report_panel.h>#include <widgets/std_bitmap_button.h>#include <widgets/color_swatch.h>#include <tool/tool_manager.h>#include <tools/zone_filler_tool.h>#include <tools/drc_tool.h>#include <math/util.h>#include <macros.h>#include <jobs/job_export_pcb_gerbers.h>#include <jobs/job_export_pcb_hpgl.h>#include <jobs/job_export_pcb_dxf.h>#include <jobs/job_export_pcb_pdf.h>#include <jobs/job_export_pcb_ps.h>#include <jobs/job_export_pcb_svg.h>#include <plotters/plotters_pslike.h>#include <pcb_plotter.h>Go to the source code of this file.
Classes | |
| class | PCB_LAYER_ID_CLIENT_DATA | 
| A helper wxWidgets control client data object to store layer IDs.  More... | |
Macros | |
| #define | ID_LAYER_FAB 13001 | 
| #define | ID_SELECT_COPPER_LAYERS 13002 | 
| #define | ID_DESELECT_COPPER_LAYERS 13003 | 
| #define | ID_SELECT_ALL_LAYERS 13004 | 
| #define | ID_DESELECT_ALL_LAYERS 13005 | 
| #define | ID_STACKUP_ORDER 13006 | 
Functions | |
| static double | selectionToScale (int selection) | 
| PCB_LAYER_ID_CLIENT_DATA * | getLayerClientData (const wxRearrangeList *aList, int aIdx) | 
| static bool | setDouble (double *aResult, double aValue, double aMin, double aMax) | 
| static bool | setInt (int *aResult, int aValue, int aMin, int aMax) | 
| #define ID_DESELECT_ALL_LAYERS 13005 | 
Definition at line 607 of file dialog_plot.cpp.
Referenced by DIALOG_PLOT::OnRightClickAllLayers(), and DIALOG_PLOT::OnRightClickLayers().
| #define ID_DESELECT_COPPER_LAYERS 13003 | 
Definition at line 605 of file dialog_plot.cpp.
Referenced by DIALOG_PLOT::OnRightClickLayers().
| #define ID_LAYER_FAB 13001 | 
Definition at line 603 of file dialog_plot.cpp.
Referenced by DIALOG_PLOT::OnRightClickLayers().
| #define ID_SELECT_ALL_LAYERS 13004 | 
Definition at line 606 of file dialog_plot.cpp.
Referenced by DIALOG_PLOT::OnRightClickAllLayers(), and DIALOG_PLOT::OnRightClickLayers().
| #define ID_SELECT_COPPER_LAYERS 13002 | 
Definition at line 604 of file dialog_plot.cpp.
Referenced by DIALOG_PLOT::OnRightClickLayers().
| #define ID_STACKUP_ORDER 13006 | 
Definition at line 608 of file dialog_plot.cpp.
Referenced by DIALOG_PLOT::OnRightClickAllLayers().
| PCB_LAYER_ID_CLIENT_DATA * getLayerClientData | ( | const wxRearrangeList * | aList, | 
| int | aIdx ) | 
Definition at line 101 of file dialog_plot.cpp.
Referenced by DIALOG_PLOT::applyPlotSettings(), DIALOG_PLOT::arrangeAllLayersList(), DIALOG_PLOT::Plot(), and DIALOG_PLOT::~DIALOG_PLOT().
      
  | 
  static | 
Definition at line 66 of file dialog_plot.cpp.
Referenced by DIALOG_PLOT::transferPlotParamsToJob().
      
  | 
  static | 
Definition at line 939 of file dialog_plot.cpp.
Referenced by DIALOG_PLOT::applyPlotSettings().
      
  | 
  static | 
Definition at line 957 of file dialog_plot.cpp.
Referenced by DIALOG_PLOT::applyPlotSettings().