Home
last modified time | relevance | path

Searched refs:GetPadCount (Results 1 – 12 of 12) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Ddialog_net_inspector.cpp190 gen( m_pad_count, 0, GetPadCount, SetPadCount, AddPadCount, SubPadCount, PadCountChanged );
223 m_parent->SubPadCount( GetPadCount() ); in SetParent()
237 m_parent->AddPadCount( GetPadCount() ); in SetParent()
638 aOutValue = m_parent.formatCount( i->GetPadCount() ); in GetValue()
693 else if( aCol == COLUMN_PAD_COUNT && i1.GetPadCount() != i2.GetPadCount() ) in Compare()
694 return compareUInt( i1.GetPadCount(), i2.GetPadCount(), aAsc ); in Compare()
1179 if( list_item->GetPadCount() == 0 && !m_cbShowZeroPad->IsChecked() ) in OnBoardItemAdded()
1218 if( list_item->GetPadCount() == 0 && !m_cbShowZeroPad->IsChecked() ) in OnBoardItemRemoved()
1364 cur_list_item->SetPadCount( new_list_item->GetPadCount() ); in updateNet()
1883 new_item->SetPadCount( removed_item->GetPadCount() ); in onRenameNet()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dfootprint_info_impl.cpp57 m_pad_count = footprint->GetPadCount( DO_NOT_INCLUDE_NPTH ); in load()
367 txtStream << wxString::Format( "%u", fpinfo->GetPadCount() ) << endl; in WriteCacheToFile()
H A Dfootprint_editor_utils.cpp141 m_pad_count = aFootprint->GetPadCount( DO_NOT_INCLUDE_NPTH ); in BASIC_FOOTPRINT_INFO()
H A Dfootprint.h545 unsigned GetPadCount( INCLUDE_NPTH_T aIncludeNPTH = INCLUDE_NPTH_T(INCLUDE_NPTH) ) const;
H A Dfootprint_viewer_frame.cpp484 matched = ( wxAtoi( term ) == (int)footprint->GetPadCount() ); in ReCreateFootprintList()
H A Dfootprint.cpp1129 unsigned FOOTPRINT::GetPadCount( INCLUDE_NPTH_T aIncludeNPTH ) const in GetPadCount() function in FOOTPRINT
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/autorouter/
H A Dar_autoplacer.cpp423 int margin = ( m_matrix.m_GridRouting * Module->GetPadCount() ) / AR_GAIN; in genModuleOnRoutingMatrix()
568 int marge = ( m_matrix.m_GridRouting * aFootprint->GetPadCount() ) / AR_GAIN; in testFootprintOnBoard()
752 ff1 = ref->GetArea() * ref->GetPadCount(); in sortFootprintsByComplexity()
753 ff2 = compare->GetArea() * compare->GetPadCount(); in sortFootprintsByComplexity()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/drc/
H A Ddrc_test_provider_connectivity.cpp136 int pads_in_net = ( netcode > 0 ) ? connectivity->GetPadCount( netcode ) : 1; in Run()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/
H A Dfootprint_info.h102 unsigned GetPadCount() in GetPadCount() function
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/connectivity/
H A Dconnectivity_data.h208 unsigned int GetPadCount( int aNet = -1 ) const;
H A Dconnectivity_data.cpp577 unsigned int CONNECTIVITY_DATA::GetPadCount( int aNet ) const in GetPadCount() function in CONNECTIVITY_DATA
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/tools/
H A Dpcb_control.cpp1233 msg.Printf( wxT( "%zu" ), (size_t) footprint->GetPadCount( DO_NOT_INCLUDE_NPTH ) ); in UpdateMessagePanel()