36 { wxID_APPLY,
_(
"Change Pads on Identical Footprints" ) } } );
51 switch( event.GetId() )
61 EndDialog( returncode );
wxStdDialogButtonSizer * m_sdbSizer1
DIALOG_PUSH_PAD_PROPERTIES_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Push Pad Properties"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
wxButton * m_sdbSizer1Apply
PCB_BASE_FRAME * m_parent
void PadPropertiesAccept(wxCommandEvent &event) override
DIALOG_PUSH_PAD_PROPERTIES(PCB_BASE_FRAME *aParent)
void SetupStandardButtons(std::map< int, wxString > aLabels={})
bool IsQuasiModal() const
void EndQuasiModal(int retCode)
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
Base PCB main window class for Pcbnew, Gerbview, and CvPcb footprint viewer.
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 ...