KiCad PCB EDA Suite
|
#include <X2_gerber_attributes.h>
#include <gerber_file_image.h>
#include <gerber_file_image_list.h>
#include <gerbview.h>
#include <gerbview_frame.h>
#include <gerbview_id.h>
#include <gerbview_settings.h>
#include <kiface_base.h>
#include <layer_ids.h>
#include <dialogs/dialog_layers_select_to_pcb.h>
#include <wx/msgdlg.h>
#include <gestfich.h>
Go to the source code of this file.
Enumerations | |
enum | swap_layer_id { ID_LAYERS_MAP_DIALOG = ID_GERBER_END_LIST , ID_BUTTON_0 , ID_TEXT_0 = ID_BUTTON_0 + GERBER_DRAWLAYERS_COUNT } |
Functions | |
const wxString | GetPCBDefaultLayerName (int aLayerNumber) |
EVT_COMMAND_RANGE (ID_BUTTON_0, ID_BUTTON_0+GERBER_DRAWLAYERS_COUNT-1, wxEVT_COMMAND_BUTTON_CLICKED, LAYERS_MAP_DIALOG::OnSelectLayer) LAYERS_MAP_DIALOG | |
enum swap_layer_id |
Enumerator | |
---|---|
ID_LAYERS_MAP_DIALOG | |
ID_BUTTON_0 | |
ID_TEXT_0 |
Definition at line 42 of file dialog_layers_select_to_pcb.cpp.
EVT_COMMAND_RANGE | ( | ID_BUTTON_0 | , |
ID_BUTTON_0+GERBER_DRAWLAYERS_COUNT- | 1, | ||
wxEVT_COMMAND_BUTTON_CLICKED | , | ||
LAYERS_MAP_DIALOG::OnSelectLayer | |||
) |
Definition at line 53 of file dialog_layers_select_to_pcb.cpp.
const wxString GetPCBDefaultLayerName | ( | int | aLayerNumber | ) |
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(), 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().