KiCad PCB EDA Suite
|
minor dialogs for one layer selection and a layer pair selection. More...
#include <wx/bitmap.h>
#include <kiplatform/ui.h>
#include <confirm.h>
#include <lset.h>
#include <board.h>
#include <pgm_base.h>
#include <project.h>
#include <pcb_base_frame.h>
#include <pcb_layer_presentation.h>
#include <footprint_editor_settings.h>
#include <layer_pairs.h>
#include <dialogs/dialog_layer_selection_base.h>
#include <project/project_file.h>
#include <router/router_tool.h>
#include <settings/settings_manager.h>
#include <settings/color_settings.h>
#include <tools/pcb_actions.h>
#include <widgets/grid_icon_text_helpers.h>
#include <widgets/grid_text_helpers.h>
#include <widgets/layer_box_selector.h>
#include <widgets/wx_grid.h>
#include <widgets/wx_grid_autosizer.h>
Go to the source code of this file.
Classes | |
class | PCB_ONE_LAYER_SELECTOR |
Display a PCB layers list in a dialog to select one layer from this list. More... | |
class | COPPER_LAYERS_PAIR_PRESETS_UI |
Class that manages the UI for the copper layer pair presets list based on an injected layer pair store. More... | |
class | COPPER_LAYERS_PAIR_SELECTION_UI |
Class that manages the UI for the copper layer pair selection (left and right grids). 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 |
minor dialogs for one layer selection and a layer pair selection.
Definition in file sel_layer.cpp.
#define COLOR_COLNUM 1 |
Definition at line 52 of file sel_layer.cpp.
#define LAYER_HK_COLUMN 3 |
Definition at line 54 of file sel_layer.cpp.
#define LAYERNAME_COLNUM 2 |
Definition at line 53 of file sel_layer.cpp.
#define SELECT_COLNUM 0 |
Definition at line 51 of file sel_layer.cpp.