KiCad PCB EDA Suite
|
minor dialogs for one layer selection and a layer pair selection. More...
#include <kiplatform/ui.h>
#include <confirm.h>
#include <pcb_base_frame.h>
#include <widgets/layer_box_selector.h>
#include <board.h>
#include <dialogs/dialog_layer_selection_base.h>
#include <router/router_tool.h>
#include <settings/color_settings.h>
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 |
minor dialogs for one layer selection and a layer pair selection.
Definition in file sel_layer.cpp.
#define COLOR_COLNUM 1 |
Definition at line 38 of file sel_layer.cpp.
#define LAYERNAME_COLNUM 2 |
Definition at line 39 of file sel_layer.cpp.
#define SELECT_COLNUM 0 |
Definition at line 37 of file sel_layer.cpp.