65 for( idx = 0; idx < initial_finish_list.GetCount(); idx++ )
67 if( initial_finish_list[idx] == brd_stackup.
m_FinishType )
72 if( idx >= initial_finish_list.GetCount() )
73 idx = initial_finish_list.GetCount()-1;
94 bool modified = aStackup.
m_FinishType != finish_list[finish];
BS_EDGE_CONNECTOR_CONSTRAINTS
Container for design settings for a BOARD object.
BOARD_STACKUP & GetStackupDescriptor()
Manage layers needed to make a physical board.
bool m_CastellatedPads
True if castellated pads exist.
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
Class PANEL_SETUP_BOARD_FINISH_BASE.
wxChoice * m_choiceFinish
wxCheckBox * m_cbCastellatedPads
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.
void OnModify() override
Must be called after a board change to set the modified flag.
wxArrayString GetStandardCopperFinishes(bool aTranslate)