34#include <wx/listbox.h>
45 msg =
_(
"Footprint Wizard" );
51 msg +=
_(
"no wizard selected" );
63 if( !footprintWizard )
101 if( !footprintWizard )
103 wxMessageBox(
_(
"Couldn't reload footprint wizard" ) );
107 return footprintWizard;
132 if( wizardSelector.
ShowModal() != wxID_OK )
137 if( footprintWizard )
168 if ( footprintWizard ==
nullptr )
189 wxCommandEvent event;
202 wxCommandEvent event;
216 if( !footprintWizard )
228 bool has_changed =
false;
231 for(
int prm_id = 0; prm_id < count; ++prm_id )
235 if( prmValues[prm_id] != value )
238 prmValues[prm_id] = value;
void Add(BOARD_ITEM *aItem, ADD_MODE aMode=ADD_MODE::INSERT, bool aSkipConnectivity=false) override
Removes an item from the container.
void DeleteAllFootprints()
Remove all footprints from the deque and free the memory associated with them.
virtual void Zoom_Automatique(bool aWarpPointer)
Redraw the screen with best zoom level and the best centering that shows all the page or the board.
virtual void Refresh(bool aEraseBackground=true, const wxRect *aRect=nullptr) override
PCB_DRAW_PANEL_GAL * GetCanvas() const override
Return a pointer to GAL-based canvas of given EDA draw frame.
VECTOR2< int32_t > VECTOR2I
Definition of file extensions used in Kicad.