KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SEQUENTIAL_PAD_ENUMERATION_PARAMS Struct Reference

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ SEQUENTIAL_PAD_ENUMERATION_PARAMS()

SEQUENTIAL_PAD_ENUMERATION_PARAMS::SEQUENTIAL_PAD_ENUMERATION_PARAMS ( )
inline

Definition at line 46 of file dialog_enum_pads.h.

Member Data Documentation

◆ m_prefix

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().

◆ m_start_number

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().

◆ m_step

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().


The documentation for this struct was generated from the following file: