#include <wx/bmpbuttn.h>
#include <wx/clntdata.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 <locale_io.h>
#include <bitmaps.h>
#include <dialog_plot.h>
#include <dialog_gendrill.h>
#include <widgets/wx_html_report_panel.h>
#include <widgets/std_bitmap_button.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 <wx/dirdlg.h>
#include <wx/msgdlg.h>
Go to the source code of this file.
◆ ID_DESELECT_ALL_LAYERS
#define ID_DESELECT_ALL_LAYERS 13005 |
◆ ID_DESELECT_COPPER_LAYERS
#define ID_DESELECT_COPPER_LAYERS 13003 |
◆ ID_LAYER_FAB
#define ID_LAYER_FAB 13001 |
◆ ID_SELECT_ALL_LAYERS
#define ID_SELECT_ALL_LAYERS 13004 |
◆ ID_SELECT_COPPER_LAYERS
#define ID_SELECT_COPPER_LAYERS 13002 |
◆ ID_STACKUP_ORDER
#define ID_STACKUP_ORDER 13006 |
◆ getLayerClientData()
◆ setDouble()
static bool setDouble |
( |
double * |
aResult, |
|
|
double |
aValue, |
|
|
double |
aMin, |
|
|
double |
aMax |
|
) |
| |
|
static |
◆ setInt()
static bool setInt |
( |
int * |
aResult, |
|
|
int |
aValue, |
|
|
int |
aMin, |
|
|
int |
aMax |
|
) |
| |
|
static |