KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_select_one_pcb_layer.cpp File Reference

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)
 

Detailed Description

Set up a dialog to choose a PCB Layer.

Definition in file dialog_select_one_pcb_layer.cpp.

Macro Definition Documentation

◆ FIRST_COPPER_LAYER

#define FIRST_COPPER_LAYER   0

Definition at line 36 of file dialog_select_one_pcb_layer.cpp.

◆ LAST_COPPER_LAYER

#define LAST_COPPER_LAYER   31

Definition at line 37 of file dialog_select_one_pcb_layer.cpp.

◆ NB_PCB_LAYERS

#define NB_PCB_LAYERS   PCB_LAYER_ID_COUNT

Definition at line 35 of file dialog_select_one_pcb_layer.cpp.

Enumeration Type Documentation

◆ 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.

Function Documentation

◆ GetPCBDefaultLayerName()