27#ifndef __dialog_enum_pads__
28#define __dialog_enum_pads__
DIALOG_ENUM_PADS_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Pad Enumeration Settings"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
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.
Parameters for sequential pad numbering.
std::optional< wxString > m_prefix
Optional prefix for pad names.
int m_start_number
Starting number for pad names.
SEQUENTIAL_PAD_ENUMERATION_PARAMS()
int m_step
Step between pad numbers.