KiCad PCB EDA Suite
|
#include <confirm.h>
#include <core/arraydim.h>
#include <core/kicad_algo.h>
#include <pcb_edit_frame.h>
#include <tool/tool_manager.h>
#include <tools/pcb_actions.h>
#include <board.h>
#include <collectors.h>
#include <footprint.h>
#include <layer_ids.h>
#include <pad.h>
#include <pcb_track.h>
#include <panel_setup_layers.h>
#include <board_stackup_manager/panel_board_stackup.h>
#include <wx/choicdlg.h>
#include <wx/msgdlg.h>
#include <eda_list_dialog.h>
#include <list>
#include <set>
Go to the source code of this file.
Functions | |
static void | mandatoryLayerCbSetup (wxCheckBox &aCheckBox) |
Configure a layer checkbox to be mandatory and disabled. | |
|
static |
Configure a layer checkbox to be mandatory and disabled.
Definition at line 53 of file panel_setup_layers.cpp.
References _.
Referenced by PANEL_SETUP_LAYERS::initialize_back_tech_layers(), PANEL_SETUP_LAYERS::initialize_front_tech_layers(), and PANEL_SETUP_LAYERS::setCopperLayerCheckBoxes().