![]() |
KiCad PCB EDA Suite
|
#include <widgets/paged_dialog.h>
#include <footprint_edit_frame.h>
#include <footprint_editor_settings.h>
#include <widgets/wx_grid.h>
#include <grid_tricks.h>
#include <panel_fp_editor_defaults.h>
#include <grid_layer_box_helpers.h>
#include <bitmaps.h>
#include <wx/treebook.h>
#include <confirm.h>
Go to the source code of this file.
Classes | |
class | TEXT_ITEMS_GRID_TABLE |
Macros | |
#define | SET_MILS_CELL(row, col, val) m_graphicsGrid->SetCellValue( row, col, StringFromValue( m_frame->GetUserUnits(), val, true ) ) |
#define | DISABLE_CELL(row, col) |
Enumerations | |
enum | { COL_LINE_THICKNESS = 0, COL_TEXT_WIDTH, COL_TEXT_HEIGHT, COL_TEXT_THICKNESS, COL_TEXT_ITALIC } |
enum | { ROW_SILK = 0, ROW_COPPER, ROW_EDGES, ROW_COURTYARD, ROW_FAB, ROW_OTHERS, ROW_COUNT } |
#define DISABLE_CELL | ( | row, | |
col | |||
) |
#define SET_MILS_CELL | ( | row, | |
col, | |||
val | |||
) | m_graphicsGrid->SetCellValue( row, col, StringFromValue( m_frame->GetUserUnits(), val, true ) ) |
anonymous enum |
Enumerator | |
---|---|
COL_LINE_THICKNESS | |
COL_TEXT_WIDTH | |
COL_TEXT_HEIGHT | |
COL_TEXT_THICKNESS | |
COL_TEXT_ITALIC |
Definition at line 151 of file panel_fp_editor_defaults.cpp.
anonymous enum |
Enumerator | |
---|---|
ROW_SILK | |
ROW_COPPER | |
ROW_EDGES | |
ROW_COURTYARD | |
ROW_FAB | |
ROW_OTHERS | |
ROW_COUNT |
Definition at line 160 of file panel_fp_editor_defaults.cpp.