Class DIALOG_ENUM_PADS_BASE.
wxSpinCtrl * m_padStartNum
wxStdDialogButtonSizer * m_stdButtons
wxSpinCtrl * m_padNumStep
SEQUENTIAL_PAD_ENUMERATION_PARAMS & m_params
The parameters that will be updated when the dialog is closed with OK.
DIALOG_ENUM_PADS(wxWindow *aParent, SEQUENTIAL_PAD_ENUMERATION_PARAMS &aParams)
bool TransferDataFromWindow() override
Transfer data from the dialog to the params.
void SetInitialFocus(wxWindow *aWindow)
Sets the window (usually a wxTextCtrl) that should be focused when the dialog is shown.
void finishDialogSettings()
In all dialogs, we must call the same functions to fix minimal dlg size, the default position and per...
Parameters for sequential pad numbering.
std::optional< wxString > m_prefix
Optional prefix for pad names.
int m_start_number
Starting number for pad names.
int m_step
Step between pad numbers.