Home
last modified time | relevance | path

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

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Ddialog_pad_properties.cpp74 CHOICE_SHAPE_CIRCLE = 0, enumerator
583 case PAD_SHAPE::CIRCLE: m_PadShapeSelector->SetSelection( CHOICE_SHAPE_CIRCLE ); break; in initValues()
789 case CHOICE_SHAPE_CIRCLE: in OnPadShapeSelection()
862 m_sizeY.Enable( m_PadShapeSelector->GetSelection() != CHOICE_SHAPE_CIRCLE in OnPadShapeSelection()
865 m_offsetShapeOpt->Enable( m_PadShapeSelector->GetSelection() != CHOICE_SHAPE_CIRCLE in OnPadShapeSelection()