20#ifndef PANEL_SETUP_DRILL_CHART_H
21#define PANEL_SETUP_DRILL_CHART_H
Container for design settings for a BOARD object.
Information pertinent to a Pcbnew printed circuit board.
PANEL_SETUP_DRILL_CHART_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)
void ImportSettingsFrom(BOARD *aBoard)
~PANEL_SETUP_DRILL_CHART() override=default
void onEditGroups(wxCommandEvent &aEvent) override
UNIT_BINDER m_symbolWidth
void loadSettings(const BOARD_DESIGN_SETTINGS &aSettings)
bool TransferDataToWindow() override
PANEL_SETUP_DRILL_CHART(wxWindow *aParentWindow, PCB_EDIT_FRAME *aFrame)
bool TransferDataFromWindow() override
The main frame for Pcbnew.