26#ifndef __dialog_remove_unused_pads__ 
   27#define __dialog_remove_unused_pads__ 
   51    void onApply( wxCommandEvent& event ) 
override;
 
   52    void onOK( wxCommandEvent& event ) 
override;
 
   54    void syncImages( wxCommandEvent& aEvent ) 
override;
 
 
Represent a set of changes (additions, deletions or modifications) of a data model (e....
 
DIALOG_UNUSED_PAD_LAYERS_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Unused Pads"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
void onApply(wxCommandEvent &event) override
 
void onOK(wxCommandEvent &event) override
 
const PCB_SELECTION & m_items
 
void updatePadsAndVias(bool aRemoveLayers)
Update layers of pads and vias aRemoveLayers = true to remove not connected layers false to set all l...
 
void syncImages(wxCommandEvent &aEvent) override
 
DIALOG_UNUSED_PAD_LAYERS(PCB_BASE_FRAME *aParent, const PCB_SELECTION &aItems, COMMIT &aCommit)
 
Base PCB main window class for Pcbnew, Gerbview, and CvPcb footprint viewer.