79 std::vector<EMBEDDED_FILES*> embeddedFilesStack;
81 embeddedFilesStack.push_back(
m_frame->GetBoard()->GetEmbeddedFiles() );
107 double rot_list[] = { 0.0, 90.0, -90.0, 180.0 };
137 "Enter an absolute value (e.g., -0.1mm), a percentage "
138 "(e.g., -5%), or both (e.g., -0.1mm - 5%).\n"
139 "If blank, the global value is used." ) );
241 if( !wxDialog::TransferDataToWindow() )
254 wxString variantName;
257 variantName =
m_footprint->GetBoard()->GetCurrentVariant();
262 wxCHECK2( srcField,
continue );
272 wxGridTableMessage tmsg(
m_fields, wxGRIDTABLE_NOTIFY_ROWS_APPENDED,
m_fields->GetNumberRows() );
286 m_cbLocked->SetToolTip(
_(
"Locked footprints cannot be freely moved or oriented on the canvas and can only be "
287 "selected when the 'Locked items' checkbox is checked in the selection filter." ) );
310 if(
m_footprint->GetLocalSolderMaskMargin().has_value() )
329 wxString jumperGroups;
331 if(
m_footprint->GetDuplicatePadNumbersAreJumpers() )
332 jumperGroups =
_(
"all pads with duplicate numbers" );
338 for(
const wxString& pinNumber :
group )
340 if( !groupTxt.IsEmpty() )
343 groupTxt << pinNumber;
346 if( !jumperGroups.IsEmpty() )
347 jumperGroups <<
"; ";
349 jumperGroups <<
"(" << groupTxt <<
")";
352 if( jumperGroups.IsEmpty() )
365 for(
int col = 0; col <
m_itemsGrid->GetNumberCols(); col++ )
370 int col_size =
m_itemsGrid->GetVisibleWidth( col );
377 col_size = std::max( col_size, GetTextExtent( board->
GetLayerName( layer ) ).x );
380 col_size +=
KiROUND( 14 * GetDPIScaleFactor() ) + 12;
402 if( !DIALOG_SHIM::Validate() )
406 for(
size_t i = 0; i <
m_fields->size(); ++i )
411 if( field.
GetName(
false ).IsEmpty() )
439 else if( width > maxSize )
441 wxString max =
m_frame->StringFromValue( maxSize,
true );
466 else if( height > maxSize )
468 wxString max =
m_frame->StringFromValue( maxSize,
true );
485 wxString clamped =
m_frame->StringFromValue( maxPenWidth,
true );
491 "It will be clamped at %s." ),
521 if( !
m_3dPanel->TransferDataFromWindow() )
528 std::set<wxString> files;
529 std::set<wxString> files_to_delete;
535 files.insert( field.GetText() );
541 wxCHECK2( field,
continue );
545 if( files.find( field->GetText() ) == files.end() )
546 files_to_delete.insert( field->GetText() );
550 for(
const wxString& file : files_to_delete )
559 wxString variantName;
565 std::map<wxString, wxString> baseFieldValues;
568 baseFieldValues[existing->GetName()] = existing->GetText();
570 std::vector<PCB_FIELD> newFields;
574 newFields.reserve(
m_fields->size() );
578 PCB_FIELD& newField = newFields.emplace_back( field );
579 wxString newText = commit.GetBoard()->ConvertCrossReferencesToKIIDs( field.GetText() );
581 if( !variantName.IsEmpty() )
583 auto it = baseFieldValues.find( field.GetName() );
584 wxString baseText = ( it != baseFieldValues.end() ) ? it->second : wxString();
601 if( !field.IsMandatory() )
605 std::vector<PCB_FIELD*> addedFields;
606 std::vector<PCB_FIELD*> detachedFields;
608 m_footprint->UpdateFields( newFields, addedFields, detachedFields );
612 if(
EDA_GROUP* parentGroup = field->GetParentGroup() )
613 parentGroup->RemoveItem( field );
625 if(
EDA_GROUP* parentGroup = field->GetParentGroup() )
626 parentGroup->AddItem( field );
633 if( field->IsSelected() )
637 field->ClearSelected();
675 case 1: attributes |=
FP_SMD;
break;
682 if( !variantName.IsEmpty() )
735 bool change_layer =
false;
751 std::vector<FP_3DMODEL>& panelList =
m_3dPanel->GetModelList();
752 std::vector<FP_3DMODEL>* fpList = &
m_footprint->Models();
754 fpList->insert( fpList->end(), panelList.begin(), panelList.end() );
758 commit.Push(
_(
"Edit Footprint Properties" ) );
768 [&]() -> std::pair<int, int>
780 wxGridTableMessage msg(
m_fields, wxGRIDTABLE_NOTIFY_ROWS_APPENDED, 1 );
794 if( row < m_fields->GetMandatoryRowCount() )
796 DisplayError(
this, wxString::Format(
_(
"The first %d fields are mandatory." ),
797 m_fields->GetMandatoryRowCount() ) );
808 wxGridTableMessage msg(
m_fields, wxGRIDTABLE_NOTIFY_ROWS_DELETED, row, 1 );
846 grid->MakeCellVisible( row, col );
852 grid->SetGridCursor( row, col );
854 if( !( col == 0 && row < m_fields->GetMandatoryRowCount() ) )
855 grid->EnableCellEditControl(
true );
857 grid->ShowCellEditControl();
861 wxGridCellEditor* referenceEditor =
grid->GetCellEditor( 0, 0 );
863 if( wxTextEntry* textEntry =
dynamic_cast<wxTextEntry*
>( referenceEditor->GetControl() ) )
866 referenceEditor->DecRef();
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...
wxBitmapBundle KiBitmapBundle(BITMAPS aBitmap, int aMinHeight)
constexpr BOX2I KiROUND(const BOX2D &aBoxD)
virtual void SetLayer(PCB_LAYER_ID aLayer)
Set the layer this item is on.
void SetFPRelativePosition(const VECTOR2I &aPos)
Information pertinent to a Pcbnew printed circuit board.
const wxString GetLayerName(PCB_LAYER_ID aLayer) const
Return the name of a aLayer.
wxString GetCurrentVariant() const
const LSET & GetEnabledLayers() const
A proxy function that calls the corresponding function in m_BoardSettings.
std::vector< wxWindow * > m_tabOrder
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...
A set of EDA_ITEMs (i.e., without duplicates).
virtual void SetVisible(bool aVisible)
virtual void SetText(const wxString &aText)
Add mouse and command handling (such as cut, copy, and paste) to a WX_GRID instance.
virtual void Update(const VIEW_ITEM *aItem, int aUpdateFlags) const override
For dynamic VIEWs, inform the associated VIEW that the graphical representation of this item has chan...
virtual void Add(VIEW_ITEM *aItem, int aDrawPriority=-1) override
Add a VIEW_ITEM to the view.
PROJECT & Prj() const
Return a reference to the PROJECT associated with this KIWAY.
The main frame for Pcbnew.
void SetOrdinal(int aOrdinal, FIELD_T aType)
wxString GetName(bool aUseDefaultName=true) const
Return the field name (not translated).
void StyleFromSettings(const BOARD_DESIGN_SETTINGS &settings, bool aCheckSide) override
int GetTextThickness() const override
VECTOR2I GetTextSize() const override
static S3D_CACHE * Get3DCacheManager(PROJECT *aProject, bool updateProjDir=false)
Return a pointer to an instance of the 3D cache manager.
void FlushCache(bool closePlugins=true)
Free all data in the cache and by default closes all plugins.
void DisplayError(wxWindow *aParent, const wxString &aText)
Display an error or warning message box with aMessage.
This file is part of the common library.
const int minSize
Push and Shove router track width and via size dialog.
Declaration of the eda_3d_viewer class.
#define TEXT_MIN_SIZE_MM
Minimum text size (1 micron).
#define TEXT_MAX_SIZE_MM
Maximum text size in mm (~10 inches)
int ClampTextPenSize(int aPenSize, int aSize, bool aStrict)
Pen width should not allow characters to become cluttered up in their own fatness.
static const std::string KiCadUriPrefix
PCB_LAYER_ID
A quick note on layer IDs:
KICOMMON_API wxFont GetInfoFont(wxWindow *aWindow)
KICOMMON_API wxFont GetSmallInfoFont(wxWindow *aWindow)
KICOMMON_API wxFont GetControlFont(wxWindow *aWindow)
KICOMMON_API void SelectReferenceNumber(wxTextEntry *aTextEntry)
Select the number (or "?") in a reference for ease of editing.
bool contains(const _Container &__container, _Value __value)
Returns true if the container contains the given value.
wxString GetUserFieldName(int aFieldNdx, TRANSLATION aTranslation)
@ USER
The field ID hasn't been set yet; field is invalid.
VECTOR2< int32_t > VECTOR2I
@ THERMAL
Use thermal relief for pads.
@ NONE
Pads are not covered.
@ FULL
pads are covered by copper