|
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 40 of file dialog_enum_pads.h.
|
inline |
Definition at line 42 of file dialog_enum_pads.h.
References m_start_number, and m_step.
| std::optional<wxString> SEQUENTIAL_PAD_ENUMERATION_PARAMS::m_prefix |
Optional prefix for pad names.
Definition at line 51 of file dialog_enum_pads.h.
| int SEQUENTIAL_PAD_ENUMERATION_PARAMS::m_start_number |
Starting number for pad names.
Definition at line 45 of file dialog_enum_pads.h.
Referenced by SEQUENTIAL_PAD_ENUMERATION_PARAMS().
| int SEQUENTIAL_PAD_ENUMERATION_PARAMS::m_step |
Step between pad numbers.
Definition at line 48 of file dialog_enum_pads.h.
Referenced by SEQUENTIAL_PAD_ENUMERATION_PARAMS().