Home
last modified time | relevance | path

Searched defs:DIALOG_PLOT (Results 1 – 3 of 3) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dpcbnew_settings.h182 struct DIALOG_PLOT struct
184 int all_layers_on_one_page;
185 int pads_drill_mode;
186 double fine_scale_x;
187 double fine_scale_y;
188 double ps_fine_width_adjust;
189 bool check_zones_before_plotting;
190 bool mirror;
H A Dpcb_edit_frame.h44 class DIALOG_PLOT; variable
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Ddialog_plot.cpp53 DIALOG_PLOT::DIALOG_PLOT( PCB_EDIT_FRAME* aParent ) : in DIALOG_PLOT() function in DIALOG_PLOT