Home
last modified time | relevance | path

Searched refs:GetCopperLayerCount (Results 1 – 25 of 41) sorted by relevance

12

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Ddialog_swap_layers.cpp74 m_gridTable = new LAYER_GRID_TABLE( m_parent->GetBoard()->GetCopperLayerCount() ); in DIALOG_SWAP_LAYERS()
93 LSET enabledCopperLayers = LSET::AllCuMask( m_parent->GetBoard()->GetCopperLayerCount() ); in TransferDataToWindow()
127 LSET enabledCopperLayers = LSET::AllCuMask( m_parent->GetBoard()->GetCopperLayerCount() ); in TransferDataFromWindow()
H A Dpanel_setup_layers.cpp239 setCopperLayerCheckBoxes( m_pcb->GetCopperLayerCount() ); in TransferDataToWindow()
448 SyncCopperLayers( m_physicalStackup->GetCopperLayerCount() ); in TransferDataFromWindow()
766 int currNumLayers = aWorkingBoard->GetCopperLayerCount(); in CheckCopperLayerCount()
767 int newNumLayers = aImportedBoard->GetCopperLayerCount(); in CheckCopperLayerCount()
H A Ddialog_board_setup.cpp145 m_layers->SyncCopperLayers( m_physicalStackup->GetCopperLayerCount() ); in OnPageChange()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dedit.cpp93 if( GetBoard()->GetCopperLayerCount() < 2 ) in SwitchLayer()
103 if( layer != B_Cu && layer != F_Cu && layer >= GetBoard()->GetCopperLayerCount() - 1 ) in SwitchLayer()
H A Dpcb_target.cpp99 SetLayer( FlipLayer( GetLayer(), GetBoard()->GetCopperLayerCount() ) ); in Flip()
H A Dpcb_shape.cpp119 SetLayer( FlipLayer( GetLayer(), GetBoard()->GetCopperLayerCount() ) ); in Flip()
H A Dpcb_text.cpp185 SetLayer( FlipLayer( GetLayer(), GetBoard()->GetCopperLayerCount() ) ); in Flip()
H A Dpcb_base_frame.cpp594 if( m_pcb->GetCopperLayerCount() < 2 ) in SwitchLayer()
605 if( layer != B_Cu && layer != F_Cu && layer >= ( m_pcb->GetCopperLayerCount() - 1 ) ) in SwitchLayer()
H A Dzone_settings.cpp199 LSET layers = aShowCopper ? LSET::AllCuMask( board->GetCopperLayerCount() ) in SetupLayersList()
H A Dpcbplot.cpp159 attrib.Printf( wxT( "Copper,L%d,Bot" ), aBoard->GetCopperLayerCount() ); in GetGerberFileFunctionAttribute()
H A Dpcb_track.cpp293 int copperLayerCount = GetBoard()->GetCopperLayerCount(); in Flip()
313 int copperLayerCount = GetBoard()->GetCopperLayerCount(); in Flip()
333 int copperLayerCount = GetBoard()->GetCopperLayerCount(); in Flip()
H A Dfp_shape.cpp269 SetLayer( FlipLayer( GetLayer(), GetBoard()->GetCopperLayerCount() ) ); in Flip()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/exporters/
H A Dgerber_jobfile_writer.cpp279 m_json["GeneralSpecs"]["LayerNumber"] = m_pcb->GetCopperLayerCount(); in addJSONGeneralSpecs()
358 gbr_layer_id << m_pcb->GetCopperLayerCount(); in addJSONFilesAttributes()
457 bool hasInnerLayers = m_pcb->GetCopperLayerCount() > 2; in addJSONDesignRules()
691 if( next_copper_layer >= m_pcb->GetCopperLayerCount() - 1 ) in addJSONMaterialStackup()
H A Dexport_d356.cpp71 return aPcb->GetCopperLayerCount(); in compute_pad_access_code()
161 return aPcb->GetCopperLayerCount(); in via_access_code()
H A Dgendrill_file_writer_base.cpp393 layer2 = m_pcb->GetCopperLayerCount(); in BuildFileFunctionAttributeString()
401 int bottomlayer = m_pcb->GetCopperLayerCount(); in BuildFileFunctionAttributeString()
H A Dgerber_placefile_writer.cpp96 aLayer == B_Cu ? m_pcb->GetCopperLayerCount() : 1, in CreatePlaceFile()
H A Dexport_gencad.cpp377 int cu_count = aPcb->GetCopperLayerCount(); in CreatePadsShapesSection()
858 int cu_count = aPcb->GetCopperLayerCount(); in CreateComponentsSection()
1026 int cu_count = aPcb->GetCopperLayerCount(); in CreateRoutesSection()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/specctra_import_export/
H A Dspecctra_test.cpp95 int BOARD::GetCopperLayerCount() const in GetCopperLayerCount() function in BOARD
H A Dspecctra_export.cpp274 const int copperCount = aBoard->GetCopperLayerCount(); in makePADSTACK()
637 int layerCount = aBoard->GetCopperLayerCount(); in makeIMAGE()
902 const int copperCount = aBoard->GetCopperLayerCount(); in makeIMAGE()
1144 int layerCount = aBoard->GetCopperLayerCount(); in FromBOARD()
1398 const int copperCount = aBoard->GetCopperLayerCount(); in FromBOARD()
1618 m_bot_via_layer = aBoard->GetCopperLayerCount()-1; in FromBOARD()
H A Dspecctra_import.cpp189 int copperLayerCount = m_sessionBoard->GetCopperLayerCount(); in makeVIA()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/drc/
H A Ddrc_test_provider_disallow.cpp76 int delta = std::max( 1, boardZoneCount / board->GetCopperLayerCount() ); in Run()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/demos/python_scripts_examples/
H A Dgen_gerber_and_drill_files_board.py111 lyrcnt = board.GetCopperLayerCount();
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/board_stackup_manager/
H A Dpanel_board_stackup.h107 int GetCopperLayerCount() const;
H A Dpanel_board_stackup.cpp468 int PANEL_SETUP_BOARD_STACKUP::GetCopperLayerCount() const in GetCopperLayerCount() function in PANEL_SETUP_BOARD_STACKUP
476 int copperCount = GetCopperLayerCount(); in updateCopperLayerCount()
495 m_choiceCopperLayers->SetSelection( ( m_board->GetCopperLayerCount() / 2 ) - 1 ); in synchronizeWithBoard()
946 m_stackup.BuildDefaultStackupList( nullptr, m_brdSettings->GetCopperLayerCount() ); in buildLayerStackPanel()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/
H A Dboard_design_settings.h617 inline int GetCopperLayerCount() const in GetCopperLayerCount() function

12