KiCad PCB EDA Suite
|
#include "sch_properties_panel.h"
#include <font/fontconfig.h>
#include <pgm_base.h>
#include <connection_graph.h>
#include <properties/pg_editors.h>
#include <properties/pg_properties.h>
#include <properties/property_mgr.h>
#include <sch_commit.h>
#include <sch_edit_frame.h>
#include <symbol_edit_frame.h>
#include <symbol_viewer_frame.h>
#include <schematic.h>
#include <sch_symbol.h>
#include <sch_field.h>
#include <template_fieldnames.h>
#include <settings/color_settings.h>
#include <string_utils.h>
#include <tool/tool_manager.h>
#include <tools/sch_selection_tool.h>
#include <set>
Go to the source code of this file.
Classes | |
class | SCH_SYMBOL_FIELD_PROPERTY |
Variables | |
static const wxString | MISSING_FIELD_SENTINEL = wxS( "\uE000" ) |
|
static |
Definition at line 44 of file sch_properties_panel.cpp.
Referenced by SCH_SYMBOL_FIELD_PROPERTY::getter().