KiCad PCB EDA Suite
|
Set up a dialog to choose a PCB Layer. More...
#include <gerbview_frame.h>
#include <dialogs/dialog_layers_select_to_pcb.h>
#include <wx/radiobox.h>
Go to the source code of this file.
Classes | |
class | SELECT_LAYER_DIALOG |
Macros | |
#define | NB_PCB_LAYERS PCB_LAYER_ID_COUNT |
#define | FIRST_COPPER_LAYER 0 |
#define | LAST_COPPER_LAYER 31 |
Enumerations | |
enum | layer_sel_id { ID_LAYER_SELECT_TOP = 1800 , ID_LAYER_SELECT_BOTTOM , ID_LAYER_SELECT } |
Functions | |
const wxString | GetPCBDefaultLayerName (int aLayerId) |
Set up a dialog to choose a PCB Layer.
Definition in file dialog_select_one_pcb_layer.cpp.
#define FIRST_COPPER_LAYER 0 |
Definition at line 36 of file dialog_select_one_pcb_layer.cpp.
#define LAST_COPPER_LAYER 31 |
Definition at line 37 of file dialog_select_one_pcb_layer.cpp.
#define NB_PCB_LAYERS PCB_LAYER_ID_COUNT |
Definition at line 35 of file dialog_select_one_pcb_layer.cpp.
enum layer_sel_id |
Enumerator | |
---|---|
ID_LAYER_SELECT_TOP | |
ID_LAYER_SELECT_BOTTOM | |
ID_LAYER_SELECT |
Definition at line 43 of file dialog_select_one_pcb_layer.cpp.
const wxString GetPCBDefaultLayerName | ( | int | aLayerId | ) |
Definition at line 202 of file dialog_select_one_pcb_layer.cpp.
References B_Adhes, B_Cu, B_Mask, B_Paste, B_SilkS, Cmts_User, Dwgs_User, Eco1_User, Eco2_User, Edge_Cuts, F_Adhes, F_Cu, F_Mask, F_Paste, F_SilkS, In10_Cu, In11_Cu, In12_Cu, In13_Cu, In14_Cu, In15_Cu, In16_Cu, In17_Cu, In18_Cu, In19_Cu, In1_Cu, In20_Cu, In21_Cu, In22_Cu, In23_Cu, In24_Cu, In25_Cu, In26_Cu, In27_Cu, In28_Cu, In29_Cu, In2_Cu, In30_Cu, In3_Cu, In4_Cu, In5_Cu, In6_Cu, In7_Cu, In8_Cu, and In9_Cu.
Referenced by GBR_TO_PCB_EXPORTER::export_non_copper_item(), GBR_TO_PCB_EXPORTER::export_via(), LAYERS_MAP_DIALOG::initDialog(), LAYERS_MAP_DIALOG::OnGetSetup(), LAYERS_MAP_DIALOG::OnSelectLayer(), SELECT_LAYER_DIALOG::SELECT_LAYER_DIALOG(), GBR_TO_PCB_EXPORTER::writeCopperLineItem(), GBR_TO_PCB_EXPORTER::writePcbFilledCircle(), GBR_TO_PCB_EXPORTER::writePcbHeader(), GBR_TO_PCB_EXPORTER::writePcbPolygon(), and GBR_TO_PCB_EXPORTER::writePcbZoneItem().