Definition at line 202 of file dialog_select_one_pcb_layer.cpp.
209 case F_Cu: txt = wxT(
"F.Cu" );
break;
210 case In1_Cu: txt = wxT(
"In1.Cu" );
break;
211 case In2_Cu: txt = wxT(
"In2.Cu" );
break;
212 case In3_Cu: txt = wxT(
"In3.Cu" );
break;
213 case In4_Cu: txt = wxT(
"In4.Cu" );
break;
214 case In5_Cu: txt = wxT(
"In5.Cu" );
break;
215 case In6_Cu: txt = wxT(
"In6.Cu" );
break;
216 case In7_Cu: txt = wxT(
"In7.Cu" );
break;
217 case In8_Cu: txt = wxT(
"In8.Cu" );
break;
218 case In9_Cu: txt = wxT(
"In9.Cu" );
break;
219 case In10_Cu: txt = wxT(
"In10.Cu" );
break;
220 case In11_Cu: txt = wxT(
"In11.Cu" );
break;
221 case In12_Cu: txt = wxT(
"In12.Cu" );
break;
222 case In13_Cu: txt = wxT(
"In13.Cu" );
break;
223 case In14_Cu: txt = wxT(
"In14.Cu" );
break;
224 case In15_Cu: txt = wxT(
"In15.Cu" );
break;
225 case In16_Cu: txt = wxT(
"In16.Cu" );
break;
226 case In17_Cu: txt = wxT(
"In17.Cu" );
break;
227 case In18_Cu: txt = wxT(
"In18.Cu" );
break;
228 case In19_Cu: txt = wxT(
"In19.Cu" );
break;
229 case In20_Cu: txt = wxT(
"In20.Cu" );
break;
230 case In21_Cu: txt = wxT(
"In21.Cu" );
break;
231 case In22_Cu: txt = wxT(
"In22.Cu" );
break;
232 case In23_Cu: txt = wxT(
"In23.Cu" );
break;
233 case In24_Cu: txt = wxT(
"In24.Cu" );
break;
234 case In25_Cu: txt = wxT(
"In25.Cu" );
break;
235 case In26_Cu: txt = wxT(
"In26.Cu" );
break;
236 case In27_Cu: txt = wxT(
"In27.Cu" );
break;
237 case In28_Cu: txt = wxT(
"In28.Cu" );
break;
238 case In29_Cu: txt = wxT(
"In29.Cu" );
break;
239 case In30_Cu: txt = wxT(
"In30.Cu" );
break;
240 case B_Cu: txt = wxT(
"B.Cu" );
break;
243 case B_Adhes: txt = wxT(
"B.Adhes" );
break;
244 case F_Adhes: txt = wxT(
"F.Adhes" );
break;
245 case B_Paste: txt = wxT(
"B.Paste" );
break;
246 case F_Paste: txt = wxT(
"F.Paste" );
break;
247 case B_SilkS: txt = wxT(
"B.SilkS" );
break;
248 case F_SilkS: txt = wxT(
"F.SilkS" );
break;
249 case B_Mask: txt = wxT(
"B.Mask" );
break;
250 case F_Mask: txt = wxT(
"F.Mask" );
break;
253 case Dwgs_User: txt = wxT(
"Dwgs.User" );
break;
254 case Cmts_User: txt = wxT(
"Cmts.User" );
break;
255 case Eco1_User: txt = wxT(
"Eco1.User" );
break;
256 case Eco2_User: txt = wxT(
"Eco2.User" );
break;
257 case Edge_Cuts: txt = wxT(
"Edge.Cuts" );
break;
262 txt = wxEmptyString;
break;
265 return wxString( txt );
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(), 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().