Home
last modified time | relevance | path

Searched refs:LAYER_PADS_TH (Results 1 – 18 of 18) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dpcbnew_printout.cpp168 setVisibility( LAYER_PADS_TH ); in setupViewLayers()
198 for( GAL_LAYER_ID layer : { LAYER_PADS_TH, LAYER_VIA_THROUGH } ) in setupViewLayers()
214 LAYER_PAD_FR, LAYER_PAD_BK, LAYER_PADS_TH in setupViewLayers()
H A Dpcb_draw_panel_gal.cpp86 LAYER_PADS_TH,
299 LAYER_PADS_TH, LAYER_PAD_PLATEDHOLES, LAYER_PAD_HOLEWALLS, LAYER_NON_PLATEDHOLES, in SetHighContrastLayer()
338 LAYER_PADS_TH, LAYER_PAD_PLATEDHOLES, LAYER_PAD_HOLEWALLS, LAYER_NON_PLATEDHOLES, in SetTopLayer()
607 m_view->SetRequired( LAYER_PADS_TH, LAYER_PADS ); in setDefaultLayerDeps()
H A Dpcb_painter.cpp147 m_sketchMode[LAYER_PADS_TH] = !aOptions.m_DisplayPadFill; in LoadDisplayOptions()
247 annularRingLayer = LAYER_PADS_TH; in GetColor()
271 aLayer = LAYER_PADS_TH; in GetColor()
349 case LAYER_PADS_TH: in GetColor()
1047 if( m_pcbSettings.m_sketchMode[LAYER_PADS_TH] ) in draw()
1098 bool simpleShapes = !m_pcbSettings.m_sketchMode[LAYER_PADS_TH]; in draw()
1287 && ( aLayer == LAYER_PAD_FR || aLayer == LAYER_PAD_BK || aLayer == LAYER_PADS_TH ) ) in draw()
H A Dpad.cpp1246 aLayers[aCount++] = LAYER_PADS_TH; in ViewGetLayers()
1325 && !aView->IsLayerVisible( LAYER_PADS_TH ) ) in ViewGetLOD()
1342 if( aLayer == LAYER_PADS_TH ) in ViewGetLOD()
1378 if( aLayer == LAYER_PADS_TH in ViewGetLOD()
H A Dfootprint_editor_settings.cpp375 migrateLegacyColor( f + "Color4DPadThruHoleEx", LAYER_PADS_TH ); in MigrateFromLegacy()
H A Dpcb_base_frame.cpp634 guide.SetIgnoreThroughHolePads( ! m_pcb->IsElementVisible( LAYER_PADS_TH ) ); in GetCollectorsGuide()
H A Dpcbnew_settings.cpp782 migrateLegacyColor( "Color4DPadThruHoleEx", LAYER_PADS_TH ); in MigrateFromLegacy()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/
H A Dlayer_ids.h209 LAYER_PADS_TH = GAL_LAYER_ID_START + 20, ///< multilayer pads, usually with holes enumerator
946 else if( aLayer == LAYER_PADS_TH ) in GetNetnameLayer()
997 LAYER_PADS_TH, in IsNetCopperLayer()
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/router/include/
H A Dlayers_id_colors_and_visibility.h191 LAYER_PADS_TH, ///< multilayer pads, usually with holes enumerator
779 else if( aLayer == LAYER_PADS_TH ) in GetNetnameLayer()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/view/
H A Dview_group.cpp156 case LAYER_PADS_TH: in ViewDraw()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/settings/
H A Dbuiltin_color_themes.h90 { LAYER_PADS_TH, CSS_COLOR( 227, 183, 46, 1 ) },
235 { LAYER_PADS_TH, COLOR4D( YELLOW ) },
H A Dcolor_settings.cpp144 CLR( "board.pad_through_hole", LAYER_PADS_TH ); in COLOR_SETTINGS()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/
H A Dlayer_id.cpp151 case LAYER_PADS_TH: return _( "Through-hole pads" ); in LayerName()
H A Dlset.cpp955 LAYER_PADS_TH, in DefaultVisible()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Ddialog_pad_properties.cpp328 settings->SetSketchMode( LAYER_PADS_TH, sketchMode ); in prepareCanvas()
773 settings->SetSketchMode( LAYER_PADS_TH, m_sketchPreview ); in onChangePadMode()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/tools/
H A Dpcb_selection_tool.cpp650 guide.SetIgnoreThroughHolePads( padsDisabled || ! board()->IsElementVisible( LAYER_PADS_TH ) ); in getCollectorsGuide()
2179 if( !board()->IsElementVisible( LAYER_PADS_TH ) ) in Selectable()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/widgets/
H A Dappearance_controls.cpp342 RR( _( "Through-hole Pads" ),LAYER_PADS_TH, _( "Show through-hole pads" ) ),
366 LAYER_PADS_TH,
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_rendering/raytracing/
H A Dcreate_scene.cpp995 objColor = m_boardAdapter.GetItemColor( LAYER_PADS_TH ); in insertHole()