25#ifndef PANEL_SETUP_BOARD_FINISH_H 
   26#define PANEL_SETUP_BOARD_FINISH_H 
Container for design settings for a BOARD object.
 
Manage layers needed to make a physical board.
 
Information pertinent to a Pcbnew printed circuit board.
 
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)
 
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.