31#include <wx/treebook.h>
68 for( idx = 0; idx < initial_finish_list.GetCount(); idx++ )
70 if( initial_finish_list[idx] == brd_stackup.
m_FinishType )
75 if( idx >= initial_finish_list.GetCount() )
76 idx = initial_finish_list.GetCount()-1;
88 bool modified = brd_stackup.
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()
PAGED_DIALOG * m_parentDialog
BOARD_DESIGN_SETTINGS * m_brdSettings
void ImportSettingsFrom(BOARD *aBoard)
PANEL_SETUP_BOARD_FINISH(PAGED_DIALOG *aParent, 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)