KiCad PCB EDA Suite
|
#include "pcb_properties_panel.h"
#include <font/fontconfig.h>
#include <font/kicad_font_name.h>
#include <pgm_base.h>
#include <pcb_base_edit_frame.h>
#include <tool/tool_manager.h>
#include <tools/pcb_actions.h>
#include <tools/pcb_selection_tool.h>
#include <properties/property_mgr.h>
#include <properties/pg_editors.h>
#include <board_commit.h>
#include <board_connected_item.h>
#include <board.h>
#include <properties/pg_properties.h>
#include <pcb_shape.h>
#include <pcb_text.h>
#include <pcb_track.h>
#include <pcb_generator.h>
#include <generators/pcb_tuning_pattern.h>
#include <pad.h>
#include <footprint.h>
#include <pcb_field.h>
#include <template_fieldnames.h>
#include <settings/color_settings.h>
#include <string_utils.h>
#include <widgets/net_selector.h>
#include <widgets/ui_common.h>
Go to the source code of this file.
Classes | |
class | PCB_FOOTPRINT_FIELD_PROPERTY |
class | PG_NET_SELECTOR_EDITOR |
Variables | |
static const wxString | MISSING_FIELD_SENTINEL = wxS( "\uE000" ) |
|
static |
Definition at line 51 of file pcb_properties_panel.cpp.
Referenced by PCB_FOOTPRINT_FIELD_PROPERTY::getter().