KiCad PCB EDA Suite
|
#include "panel_fp_editor_graphics_defaults.h"
#include <pgm_base.h>
#include <settings/settings_manager.h>
#include <footprint_editor_settings.h>
#include <grid_tricks.h>
#include <eda_text.h>
#include <panel_setup_dimensions.h>
#include <grid_layer_box_helpers.h>
#include <bitmaps.h>
#include <confirm.h>
#include <kidialog.h>
Go to the source code of this file.
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 } |
Functions | |
static FOOTPRINT_EDITOR_SETTINGS & | GetPgmSettings () |
anonymous enum |
Enumerator | |
---|---|
COL_LINE_THICKNESS | |
COL_TEXT_WIDTH | |
COL_TEXT_HEIGHT | |
COL_TEXT_THICKNESS | |
COL_TEXT_ITALIC |
Definition at line 39 of file panel_fp_editor_graphics_defaults.cpp.
anonymous enum |
Enumerator | |
---|---|
ROW_SILK | |
ROW_COPPER | |
ROW_EDGES | |
ROW_COURTYARD | |
ROW_FAB | |
ROW_OTHERS | |
ROW_COUNT |
Definition at line 48 of file panel_fp_editor_graphics_defaults.cpp.
|
static |
Definition at line 61 of file panel_fp_editor_graphics_defaults.cpp.
References SETTINGS_MANAGER::GetAppSettings(), PGM_BASE::GetSettingsManager(), and Pgm().