KiCad PCB EDA Suite
|
Parameters for sequential pad numbering. More...
#include <dialog_enum_pads.h>
Public Member Functions | |
SEQUENTIAL_PAD_ENUMERATION_PARAMS () | |
Public Attributes | |
int | m_start_number |
Starting number for pad names. | |
int | m_step |
Step between pad numbers. | |
std::optional< wxString > | m_prefix |
Optional prefix for pad names. | |
Parameters for sequential pad numbering.
This is used by, say, the pad enumeration dialog to pass parameters to the pad enumeration tool for the sequential numbering mode.
Definition at line 44 of file dialog_enum_pads.h.
|
inline |
Definition at line 46 of file dialog_enum_pads.h.
std::optional<wxString> SEQUENTIAL_PAD_ENUMERATION_PARAMS::m_prefix |
Optional prefix for pad names.
Definition at line 55 of file dialog_enum_pads.h.
Referenced by DIALOG_ENUM_PADS::DIALOG_ENUM_PADS(), and DIALOG_ENUM_PADS::TransferDataFromWindow().
int SEQUENTIAL_PAD_ENUMERATION_PARAMS::m_start_number |
Starting number for pad names.
Definition at line 49 of file dialog_enum_pads.h.
Referenced by DIALOG_ENUM_PADS::DIALOG_ENUM_PADS(), and DIALOG_ENUM_PADS::TransferDataFromWindow().
int SEQUENTIAL_PAD_ENUMERATION_PARAMS::m_step |
Step between pad numbers.
Definition at line 52 of file dialog_enum_pads.h.
Referenced by DIALOG_ENUM_PADS::DIALOG_ENUM_PADS(), and DIALOG_ENUM_PADS::TransferDataFromWindow().