24#ifndef PCBNEW_ARRAY_PAD_NAME_PROVIDER__H 
   25#define PCBNEW_ARRAY_PAD_NAME_PROVIDER__H 
   57    wxString 
getNextNumber( 
int& aIndex, 
const std::set<wxString>& aExisting );
 
 
Options that govern the setup of an "array" of multiple item.
 
wxString getNextNumber(int &aIndex, const std::set< wxString > &aExisting)
Get the next number from a given index/list combo.
 
wxString GetNextPadNumber()
Get the next available pad name.
 
ARRAY_PAD_NUMBER_PROVIDER(const std::set< wxString > &aExistingPadNumbers, const ARRAY_OPTIONS &aArrayOpts)
 
std::set< wxString > m_existing_pad_numbers
 
const ARRAY_OPTIONS & m_arrayOpts