Home
last modified time | relevance | path

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

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Ddialog_copper_zones_base.h97 wxStaticText* m_spokeWidthUnits; variable
H A Ddialog_copper_zones_base.cpp251m_spokeWidthUnits = new wxStaticText( sbSizer5->GetStaticBox(), wxID_ANY, _("mm"), wxDefaultPositi… in DIALOG_COPPER_ZONE_BASE()
252 m_spokeWidthUnits->Wrap( -1 ); in DIALOG_COPPER_ZONE_BASE()
253 …gbSizerSettings->Add( m_spokeWidthUnits, wxGBPosition( 5, 2 ), wxGBSpan( 1, 1 ), wxALIGN_CENTER_VE… in DIALOG_COPPER_ZONE_BASE()
H A Ddialog_pad_properties_base.h197 wxStaticText* m_spokeWidthUnits; variable
H A Ddialog_copper_zones.cpp172 m_spokeWidth( aParent, m_spokeWidthLabel, m_spokeWidthCtrl, m_spokeWidthUnits ), in DIALOG_COPPER_ZONE()
H A Ddialog_pad_properties_base.cpp731m_spokeWidthUnits = new wxStaticText( m_sbSizerZonesSettings->GetStaticBox(), wxID_ANY, _("Inch"),… in DIALOG_PAD_PROPERTIES_BASE()
732 m_spokeWidthUnits->Wrap( -1 ); in DIALOG_PAD_PROPERTIES_BASE()
733 …fgSizerCopperZonesOpts->Add( m_spokeWidthUnits, 0, wxALIGN_CENTER_VERTICAL|wxLEFT|wxRIGHT|wxTOP, 5… in DIALOG_PAD_PROPERTIES_BASE()
H A Ddialog_pad_properties.cpp139 m_spokeWidth( aParent, m_spokeWidthLabel, m_spokeWidthCtrl, m_spokeWidthUnits ), in DIALOG_PAD_PROPERTIES()