64    for( idx = 0; idx < initial_finish_list.GetCount(); idx++ )
 
   66        if( initial_finish_list[idx] ==  brd_stackup.
m_FinishType )
 
   71    if( idx >= initial_finish_list.GetCount() )
 
   72        idx = initial_finish_list.GetCount()-1;
 
 
   93    bool modified = aStackup.
m_FinishType != finish_list[finish];
 
 
BS_EDGE_CONNECTOR_CONSTRAINTS
 
Container for design settings for a BOARD object.
 
Manage layers needed to make a physical board.
 
bool m_EdgePlating
True if the edge board is plated.
 
BS_EDGE_CONNECTOR_CONSTRAINTS m_EdgeConnectorConstraints
If the board has edge connector cards, some constrains can be specified in job file: BS_EDGE_CONNECTO...
 
wxString m_FinishType
The name of external copper finish.
 
Information pertinent to a Pcbnew printed circuit board.
 
BOARD_DESIGN_SETTINGS & GetDesignSettings() const
 
wxChoice * m_choiceFinish
 
PANEL_SETUP_BOARD_FINISH_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
 
wxChoice * m_choiceEdgeConn
 
wxCheckBox * m_cbEgdesPlated
 
bool TransferDataFromWindow() override
 
~PANEL_SETUP_BOARD_FINISH()
 
BOARD_DESIGN_SETTINGS * m_brdSettings
 
void ImportSettingsFrom(BOARD *aBoard)
 
PANEL_SETUP_BOARD_FINISH(wxWindow *aParentWindow, PCB_EDIT_FRAME *aFrame)
 
void synchronizeWithBoard()
 
The main frame for Pcbnew.
 
wxArrayString GetStandardCopperFinishes(bool aTranslate)