47 switch( event.GetId() )
71 "FOOTPRINT_WIZARD_FRAME::Process_Special_Functions error: id = %d",
83 msg =
_(
"Footprint Wizard" );
89 msg +=
_(
"no wizard selected" );
101 if( !footprintWizard )
139 if( !footprintWizard )
141 wxMessageBox(
_(
"Couldn't reload footprint wizard" ) );
145 return footprintWizard;
170 if( wizardSelector.ShowModal() != wxID_OK )
175 if( footprintWizard )
206 if ( footprintWizard ==
NULL )
225 if( !footprintWizard )
237 bool has_changed =
false;
240 for(
int prm_id = 0; prm_id < count; ++prm_id )
244 if( prmValues[prm_id] != value )
247 prmValues[prm_id] = value;
Implementation of conversion functions that require both schematic and board internal units.
PCB_DRAW_PANEL_GAL * GetCanvas() const override
Return a pointer to GAL-based canvas of given EDA draw frame.
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.
void Add(BOARD_ITEM *aItem, ADD_MODE aMode=ADD_MODE::INSERT) override
Adds an item to the container.
Definition of file extensions used in Kicad.
Helper dialog and control classes.
virtual void Refresh(bool aEraseBackground=true, const wxRect *aRect=NULL) override
Update the board display after modifying it by a python script (note: it is automatically called by a...
void Format(OUTPUTFORMATTER *out, int aNestLevel, int aCtl, const CPTREE &aTree)
Output a PTREE into s-expression format via an OUTPUTFORMATTER derivative.
void DeleteAllFootprints()
Removes all footprints from the deque and frees the memory associated with them.