KiCad PCB EDA Suite
|
#include "dialog_fp_edit_pad_table.h"
#include <wx/button.h>
#include <wx/sizer.h>
#include <wx/dcclient.h>
#include <pcb_shape.h>
#include <widgets/wx_grid.h>
#include <widgets/grid_text_helpers.h>
#include <widgets/grid_combobox.h>
#include <base_units.h>
#include <units_provider.h>
#include <board.h>
#include <footprint.h>
#include <footprint_edit_frame.h>
Go to the source code of this file.
Functions | |
static PAD_SHAPE | ShapeFromString (const wxString &shape) |
|
static |
Definition at line 40 of file dialog_fp_edit_pad_table.cpp.
References _, CHAMFERED_RECT, CIRCLE, CUSTOM, OVAL, RECTANGLE, ROUNDRECT, and TRAPEZOID.
Referenced by DIALOG_FP_EDIT_PAD_TABLE::OnCellChanged(), and DIALOG_FP_EDIT_PAD_TABLE::TransferDataFromWindow().