50 { wxID_APPLY,
_(
"Change Pads on Identical Footprints" ) } } );
65 switch( event.GetId() )
80 EndDialog( returncode );
Class DIALOG_PUSH_PAD_PROPERTIES_BASE.
wxStdDialogButtonSizer * m_sdbSizer1
wxButton * m_sdbSizer1Apply
wxCheckBox * m_Pad_Type_Filter_CB
wxCheckBox * m_Pad_Shape_Filter_CB
wxCheckBox * m_Pad_Layer_Filter_CB
wxCheckBox * m_Pad_Orient_Filter_CB
static bool m_Pad_Shape_Filter
static bool m_Pad_Type_Filter
PCB_BASE_FRAME * m_parent
void PadPropertiesAccept(wxCommandEvent &event) override
static bool m_Pad_Layer_Filter
static bool m_Pad_Orient_Filter
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.
void OnModify() override
Must be called after a change in order to set the "modify" flag and update other data structures and ...
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 ...