Home
last modified time | relevance | path

Searched refs:PANEL_SETUP_LAYERS (Results 1 – 6 of 6) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Dpanel_setup_layers.cpp124 PANEL_SETUP_LAYERS::PANEL_SETUP_LAYERS( PAGED_DIALOG* aParent, PCB_EDIT_FRAME* aFrame ) : in PANEL_SETUP_LAYERS() function in PANEL_SETUP_LAYERS
232 bool PANEL_SETUP_LAYERS::TransferDataToWindow() in TransferDataToWindow()
258 void PANEL_SETUP_LAYERS::setMandatoryLayerCheckBoxes() in setMandatoryLayerCheckBoxes()
265 void PANEL_SETUP_LAYERS::setUserDefinedLayerCheckBoxes() in setUserDefinedLayerCheckBoxes()
296 void PANEL_SETUP_LAYERS::showBoardLayerNames() in showBoardLayerNames()
330 void PANEL_SETUP_LAYERS::showLayerTypes() in showLayerTypes()
342 LSET PANEL_SETUP_LAYERS::GetUILayerMask() in GetUILayerMask()
440 bool PANEL_SETUP_LAYERS::TransferDataFromWindow() in TransferDataFromWindow()
619 bool PANEL_SETUP_LAYERS::testLayerNames() in testLayerNames()
684 LSEQ PANEL_SETUP_LAYERS::getRemovedLayersWithItems() in getRemovedLayersWithItems()
[all …]
H A Ddialog_board_setup.h28 class PANEL_SETUP_LAYERS; variable
52 PANEL_SETUP_LAYERS* m_layers;
H A Dpanel_setup_layers.h56 class PANEL_SETUP_LAYERS : public PANEL_SETUP_LAYERS_BASE
59 PANEL_SETUP_LAYERS( PAGED_DIALOG* aParent, PCB_EDIT_FRAME* aFrame );
H A Ddialog_board_setup.cpp59 m_layers = new PANEL_SETUP_LAYERS( this, aFrame ); in DIALOG_BOARD_SETUP()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/board_stackup_manager/
H A Dpanel_board_stackup.h39 class PANEL_SETUP_LAYERS; variable
93 PANEL_SETUP_LAYERS* aPanelLayers );
233 PANEL_SETUP_LAYERS* m_panelLayers; // The associated PANEL_SETUP_LAYERS, to know
H A Dpanel_board_stackup.cpp88 PANEL_SETUP_LAYERS* aPanelLayers ): in PANEL_SETUP_BOARD_STACKUP()