Home
last modified time | relevance | path

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

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Ddialog_pad_properties.h64 void enablePrimitivePage( bool aEnable ); ///< enable (or disable) the primitive page editor
H A Ddialog_pad_properties.cpp283 void DIALOG_PAD_PROPERTIES::enablePrimitivePage( bool aEnable ) in enablePrimitivePage() function in DIALOG_PAD_PROPERTIES
615 enablePrimitivePage( PAD_SHAPE::CUSTOM == m_dummyPad->GetShape() ); in initValues()
879 enablePrimitivePage( is_custom ); in OnPadShapeSelection()