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

minor dialogs for one layer selection and a layer pair selection. More...

Go to the source code of this file.

Classes

class  PCB_LAYER_SELECTOR
 
class  PCB_ONE_LAYER_SELECTOR
 Display a PCB layers list in a dialog to select one layer from this list. More...
 
class  SELECT_COPPER_LAYERS_PAIR_DIALOG
 Display a pair PCB copper layers list in a dialog to select a layer pair from these lists. More...
 

Macros

#define SELECT_COLNUM   0
 
#define COLOR_COLNUM   1
 
#define LAYERNAME_COLNUM   2
 
#define LAYER_HK_COLUMN   3
 

Detailed Description

minor dialogs for one layer selection and a layer pair selection.

Definition in file sel_layer.cpp.

Macro Definition Documentation

◆ COLOR_COLNUM

#define COLOR_COLNUM   1

Definition at line 38 of file sel_layer.cpp.

◆ LAYER_HK_COLUMN

#define LAYER_HK_COLUMN   3

Definition at line 40 of file sel_layer.cpp.

◆ LAYERNAME_COLNUM

#define LAYERNAME_COLNUM   2

Definition at line 39 of file sel_layer.cpp.

◆ SELECT_COLNUM

#define SELECT_COLNUM   0

Definition at line 37 of file sel_layer.cpp.