52#include <wx/choicdlg.h>
100#define CONN_DLG_TYPE 2
101#define NPTH_DLG_TYPE 3
102#define APERTURE_DLG_TYPE 4
123 const double defaultProportion = 0.25;
127 const double defaultRadiusIU = std::min( minimumSizeIU, padMinSizeIU * defaultProportion );
130 return defaultRadiusIU / padMinSizeIU;
145 m_canUpdate( false ),
146 m_posX( aParent, m_posXLabel, m_posXCtrl, m_posXUnits ),
147 m_posY( aParent, m_posYLabel, m_posYCtrl, m_posYUnits ),
148 m_sizeX( aParent, m_sizeXLabel, m_sizeXCtrl, m_sizeXUnits ),
149 m_sizeY( aParent, m_sizeYLabel, m_sizeYCtrl, m_sizeYUnits ),
150 m_offsetX( aParent, m_offsetXLabel, m_offsetXCtrl, m_offsetXUnits ),
151 m_offsetY( aParent, m_offsetYLabel, m_offsetYCtrl, m_offsetYUnits ),
152 m_padToDie( aParent, m_padToDieLabel, m_padToDieCtrl, m_padToDieUnits ),
153 m_trapDelta( aParent, m_trapDeltaLabel, m_trapDeltaCtrl, m_trapDeltaUnits ),
154 m_cornerRadius( aParent, m_cornerRadiusLabel, m_cornerRadiusCtrl, m_cornerRadiusUnits ),
155 m_cornerRatio( aParent, m_cornerRatioLabel, m_cornerRatioCtrl, m_cornerRatioUnits ),
156 m_chamferRatio( aParent, m_chamferRatioLabel, m_chamferRatioCtrl, m_chamferRatioUnits ),
157 m_mixedCornerRatio( aParent, m_mixedCornerRatioLabel, m_mixedCornerRatioCtrl,
158 m_mixedCornerRatioUnits ),
159 m_mixedChamferRatio( aParent, m_mixedChamferRatioLabel, m_mixedChamferRatioCtrl,
160 m_mixedChamferRatioUnits ),
161 m_holeX( aParent, m_holeXLabel, m_holeXCtrl, m_holeXUnits ),
162 m_holeY( aParent, m_holeYLabel, m_holeYCtrl, m_holeYUnits ),
163 m_clearance( aParent, m_clearanceLabel, m_clearanceCtrl, m_clearanceUnits ),
164 m_maskMargin( aParent, m_maskMarginLabel, m_maskMarginCtrl, m_maskMarginUnits ),
165 m_pasteMargin( aParent, m_pasteMarginLabel, m_pasteMarginCtrl, m_pasteMarginUnits ),
166 m_pasteMarginRatio( aParent, m_pasteMarginRatioLabel, m_pasteMarginRatioCtrl,
167 m_pasteMarginRatioUnits ),
168 m_thermalGap( aParent, m_thermalGapLabel, m_thermalGapCtrl, m_thermalGapUnits ),
169 m_spokeWidth( aParent, m_spokeWidthLabel, m_spokeWidthCtrl, m_spokeWidthUnits ),
170 m_spokeAngle( aParent, m_spokeAngleLabel, m_spokeAngleCtrl, m_spokeAngleUnits ),
171 m_pad_orientation( aParent, m_PadOrientText, m_cb_padrotation, m_orientationUnits ),
172 m_teardropMaxLenSetting( aParent, m_stMaxLen, m_tcTdMaxLen, m_stMaxLenUnits ),
173 m_teardropMaxHeightSetting( aParent, m_stTdMaxSize, m_tcMaxHeight, m_stMaxHeightUnits )
201 SetTitle(
_(
"Pad Properties" ) );
209 SetTitle(
_(
"Default Pad Properties for Add Pad Tool" ) );
258 infoFont.SetStyle( wxFONTSTYLE_ITALIC );
291 wxUpdateUIEvent dummyUI;
372 settings->SetHighContrast(
false );
373 settings->m_ContrastModeDisplay = HIGH_CONTRAST_MODE::NORMAL;
434 wxObject* ctrl =
event.GetEventObject();
435 wxString value =
event.GetString();
436 bool changed =
false;
442 if( value.ToDouble( &ratioPercent ) )
445 if( ratioPercent < 0.0 )
450 else if( ratioPercent > 50.0 )
468 if( value.ToDouble( &ratioPercent ) )
471 if( ratioPercent < 0.0 )
476 else if( ratioPercent > 50.0 )
524 if( footprint->IsFlipped() )
528 relPos.
y = - relPos.
y;
535 msg.Printf(
_(
"Footprint %s (%s), %s, rotated %g deg"),
536 footprint->Reference().GetShownText(
false ),
537 footprint->Value().GetShownText(
false ),
538 footprint->IsFlipped() ?
_(
"back side (mirrored)" ) :
_(
"front side" ),
539 footprint->GetOrientation().AsDegrees() );
640 case PAD_SHAPE::CHAMFERED_RECT:
647 case PAD_SHAPE::CUSTOM:
712 wxCommandEvent cmd_event;
740 settings->SetHighContrast(
false );
741 settings->m_ContrastModeDisplay = HIGH_CONTRAST_MODE::NORMAL;
850 for(
size_t i = 0; i <
m_notebook->GetPageCount(); ++i )
917 bool hasConnection =
true;
918 bool hasProperty =
true;
922 case PTH_DLG_TYPE: hasHole =
true; hasConnection =
true; hasProperty =
true;
break;
923 case SMD_DLG_TYPE: hasHole =
false; hasConnection =
true; hasProperty =
true;
break;
924 case CONN_DLG_TYPE: hasHole =
false; hasConnection =
true; hasProperty =
true;
break;
925 case NPTH_DLG_TYPE: hasHole =
true; hasConnection =
false; hasProperty =
false;
break;
926 case APERTURE_DLG_TYPE: hasHole =
false; hasConnection =
false; hasProperty =
true;
break;
974 bool hasConnection =
true;
978 case PTH_DLG_TYPE: hasHole =
true; hasConnection =
true;
break;
979 case SMD_DLG_TYPE: hasHole =
false; hasConnection =
true;
break;
980 case CONN_DLG_TYPE: hasHole =
false; hasConnection =
true;
break;
981 case NPTH_DLG_TYPE: hasHole =
true; hasConnection =
false;
break;
1032 if( cu_set.test(
F_Cu ) && cu_set.test(
B_Cu ) )
1034 else if( cu_set.test(
F_Cu ) )
1036 else if( cu_set.test(
B_Cu ) )
1074 bool keep_top_bottom )
1081 if( !layer_mask.any() )
1086 else if( !remove_unconnected )
1088 else if( keep_top_bottom )
1096 if( !layer_mask.any() )
1099 if( layer_mask.test(
F_Cu ) )
1107 if( !layer_mask.any() )
1110 if( layer_mask.test(
F_Cu ) )
1118 if( !layer_mask.any() )
1121 if( layer_mask.test(
F_Cu ) && layer_mask.test(
B_Cu ) )
1123 else if( layer_mask.test(
F_Cu ) )
1125 else if( layer_mask.test(
B_Cu ) )
1133 if( !layer_mask.any() )
1201 wxArrayString error_msgs;
1202 wxArrayString warning_msgs;
1212 if( pad_size.
x <= 0 )
1213 error_msgs.Add(
_(
"Error: Pad must have a positive size." ) );
1217 if( pad_size.
x <= 0 || pad_size.
y <= 0 )
1218 error_msgs.Add(
_(
"Error: Pad must have a positive size." ) );
1232 warning_msgs.Add(
_(
"Warning: Pad hole not inside pad shape." ) );
1245 warning_msgs.Add(
_(
"Warning: Pad hole will leave no copper." ) );
1250 warning_msgs.Add(
_(
"Warning: Negative local clearance values will have no effect." ) );
1263 BOX2I shapeBBox = shape->GetBoundingBox();
1267 warning_msgs.Add(
_(
"Warning: Negative solder mask clearances larger than "
1268 "some shape primitives. Results may be surprising." ) );
1274 else if( absMargin > pad_size.
x || absMargin > pad_size.
y )
1276 warning_msgs.Add(
_(
"Warning: Negative solder mask clearance larger than pad. No "
1277 "solder mask will be generated." ) );
1290 paste_size.x = pad_size.
x + paste_margin +
KiROUND( pad_size.
x * paste_ratio );
1291 paste_size.y = pad_size.
y + paste_margin +
KiROUND( pad_size.
y * paste_ratio );
1293 if( paste_size.x <= 0 || paste_size.y <= 0 )
1295 warning_msgs.Add(
_(
"Warning: Negative solder paste margins larger than pad. No solder "
1296 "paste mask will be generated." ) );
1301 if( padlayers_mask == 0 )
1302 error_msgs.Add(
_(
"Error: pad has no layer." ) );
1304 if( !padlayers_mask[
F_Cu] && !padlayers_mask[
B_Cu] )
1308 warning_msgs.Add(
_(
"Warning: Plated through holes should normally have a copper pad "
1309 "on at least one layer." ) );
1314 error_msgs.Add(
_(
"Error: Trapazoid delta is too large." ) );
1318 case PAD_ATTRIB::NPTH:
1319 case PAD_ATTRIB::PTH:
1320 if( drill_size.
x <= 0
1323 error_msgs.Add(
_(
"Error: Through hole pad has no hole." ) );
1327 case PAD_ATTRIB::CONN:
1330 warning_msgs.Add(
_(
"Warning: Connector pads normally have no solder paste. Use a "
1331 "SMD pad instead." ) );
1335 case PAD_ATTRIB::SMD:
1337 if( drill_size.
x > 0 || drill_size.
y > 0 )
1339 error_msgs.Add(
_(
"Error: SMD pad has a hole." ) );
1344 if( ( padlayers_mask[
F_Cu] && padlayers_mask[
B_Cu] ) || innerlayers_mask.count() != 0 )
1345 warning_msgs.Add(
_(
"Warning: SMD pad has no outer layers." ) );
1353 warning_msgs.Add(
_(
"Warning: Fiducial property makes no sense on NPTH pads." ) );
1359 warning_msgs.Add(
_(
"Warning: Testpoint property makes no sense on NPTH pads." ) );
1365 warning_msgs.Add(
_(
"Warning: Heatsink property makes no sense of NPTH pads." ) );
1371 warning_msgs.Add(
_(
"Warning: Castellated property is for PTH pads." ) );
1377 warning_msgs.Add(
_(
"Warning: BGA property is for SMD pads." ) );
1386 error_msgs.Add(
_(
"Error: Negative corner size." ) );
1388 warning_msgs.Add(
_(
"Warning: Corner size will make pad circular." ) );
1398 error_msgs.Add(
_(
"Error: Custom pad shape must resolve to a single polygon." ) );
1402 if( error_msgs.GetCount() || warning_msgs.GetCount() )
1404 wxString title = error_msgs.GetCount() ?
_(
"Pad Properties Errors" )
1405 :
_(
"Pad Properties Warnings" );
1408 wxArrayString msgs = error_msgs;
1410 for(
const wxString& msg : warning_msgs )
1418 return error_msgs.GetCount() == 0;
1435 #define SELECTED_ITEMS_LAYER Dwgs_User
1458 int maxXExtent = std::max( abs( bbox.
GetLeft() ), abs( bbox.
GetRight() ) );
1459 int maxYExtent = std::max( abs( bbox.
GetTop() ), abs( bbox.
GetBottom() ) );
1462 if( maxXExtent > INT_MAX / 4 )
1463 maxXExtent = INT_MAX / 4;
1465 if( maxYExtent > INT_MAX / 4 )
1466 maxYExtent = INT_MAX / 4;
1470 viewBox.
Inflate( maxXExtent * 1.4, maxYExtent * 1.4 );
1471 canvasBox.
Inflate( maxXExtent * 2.0, maxYExtent * 2.0 );
1486 if( !wxDialog::TransferDataToWindow() )
1503 if( !wxDialog::TransferDataFromWindow() )
1600 relPos.
y = -relPos.
y;
1611 commit.
Push(
_(
"Modify pad" ) );
1623 case 0: prop = PAD_PROP::NONE;
break;
1624 case 1: prop = PAD_PROP::BGA;
break;
1625 case 2: prop = PAD_PROP::FIDUCIAL_LOCAL;
break;
1626 case 3: prop = PAD_PROP::FIDUCIAL_GLBL;
break;
1627 case 4: prop = PAD_PROP::TESTPOINT;
break;
1628 case 5: prop = PAD_PROP::HEATSINK;
break;
1629 case 6: prop = PAD_PROP::CASTELLATED;
break;
1693 if( aPad->
GetShape() == PAD_SHAPE::CUSTOM )
1745 if( aPad->
GetShape() == PAD_SHAPE::CIRCLE )
1755 if( aPad->
GetShape() == PAD_SHAPE::TRAPEZOID )
1836 if( aPad->
GetShape() == PAD_SHAPE::CUSTOM )
1855 case PAD_ATTRIB::PTH:
1858 case PAD_ATTRIB::CONN:
1859 case PAD_ATTRIB::SMD:
1869 case PAD_ATTRIB::NPTH:
1877 wxFAIL_MSG( wxT(
"DIALOG_PAD_PROPERTIES::transferDataToPad: unknown pad type" ) );
1881 if( aPad->
GetShape() == PAD_SHAPE::ROUNDRECT )
1885 else if( aPad->
GetShape() == PAD_SHAPE::CHAMFERED_RECT )
1910 switch( copperLayersChoice )
1938 switch( copperLayersChoice )
1940 case 0: padLayerMask.set(
F_Cu ).set(
B_Cu );
break;
1941 case 1: padLayerMask.set(
F_Cu );
break;
1942 case 2: padLayerMask.set(
B_Cu );
break;
1950 switch( copperLayersChoice )
1952 case 0: padLayerMask.set(
F_Cu );
break;
1953 case 1: padLayerMask.set(
B_Cu );
break;
1982 padLayerMask.set(
F_Mask );
1985 padLayerMask.set(
B_Mask );
2014 for(
size_t i = 0; i <
m_notebook->GetPageCount(); ++i )
constexpr EDA_IU_SCALE pcbIUScale
wxBitmap KiBitmap(BITMAPS aBitmap, int aHeightTag)
Construct a wxBitmap from an image identifier Returns the image from the active theme if the image ha...
virtual void Push(const wxString &aMessage=wxT("A commit"), int aCommitFlags=0) override
Revert the commit by restoring the modified items state.
bool SetNetCode(int aNetCode, bool aNoAssert)
Set net using a net code.
TEARDROP_PARAMETERS & GetTeardropParams()
std::unique_ptr< PAD > m_Pad_Master
FOOTPRINT * GetParentFootprint() const
VECTOR2I GetFPRelativePosition() const
void SetFPRelativePosition(const VECTOR2I &aPos)
BOARD_ITEM_CONTAINER * GetParent() const
const NETINFO_LIST & GetNetInfo() const
const wxString GetLayerName(PCB_LAYER_ID aLayer) const
Return the name of a aLayer.
bool LegacyTeardrops() const
BOARD_DESIGN_SETTINGS & GetDesignSettings() const
coord_type GetTop() const
coord_type GetHeight() const
coord_type GetWidth() const
void Move(const Vec &aMoveVector)
Move the rectangle by the aMoveVector.
BOX2< Vec > & Inflate(coord_type dx, coord_type dy)
Inflates the rectangle horizontally by dx and vertically by dy.
coord_type GetRight() const
coord_type GetLeft() const
const Vec & GetSize() const
coord_type GetBottom() const
Color settings are a bit different than most of the settings objects in that there can be more than o...
COLOR4D GetColor(int aLayer) const
COMMIT & Modify(EDA_ITEM *aItem, BASE_SCREEN *aScreen=nullptr)
Create an undo entry for an item that has been already modified.
Class DIALOG_PAD_PROPERTIES_BASE.
wxStaticText * m_techLayersLabel
wxStaticText * m_staticTextInfoPaste
wxCheckBox * m_cbBottomLeft
wxCheckBox * m_cbBottomRight1
wxStaticBitmap * m_legacyTeardropsIcon
wxSpinCtrlDouble * m_spTeardropHDPercent
wxCheckBox * m_cbTeardrops
wxCheckBox * m_cbTopRight1
wxCheckBox * m_cbPreferZoneConnection
wxPanel * m_boardViewPanel
wxStaticBitmap * m_stackupImage1
wxStaticText * m_offsetShapeOptLabel
wxChoice * m_ZoneConnectionChoice
wxStaticText * m_teardropShapeLabel
wxStaticBitmap * m_stackupImage2
wxFlexGridSizer * m_offsetCtrls
wxCheckBox * m_cbBottomLeft1
wxSpinCtrlDouble * m_spTeardropSizePercent
wxCheckBox * m_layerBackSilk
wxSimplebook * m_shapePropsBook
wxBoxSizer * m_LeftBoxSizer
wxStaticText * m_parentInfo
wxCheckBox * m_layerFrontMask
wxStaticBitmap * m_stackupImage4
wxStaticText * m_copperLayersLabel
wxGridBagSizer * m_gbSizerHole
wxStaticLine * m_staticline6
wxChoice * m_PadShapeSelector
wxChoice * m_holeShapeCtrl
wxStaticText * m_padNumLabel
TEXT_CTRL_EVAL * m_mixedCornerRatioCtrl
wxCheckBox * m_layerFrontAdhesive
wxCheckBox * m_layerBackMask
wxCheckBox * m_layerFrontPaste
wxCheckBox * m_layerBackAdhesive
wxChoice * m_ZoneCustomPadShape
wxSimplebook * m_stackupImagesBook
wxCheckBox * m_cbTeardropsUseNextTrack
wxCheckBox * m_cbTopRight
wxCheckBox * m_layerFrontSilk
wxStaticText * m_holeShapeLabel
wxCheckBox * m_padToDieOpt
wxStaticBitmap * m_stackupImage0
wxStaticText * m_nonCopperNote
NET_SELECTOR * m_padNetSelector
wxBoxSizer * m_FlippedWarningSizer
wxTextCtrl * m_padNumCtrl
wxStaticBitmap * m_stackupImage7
wxTextCtrl * m_cornerRadiusCtrl
wxCheckBox * m_curvedEdges
wxCheckBox * m_cbBottomRight
wxChoice * m_trapAxisCtrl
wxStaticText * m_minTrackWidthHint
wxStaticBitmap * m_stackupImage6
wxCheckBox * m_cbTopLeft1
TEXT_CTRL_EVAL * m_chamferRatioCtrl
wxStaticBitmap * m_FlippedWarningIcon
wxCheckBox * m_layerUserDwgs
TEXT_CTRL_EVAL * m_mixedChamferRatioCtrl
wxSpinCtrlDouble * m_spTeardropLenPercent
wxStaticText * m_holeXLabel
wxStaticBitmap * m_stackupImage5
wxStaticText * m_sizeXLabel
wxSpinCtrl * m_curvePointsCtrl
wxBoxSizer * m_legacyTeardropsWarning
TEXT_CTRL_EVAL * m_cornerRatioCtrl
wxChoice * m_choiceFabProperty
wxCheckBox * m_offsetShapeOpt
wxStaticBitmap * m_nonCopperWarningIcon
wxBoxSizer * m_padPreviewSizer
wxCheckBox * m_cbShowPadOutline
wxStaticText * m_padNetLabel
wxStaticBitmap * m_bitmapTeardrop
wxCheckBox * m_layerBackPaste
wxSimplebook * m_nonCopperWarningBook
wxChoice * m_rbCopperLayersSel
wxPanel * m_localSettingsPanel
void OnUpdateUINonCopperWarning(wxUpdateUIEvent &event) override
void OnInitDialog(wxInitDialogEvent &event) override
void PadTypeSelected(wxCommandEvent &event) override
void OnPadShapeSelection(wxCommandEvent &event) override
UNIT_BINDER m_teardropMaxHeightSetting
bool transferDataToPad(PAD *aPad)
Copy values from dialog field to aPad's members.
bool TransferDataFromWindow() override
Updates the different parameters for the component being edited.
bool Show(bool aShow) override
void updateHoleControls()
std::vector< std::shared_ptr< PCB_SHAPE > > m_primitives
UNIT_BINDER m_teardropMaxLenSetting
bool padValuesOK()
test if all values are acceptable for the pad
void PadOrientEvent(wxCommandEvent &event) override
bool TransferDataToWindow() override
void OnResize(wxSizeEvent &event)
PCB_BASE_FRAME * m_parent
UNIT_BINDER m_mixedCornerRatio
void OnOffsetCheckbox(wxCommandEvent &event) override
PCB_DRAW_PANEL_GAL * m_padPreviewGAL
void OnValuesChanged(wxCommandEvent &event) override
Called when a dimension has changed.
void updateRoundRectCornerValues()
DIALOG_PAD_PROPERTIES(PCB_BASE_FRAME *aParent, PAD *aPad)
void onTeardropsUpdateUi(wxUpdateUIEvent &event) override
void UpdateLayersDropdown()
void onChangePadMode(wxCommandEvent &event) override
UNIT_BINDER m_pasteMargin
std::vector< PCB_SHAPE * > m_highlight
UNIT_BINDER m_pasteMarginRatio
KIGFX::ORIGIN_VIEWITEM * m_axisOrigin
UNIT_BINDER m_mixedChamferRatio
UNIT_BINDER m_cornerRadius
void OnSetCopperLayers(wxCommandEvent &event) override
void OnCancel(wxCommandEvent &event) override
void onCornerRadiusChange(wxCommandEvent &event) override
void updatePadLayersList(LSET layer_mask, bool remove_unconnected, bool keep_top_bottom)
Updates the CheckBox states in pad layers list, based on the layer_mask (if non-empty) or the default...
PAD_PROP getSelectedProperty()
Return the pad property currently selected.
void OnSetLayers(wxCommandEvent &event) override
void updatePadSizeControls()
void onCornerSizePercentChange(wxCommandEvent &event) override
UNIT_BINDER m_pad_orientation
void OnPadToDieCheckbox(wxCommandEvent &event) override
void onTeardropCurvePointsUpdateUi(wxUpdateUIEvent &event) override
static bool m_sketchPreview
void OnDrillShapeSelected(wxCommandEvent &event) override
void OnUpdateUI(wxUpdateUIEvent &event) override
UNIT_BINDER m_cornerRatio
UNIT_BINDER m_chamferRatio
bool Show(bool show) override
void SetInitialFocus(wxWindow *aWindow)
Sets the window (usually a wxTextCtrl) that should be focused when the dialog is shown.
void SetupStandardButtons(std::map< int, wxString > aLabels={})
void finishDialogSettings()
In all dialogs, we must call the same functions to fix minimal dlg size, the default position and per...
bool IsType(FRAME_T aType) const
void SetMsgPanel(const std::vector< MSG_PANEL_ITEM > &aList)
Clear the message panel and populates it with the contents of aList.
GAL_DISPLAY_OPTIONS_IMPL & GetGalDisplayOptions()
Return a reference to the gal rendering options used by GAL for rendering.
GAL_TYPE GetBackend() const
Return the type of backend currently used by GAL canvas.
void StopDrawing()
Prevent the GAL canvas from further drawing until it is recreated or StartDrawing() is called.
KIGFX::VIEW_CONTROLS * GetViewControls() const
Return a pointer to the #VIEW_CONTROLS instance used in the panel.
virtual void Refresh(bool aEraseBackground=true, const wxRect *aRect=nullptr) override
void StartDrawing()
Begin drawing if it was stopped previously.
void SetStealsFocus(bool aStealsFocus)
Set whether focus is taken on certain events (mouseover, keys, etc).
void ClearFlags(EDA_ITEM_FLAGS aMask=EDA_ITEM_ALL_FLAGS)
virtual void SetParent(EDA_ITEM *aParent)
void ListSet(const wxString &aList)
Add a list of items.
A color representation with 4 components: red, green, blue, alpha.
bool m_forceDisplayCursor
The pixel scale factor (>1 for hi-DPI scaled displays)
void SetAxesEnabled(bool aAxesEnabled)
Enable drawing the axes.
void SetGridSize(const VECTOR2D &aGridSize)
Set the grid size.
void SetGridVisibility(bool aVisibility)
Set the visibility setting of the grid.
void SetPosition(const VECTOR2I &aPosition) override
void SetDrawAtZero(bool aDrawFlag)
Set the draw at zero flag.
virtual RENDER_SETTINGS * GetSettings()=0
Return a pointer to current settings that are going to be used when drawing items.
Contains methods for drawing PCB-specific items.
virtual PCB_RENDER_SETTINGS * GetSettings() override
Return a pointer to current settings that are going to be used when drawing items.
PCB specific render settings.
bool m_ForcePadSketchModeOn
void SetLayerColor(int aLayer, const COLOR4D &aColor)
Change the color used to draw a layer.
An interface for classes handling user events controlling the view behavior such as zooming,...
void ApplySettings(const VC_SETTINGS &aSettings)
Load new settings from program common settings.
const VC_SETTINGS & GetSettings() const
Apply VIEW_CONTROLS settings from an object.
Hold a (potentially large) number of VIEW_ITEMs and renders them on a graphics device provided by the...
void SetViewport(const BOX2D &aViewport)
Set the visible area of the VIEW.
virtual void Add(VIEW_ITEM *aItem, int aDrawPriority=-1)
Add a VIEW_ITEM to the view.
void SetBoundary(const BOX2D &aBoundary)
Set limits for view area.
virtual void Update(const VIEW_ITEM *aItem, int aUpdateFlags) const
For dynamic VIEWs, inform the associated VIEW that the graphical representation of this item has chan...
GAL * GetGAL() const
Return the #GAL this view is using to draw graphical primitives.
virtual void SetTopLayer(int aLayer, bool aEnabled=true)
Set given layer to be displayed on the top or sets back the default order of layers.
PAINTER * GetPainter() const
Return the painter object used by the view for drawing #VIEW_ITEMS.
LSET is a set of PCB_LAYER_IDs.
static LSET InternalCuMask()
Return a complete set of internal copper layers which is all Cu layers except F_Cu and B_Cu.
static LSET AllCuMask(int aCuLayerCount=MAX_CU_LAYERS)
Return a mask holding the requested number of Cu PCB_LAYER_IDs.
static const int UNCONNECTED
Constant that holds the "unconnected net" number (typically 0) all items "connected" to this net are ...
void SetBoard(BOARD *aBoard)
void SetSelectedNetcode(int aNetcode)
void SetNetInfo(NETINFO_LIST *aNetInfoList)
int GetLocalClearance(wxString *aSource) const override
Return any local clearances set in the "classic" (ie: pre-rule) system.
bool IsAperturePad() const
void SetAttribute(PAD_ATTRIB aAttribute)
void SetLayerSet(LSET aLayers) override
PAD_PROP GetProperty() const
bool GetRemoveUnconnected() const
PAD_DRILL_SHAPE_T GetDrillShape() const
LSET GetLayerSet() const override
Return a std::bitset of all layers on which the item physically resides.
const BOX2I GetBoundingBox() const override
The bounding box is cached, so this will be efficient most of the time.
const VECTOR2I & GetDrillSize() const
PAD_ATTRIB GetAttribute() const
void SetLocalSolderPasteMargin(int aMargin)
static LSET PTHMask()
layer set for a through hole pad
ZONE_CONNECTION GetZoneConnection() const
void SetRemoveUnconnected(bool aSet)
Set the unconnected removal property.
void TransformShapeToPolygon(SHAPE_POLY_SET &aBuffer, PCB_LAYER_ID aLayer, int aClearance, int aMaxError, ERROR_LOC aErrorLoc, bool ignoreLineWidth=false) const override
Convert the pad shape to a closed polygon.
void SetThermalGap(int aGap)
void SetThermalSpokeAngle(const EDA_ANGLE &aAngle)
The orientation of the thermal spokes.
const wxString & GetNumber() const
void MergePrimitivesAsPolygon(SHAPE_POLY_SET *aMergedPolygon, ERROR_LOC aErrorLoc=ERROR_INSIDE) const
Merge all basic shapes to a SHAPE_POLY_SET.
double GetLocalSolderPasteMarginRatio() const
int GetRoundRectCornerRadius() const
void DeletePrimitivesList()
Clear the basic shapes list.
void SetDrillShape(PAD_DRILL_SHAPE_T aShape)
VECTOR2I GetPosition() const override
void SetProperty(PAD_PROP aProperty)
const std::vector< std::shared_ptr< PCB_SHAPE > > & GetPrimitives() const
Accessor to the basic shape list for custom-shaped pads.
EDA_ANGLE GetThermalSpokeAngle() const
void SetOffset(const VECTOR2I &aOffset)
void SetChamferRectRatio(double aChamferScale)
Has meaning only for chamfered rectangular pads.
const VECTOR2I & GetOffset() const
static LSET UnplatedHoleMask()
layer set for a mechanical unplated through hole pad
void SetRoundRectCornerRadius(double aRadius)
Has meaning only for rounded rectangle pads.
void SetLocalClearance(int aClearance)
void SetKeepTopBottom(bool aSet)
Set whether we keep the top and bottom connections even if they are not connected.
void SetNumber(const wxString &aNumber)
Set the pad number (note that it can be alphanumeric, such as the array reference "AA12").
void SetZoneConnection(ZONE_CONNECTION aType)
int GetLocalSolderMaskMargin() const
bool GetKeepTopBottom() const
CUST_PAD_SHAPE_IN_ZONE GetCustomShapeInZoneOpt() const
void SetDelta(const VECTOR2I &aSize)
bool IsOnCopperLayer() const override
void SetPosition(const VECTOR2I &aPos) override
const VECTOR2I & GetDelta() const
static LSET ConnSMDMask()
layer set for a SMD pad on Front layer used for edge board connectors
void SetDrillSize(const VECTOR2I &aSize)
PAD_SHAPE GetShape() const
EDA_ANGLE GetOrientation() const
Return the rotation angle of the pad.
EDA_ANGLE GetFPRelativeOrientation()
void Flip(const VECTOR2I &VECTOR2I, bool aFlipLeftRight) override
Flip this object, i.e.
static LSET ApertureMask()
layer set for an aperture pad
virtual const BOX2I ViewBBox() const override
Return the bounding box of the item covering all its layers.
static LSET SMDMask()
layer set for a SMD pad on Front layer
void SetLocalSolderPasteMarginRatio(double aRatio)
void SetShape(PAD_SHAPE aShape)
Set the new shape of this pad.
int GetThermalSpokeWidth() const
int GetLocalSolderPasteMargin() const
void SetFPRelativeOrientation(const EDA_ANGLE &aAngle)
void SetCustomShapeInZoneOpt(CUST_PAD_SHAPE_IN_ZONE aOption)
Set the option for the custom pad shape to use as clearance area in copper zones.
void SetRoundRectRadiusRatio(double aRadiusScale)
Has meaning only for rounded rectangle pads.
void SetAnchorPadShape(PAD_SHAPE aShape)
Set the shape of the anchor pad for custom shaped pads.
void SetOrientation(const EDA_ANGLE &aAngle)
Set the rotation angle of the pad.
int GetChamferPositions() const
void ReplacePrimitives(const std::vector< std::shared_ptr< PCB_SHAPE > > &aPrimitivesList)
Clear the current custom shape primitives list and import a new list.
void SetLocalSolderMaskMargin(int aMargin)
void SetThermalSpokeWidth(int aWidth)
Set the width of the thermal spokes connecting the pad to a zone.
void SetSize(const VECTOR2I &aSize)
double GetRoundRectRadiusRatio() const
int GetThermalGap() const
std::shared_ptr< SHAPE_SEGMENT > GetEffectiveHoleShape() const override
Return a SHAPE_SEGMENT object representing the pad's hole.
const VECTOR2I & GetSize() const
void SetChamferPositions(int aPositions)
Has meaning only for chamfered rectangular pads.
PAD_SHAPE GetAnchorPadShape() const
double GetChamferRectRatio() const
void SetPadToDieLength(int aLength)
int GetPadToDieLength() const
Base PCB main window class for Pcbnew, Gerbview, and CvPcb footprint viewer.
void ShowPadPropertiesDialog(PAD *aPad)
PCB_DRAW_PANEL_GAL * GetCanvas() const override
Return a pointer to GAL-based canvas of given EDA draw frame.
virtual BOARD_DESIGN_SETTINGS & GetDesignSettings() const
Returns the BOARD_DESIGN_SETTINGS for the open project.
virtual COLOR_SETTINGS * GetColorSettings(bool aForceRefresh=false) const override
Helper to retrieve the current color settings.
void UpdateColors()
Update the color settings in the painter and GAL.
virtual KIGFX::PCB_VIEW * GetView() const override
Return a pointer to the #VIEW instance used in the panel.
Represent a set of closed polygons.
void BooleanSubtract(const SHAPE_POLY_SET &b, POLYGON_MODE aFastMode)
Perform boolean polyset difference For aFastMode meaning, see function booleanOp.
bool IsEmpty() const
Return true if the set is empty (no polygons at all)
bool Collide(const SHAPE *aShape, int aClearance=0, int *aActual=nullptr, VECTOR2I *aLocation=nullptr) const override
Check if the boundary of shape (this) lies closer to the shape aShape than aClearance,...
int OutlineCount() const
Return the number of outlines in the set.
int m_CurveSegCount
number of segments to build the curved sides of a teardrop area must be > 2.
double m_BestWidthRatio
The height of a teardrop as ratio between height and size of pad/via.
int m_TdMaxLen
max allowed length for teardrops in IU. <= 0 to disable
bool m_AllowUseTwoTracks
True to create teardrops using 2 track segments if the first in too small.
int m_TdMaxWidth
max allowed height for teardrops in IU. <= 0 to disable
double m_BestLengthRatio
The length of a teardrop as ratio between length and size of pad/via.
double m_WidthtoSizeFilterRatio
The ratio (H/D) between the via/pad size and the track width max value to create a teardrop 1....
bool m_TdOnPadsInZones
A filter to exclude pads inside zone fills.
virtual void ChangeDoubleValue(double aValue)
Set new value (in Internal Units) for the text field, taking care of units conversion WITHOUT trigger...
virtual long long int GetValue()
Return the current value in Internal Units.
void Enable(bool aEnable)
Enable/disable the label, widget and units label.
virtual void SetPrecision(int aLength)
Normally not needed, but can be used to set the precision when using internal units that are floats (...
virtual void SetUnits(EDA_UNITS aUnits)
Normally not needed (as the UNIT_BINDER inherits from the parent frame), but can be used to set to DE...
virtual EDA_ANGLE GetAngleValue()
virtual void SetNegativeZero()
virtual double GetDoubleValue()
Return the current value in Internal Units.
virtual void SetAngleValue(const EDA_ANGLE &aValue)
virtual void ChangeAngleValue(const EDA_ANGLE &aValue)
virtual void SetDoubleValue(double aValue)
Set new value (in Internal Units) for the text field, taking care of units conversion.
virtual bool Validate(double aMin, double aMax, EDA_UNITS aUnits=EDA_UNITS::UNSCALED)
Validate the control against the given range, informing the user of any errors found.
virtual void ChangeValue(int aValue)
Set new value (in Internal Units) for the text field, taking care of units conversion WITHOUT trigger...
virtual void SetValue(long long int aValue)
Set new value (in Internal Units) for the text field, taking care of units conversion.
void Show(bool aShow, bool aResize=false)
Show/hide the label, widget and units label.
void SetCoordType(ORIGIN_TRANSFORMS::COORD_TYPES_T aCoordType)
Set the current origin transform mode.
This file is part of the common library.
void TransformOvalToPolygon(SHAPE_POLY_SET &aBuffer, const VECTOR2I &aStart, const VECTOR2I &aEnd, int aWidth, int aError, ERROR_LOC aErrorLoc, int aMinSegCount=0)
Convert a oblong shape to a polygon, using multiple segments.
@ RECT_CHAMFER_BOTTOM_RIGHT
@ RECT_CHAMFER_BOTTOM_LEFT
#define APERTURE_DLG_TYPE
static PAD_ATTRIB code_type[]
#define SELECTED_ITEMS_LAYER
static PAD_SHAPE code_shape[]
static bool PadHasMeaningfulRoundingRadius(const PAD &aPad)
Returns true if the pad's rounding ratio is valid (i.e.
@ CHOICE_SHAPE_CUSTOM_RECT_ANCHOR
@ CHOICE_SHAPE_CHAMFERED_RECT
@ CHOICE_SHAPE_CUSTOM_CIRC_ANCHOR
@ CHOICE_SHAPE_CHAMFERED_ROUNDED_RECT
static double GetDefaultIpcRoundingRatio(const PAD &aPad)
Get a sensible default for a rounded rectangle pad's rounding ratio.
#define PAD_PROPERTIES_DLG_NAME
DIALOG_PAD_PROPERTIES, derived from DIALOG_PAD_PROPERTIES_BASE, created by wxFormBuilder.
static constexpr EDA_ANGLE & ANGLE_45
static constexpr EDA_ANGLE & ANGLE_90
#define BRIGHTENED
item is drawn with a bright contour
#define SELECTED
Item was manually selected by the user.
This file contains miscellaneous commonly used macros and functions.
#define KI_FALLTHROUGH
The KI_FALLTHROUGH macro is to be used when switch statement cases should purposely fallthrough from ...
wxFont GetInfoFont(wxWindow *aWindow)
@ CUST_PAD_SHAPE_IN_ZONE_OUTLINE
@ CUST_PAD_SHAPE_IN_ZONE_CONVEXHULL
PAD_ATTRIB
The set of pad shapes, used with PAD::{Set,Get}Attribute().
@ NPTH
like PAD_PTH, but not plated
@ SMD
Smd pad, appears on the solder paste layer (default)
@ PTH
Plated through hole pad.
@ CONN
Like smd, does not appear on the solder paste layer (default)
PAD_SHAPE
The set of pad shapes, used with PAD::{Set,Get}Shape()
PAD_PROP
The set of pad properties used in Gerber files (Draw files, and P&P files) to define some properties ...
constexpr int mmToIU(double mm) const
constexpr ret_type KiROUND(fp_type v)
Round a floating point number to an integer using "round halfway cases away from zero".
VECTOR2< double > VECTOR2D